#7C2450
A dark, moderate magenta closely aligning with Palevioletred.
About #7C2450
The hex code #7C2450 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Palevioletred. This translates to an RGB value of rgb(124, 36, 80).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 71% magenta, 35% yellow, and 51% black. The HSL representation is 330.0° hue, 55.0% saturation, and 31.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C2450
RGB124, 36, 80
HSL330.0°, 55.0%, 31.4%
CMYK0%, 71%, 35%, 51%
HSV330.0°, 71.0%, 48.6%
LAB29.7, 42.0, -5.7
XYZ10.4, 6.1, 8.2
Decimal8135760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.44:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.02:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2450;
}
.text-color {
color: #7C2450;
}
.border-color {
border: 2px solid #7C2450;
}