#7C1D5F
A dark, moderate magenta closely aligning with Purple.
About #7C1D5F
At its core, #7C1D5F is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 29, and 95.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 77% Magenta, 23% Yellow, and 51% Black. With a hue angle of 318.3 degrees, it sits comfortably in the magenta spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C1D5F
RGB124, 29, 95
HSL318.3°, 62.1%, 30.0%
CMYK0%, 77%, 23%, 51%
HSV318.3°, 76.6%, 48.6%
LAB29.4, 46.7, -16.0
XYZ10.8, 6.0, 11.4
Decimal8133983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.55:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.13:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1D5F;
}
.text-color {
color: #7C1D5F;
}
.border-color {
border: 2px solid #7C1D5F;
}