#2C0F33
A very dark, moderate magenta closely aligning with Black.
About #2C0F33
At its core, #2C0F33 is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 44 parts red, 15 parts green, and 51 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 14% Cyan, 71% Magenta, 0% Yellow, and 80% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C0F33
RGB44, 15, 51
HSL288.3°, 54.5%, 12.9%
CMYK14%, 71%, 0%, 80%
HSV288.3°, 70.6%, 20.0%
LAB9.9, 21.7, -17.4
XYZ1.8, 1.1, 3.3
Decimal2887475
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.17:1
Text on #FFFFFF
AAA
1.22:1
Text on #000000
FAIL
16.41:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F33;
}
.text-color {
color: #2C0F33;
}
.border-color {
border: 2px solid #2C0F33;
}