Shades of Deep Magenta #C40FCC
Tints of Deep Magenta #C40FCC
RGB
CMYK
RGB Variations
Color information
#C40FCC (or 0xC40FCC) is known color: Deep Magenta. HEX triplet: C4, 0F and CC. RGB value is (196,15,204). Sum of RGB (Red+Green+Blue) = 196+15+204=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C40FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FCC is #3BF033. Grayscale: #5A5A5A. Windows color (decimal): -3928116 or 13373380. OLE color: 13373380.
HSL color Cylindrical-coordinate representation of color #C40FCC: hue angle of 297.46º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40FCC is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 15 | 204 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.2 |
| HSL | 297.46º | 0.86% | 0.43% | - |
| HSV(B) | 297.46º | 0.93% | 0.8% | - |
| XYZ | 33.83 | 16.44 | 58.52 | - |
| YUV | 90.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 204 | 0.04 | 0.93 | 0 | 0.2 | 297.46 | 0.86 | 0.43 |
| Hex | C4 | F | CC | 4 | 5D | 0 | 14 | 129 | 56 | 2B |
| Octal | 304 | 17 | 314 | 4 | 135 | 0 | 24 | 451 | 126 | 53 |
| Binary | 11000100 | 1111 | 11001100 | 100 | 1011101 | 0 | 10100 | 100101001 | 1010110 | 101011 |
Color Harmonies of #C40FCC
Complementary color
Monochromatic Colors of #C40FCC
Black with #C40FCC
Text Example
Text Example
White with #C40FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FCC; }
p { color: rgb(196,15,204); }
H1.HeaderClassName
{
color: #C40FCC;
}
.AnyTagClassName
{
color: #C40FCC;
}
</style>
background-color css
<style>
a { background-color: #C40FCC; }
a { background-color: rgb(196,15,204); }
div.DivClassName
{
background-color: #C40FCC;
}
.BgClassName
{
background-color: #C40FCC;
}
</style>
border-color css
<style>
span { border-color: #C40FCC; }
span { border-color: rgb(196,15,204); }
td.TdClassName
{
border-color: #C40FCC;
}
.TagClassName
{
border-color: #C40FCC;
}
</style>