#49072C
A very dark, vivid magenta closely aligning with Black.
About #49072C
The hex code #49072C represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Black. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 7, and 44.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 90% M, 40% Y, and 71% K. 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. 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#49072C
RGB73, 7, 44
HSL326.4°, 82.5%, 15.7%
CMYK0%, 90%, 40%, 71%
HSV326.4°, 90.4%, 28.6%
LAB14.1, 32.9, -5.3
XYZ3.3, 1.8, 2.5
Decimal4785964
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.55:1
Text on #FFFFFF
AAA
1.35:1
Text on #000000
FAIL
14.87:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #49072C;
}
.text-color {
color: #49072C;
}
.border-color {
border: 2px solid #49072C;
}