#7C5075
A medium, muted magenta closely aligning with Dimgray.
About #7C5075
The hex code #7C5075 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 80, and 117.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 35% M, 6% Y, and 51% K. With a hue angle of 309.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C5075
RGB124, 80, 117
HSL309.5°, 21.6%, 40.0%
CMYK0%, 35%, 6%, 51%
HSV309.5°, 35.5%, 48.6%
LAB40.1, 24.7, -13.6
XYZ14.4, 11.3, 18.3
Decimal8147061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.44:1
Text on #FFFFFF
AA
3.26:1
Text on #000000
AA Large
6.15:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5075;
}
.text-color {
color: #7C5075;
}
.border-color {
border: 2px solid #7C5075;
}