#7C245F
A dark, moderate magenta closely aligning with Purple.
About #7C245F
The hex code #7C245F represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(124, 36, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 71% Magenta, 23% Yellow, and 51% Black. With a hue angle of 319.8 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C245F
RGB124, 36, 95
HSL319.8°, 55.0%, 31.4%
CMYK0%, 71%, 23%, 51%
HSV319.8°, 71.0%, 48.6%
LAB30.3, 44.0, -14.6
XYZ11.0, 6.4, 11.5
Decimal8135775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.23:1
Text on #FFFFFF
AAA
2.27:1
Text on #000000
FAIL
8.82:1
Text on #F8FAFC
AAA
1.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C245F;
}
.text-color {
color: #7C245F;
}
.border-color {
border: 2px solid #7C245F;
}