#2C0F24
A very dark, moderate magenta closely aligning with Black.
About #2C0F24
Visually, #2C0F24 is defined as a moderate magenta. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(44, 15, 36).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 66% magenta, 18% yellow, and 83% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C0F24
RGB44, 15, 36
HSL316.6°, 49.2%, 11.6%
CMYK0%, 66%, 18%, 83%
HSV316.6°, 65.9%, 17.3%
LAB9.0, 18.3, -7.6
XYZ1.5, 1.0, 1.8
Decimal2887460
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.49:1
Text on #FFFFFF
AAA
1.20:1
Text on #000000
FAIL
16.71:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F24;
}
.text-color {
color: #2C0F24;
}
.border-color {
border: 2px solid #2C0F24;
}