#7C1D99
A dark, moderate magenta closely aligning with Darkmagenta.
About #7C1D99
When working with digital screens, the color #7C1D99 is rendered by mixing light. Its closest recognized web color is Darkmagenta. In the RGB color space, it consists of 124 red, 29 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 19% C, 81% M, 0% Y, and 40% K. The HSL representation is 286.0° hue, 68.1% saturation, and 35.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C1D99
RGB124, 29, 153
HSL286.0°, 68.1%, 35.7%
CMYK19%, 81%, 0%, 40%
HSV286.0°, 81.0%, 60.0%
LAB32.8, 56.7, -47.1
XYZ14.5, 7.5, 30.8
Decimal8134041
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.42:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.05:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1D99;
}
.text-color {
color: #7C1D99;
}
.border-color {
border: 2px solid #7C1D99;
}