#7C335F
A dark, moderate magenta closely aligning with Palevioletred.
About #7C335F
The hex code #7C335F represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 124 red, 51 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 59% M, 23% Y, and 51% K. The HSL representation is 323.8° hue, 41.7% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C335F
RGB124, 51, 95
HSL323.8°, 41.7%, 34.3%
CMYK0%, 59%, 23%, 51%
HSV323.8°, 58.9%, 48.6%
LAB32.9, 37.1, -10.7
XYZ11.6, 7.5, 11.7
Decimal8139615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.41:1
Text on #FFFFFF
AAA
2.50:1
Text on #000000
FAIL
8.04:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C335F;
}
.text-color {
color: #7C335F;
}
.border-color {
border: 2px solid #7C335F;
}