#7C0F49
A dark, vivid magenta closely aligning with Mediumvioletred.
About #7C0F49
At its core, #7C0F49 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 124 red, 15 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 88% M, 41% Y, and 51% K. The HSL representation is 328.1° hue, 78.4% saturation, and 27.3% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C0F49
RGB124, 15, 73
HSL328.1°, 78.4%, 27.3%
CMYK0%, 88%, 41%, 51%
HSV328.1°, 87.9%, 48.6%
LAB27.0, 48.0, -5.1
XYZ9.7, 5.1, 6.8
Decimal8130377
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.39:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.93:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0F49;
}
.text-color {
color: #7C0F49;
}
.border-color {
border: 2px solid #7C0F49;
}