Roman numerals have been used for centuries as a numeral system in various contexts, including numbering chapters in books, indicating centuries, and more. C is the Roman numeral for 100. Understanding how to write C in Roman numerals is fundamental to deciphering many historical documents and inscriptions.

Roman Numeral Converter
Rules for Roman Numerals
Understanding the basic rules of Roman numerals is crucial:
- Basic Symbols: Roman numerals use basic symbols to represent numbers: I (1), V (5), X (10), L (50), C (100), D (500), and M (1000).
- Repeated Symbols: If a Roman numeral has a symbol repeated, the values are added together. For example, II is 1 + 1 = 2.
- Subtractive Notation: When a smaller Roman numeral appears before a larger one, it is subtracted from the larger one. For example, IV represents 5 – 1 = 4.
- No More Than Three Repeats: A Roman numeral cannot have more than three consecutive identical symbols. Larger numbers are represented using subtractive notation.
- Order of Symbols: Roman numerals are read from left to right. Larger values should always come before smaller ones.
Roman Numbers Related to C
Here's a list of Roman numerals related to C (100) specifically, including numbers where C is the only Roman numeral used:
| Number | Roman Numeral |
|---|---|
| 100 | C |
| 200 | CC |
| 300 | CCC |
| 400 | CD |
| 500 | D |
| 600 | DC |
| 700 | DCC |
| 800 | DCCC |
| 900 | CM |
| 1000 | M |