Shades of Deep Magenta #C41FCC
Tints of Deep Magenta #C41FCC
RGB
CMYK
RGB Variations
Color information
#C41FCC (or 0xC41FCC) is known color: Deep Magenta. HEX triplet: C4, 1F and CC. RGB value is (196,31,204). Sum of RGB (Red+Green+Blue) = 196+31+204=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #C41FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FCC is #3BE033. Grayscale: #636363. Windows color (decimal): -3924020 or 13377476. OLE color: 13377476.
HSL color Cylindrical-coordinate representation of color #C41FCC: hue angle of 297.23º 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 #C41FCC is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 31 | 204 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.2 |
| HSL | 297.23º | 0.74% | 0.46% | - |
| HSV(B) | 297.23º | 0.85% | 0.8% | - |
| XYZ | 34.15 | 17.08 | 58.62 | - |
| YUV | 100.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 204 | 0.04 | 0.85 | 0 | 0.2 | 297.23 | 0.74 | 0.46 |
| Hex | C4 | 1F | CC | 4 | 55 | 0 | 14 | 129 | 4A | 2E |
| Octal | 304 | 37 | 314 | 4 | 125 | 0 | 24 | 451 | 112 | 56 |
| Binary | 11000100 | 11111 | 11001100 | 100 | 1010101 | 0 | 10100 | 100101001 | 1001010 | 101110 |
Color Harmonies of #C41FCC
Complementary color
Monochromatic Colors of #C41FCC
Black with #C41FCC
Text Example
Text Example
White with #C41FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FCC; }
p { color: rgb(196,31,204); }
H1.HeaderClassName
{
color: #C41FCC;
}
.AnyTagClassName
{
color: #C41FCC;
}
</style>
background-color css
<style>
a { background-color: #C41FCC; }
a { background-color: rgb(196,31,204); }
div.DivClassName
{
background-color: #C41FCC;
}
.BgClassName
{
background-color: #C41FCC;
}
</style>
border-color css
<style>
span { border-color: #C41FCC; }
span { border-color: rgb(196,31,204); }
td.TdClassName
{
border-color: #C41FCC;
}
.TagClassName
{
border-color: #C41FCC;
}
</style>