#49002C
A very dark, vivid magenta closely aligning with Black.
About #49002C
The precise color #49002C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 73 red, 0 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 100% M, 40% Y, and 71% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49002C
RGB73, 0, 44
HSL323.8°, 100.0%, 14.3%
CMYK0%, 100%, 40%, 71%
HSV323.8°, 100.0%, 28.6%
LAB13.2, 35.5, -6.6
XYZ3.2, 1.6, 2.5
Decimal4784172
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.91:1
Text on #FFFFFF
AAA
1.32:1
Text on #000000
FAIL
15.21:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #49002C;
}
.text-color {
color: #49002C;
}
.border-color {
border: 2px solid #49002C;
}