#492433
A dark, moderate magenta closely aligning with Black.
About #492433
Visually, #492433 is defined as a moderate 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, 36, and 51.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 51% Magenta, 30% Yellow, and 71% Black. With a hue angle of 335.7 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#492433
RGB73, 36, 51
HSL335.7°, 33.9%, 21.4%
CMYK0%, 51%, 30%, 71%
HSV335.7°, 50.7%, 28.6%
LAB19.7, 19.7, -1.9
XYZ4.0, 2.9, 3.5
Decimal4793395
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.26:1
Text on #FFFFFF
AAA
1.58:1
Text on #000000
FAIL
12.68:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #492433;
}
.text-color {
color: #492433;
}
.border-color {
border: 2px solid #492433;
}