#7C0F33
A dark, vivid magenta closely aligning with Brown.
About #7C0F33
At its core, #7C0F33 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 15, and 51.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 88% Magenta, 59% Yellow, and 51% Black. With a hue angle of 340.2 degrees, it sits comfortably in the magenta spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C0F33
RGB124, 15, 51
HSL340.2°, 78.4%, 27.3%
CMYK0%, 88%, 59%, 51%
HSV340.2°, 87.9%, 48.6%
LAB26.3, 46.0, 8.9
XYZ9.1, 4.9, 3.6
Decimal8130355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.64:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.17:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0F33;
}
.text-color {
color: #7C0F33;
}
.border-color {
border: 2px solid #7C0F33;
}