Shades of Deep Magenta #C41FCD
Tints of Deep Magenta #C41FCD
RGB
CMYK
RGB Variations
Color information
#C41FCD (or 0xC41FCD) is known color: Deep Magenta. HEX triplet: C4, 1F and CD. RGB value is (196,31,205). Sum of RGB (Red+Green+Blue) = 196+31+205=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #C41FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FCD is #3BE032. Grayscale: #636363. Windows color (decimal): -3924019 or 13443012. OLE color: 13443012.
HSL color Cylindrical-coordinate representation of color #C41FCD: hue angle of 296.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41FCD is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 31 | 205 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.20 |
| HSL | 296.9º | 0.74% | 0.46% | - |
| HSV(B) | 296.9º | 0.85% | 0.8% | - |
| XYZ | 34.27 | 17.12 | 59.26 | - |
| YUV | 100.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 205 | 0.04 | 0.85 | 0 | 0.20 | 296.9 | 0.74 | 0.46 |
| Hex | C4 | 1F | CD | 4 | 55 | 0 | 14 | 129 | 4A | 2E |
| Octal | 304 | 37 | 315 | 4 | 125 | 0 | 24 | 451 | 112 | 56 |
| Binary | 11000100 | 11111 | 11001101 | 100 | 1010101 | 0 | 10100 | 100101001 | 1001010 | 101110 |
Color Harmonies of #C41FCD
Complementary color
Monochromatic Colors of #C41FCD
Black with #C41FCD
Text Example
Text Example
White with #C41FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FCD; }
p { color: rgb(196,31,205); }
H1.HeaderClassName
{
color: #C41FCD;
}
.AnyTagClassName
{
color: #C41FCD;
}
</style>
background-color css
<style>
a { background-color: #C41FCD; }
a { background-color: rgb(196,31,205); }
div.DivClassName
{
background-color: #C41FCD;
}
.BgClassName
{
background-color: #C41FCD;
}
</style>
border-color css
<style>
span { border-color: #C41FCD; }
span { border-color: rgb(196,31,205); }
td.TdClassName
{
border-color: #C41FCD;
}
.TagClassName
{
border-color: #C41FCD;
}
</style>