#42162C
A very dark, moderate magenta closely aligning with Black.
About #42162C
When working with digital screens, the color #42162C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 66 red, 22 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 67% Magenta, 33% Yellow, and 74% Black. With a hue angle of 330.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#42162C
RGB66, 22, 44
HSL330.0°, 50.0%, 17.3%
CMYK0%, 67%, 33%, 74%
HSV330.0°, 66.7%, 25.9%
LAB15.0, 24.1, -4.1
XYZ3.0, 1.9, 2.6
Decimal4331052
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.19:1
Text on #FFFFFF
AAA
1.38:1
Text on #000000
FAIL
14.52:1
Text on #F8FAFC
AAA
1.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #42162C;
}
.text-color {
color: #42162C;
}
.border-color {
border: 2px solid #42162C;
}