C Roman Numerals

Last Updated : 25 Jan, 2024

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.

C Roman Numerals

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:

NumberRoman Numeral
100C
200CC
300CCC
400CD
500D
600DC
700DCC
800DCCC
900CM
1000M
Comment

Explore