Shades of Deep Magenta #C40FCD
Tints of Deep Magenta #C40FCD
RGB
CMYK
RGB Variations
Color information
#C40FCD (or 0xC40FCD) is known color: Deep Magenta. HEX triplet: C4, 0F and CD. RGB value is (196,15,205). Sum of RGB (Red+Green+Blue) = 196+15+205=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #C40FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FCD is #3BF032. Grayscale: #5A5A5A. Windows color (decimal): -3928115 or 13438916. OLE color: 13438916.
HSL color Cylindrical-coordinate representation of color #C40FCD: hue angle of 297.16º 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 #C40FCD is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 15 | 205 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.20 |
| HSL | 297.16º | 0.86% | 0.43% | - |
| HSV(B) | 297.16º | 0.93% | 0.8% | - |
| XYZ | 33.96 | 16.49 | 59.15 | - |
| YUV | 90.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 205 | 0.04 | 0.93 | 0 | 0.20 | 297.16 | 0.86 | 0.43 |
| Hex | C4 | F | CD | 4 | 5D | 0 | 14 | 129 | 56 | 2B |
| Octal | 304 | 17 | 315 | 4 | 135 | 0 | 24 | 451 | 126 | 53 |
| Binary | 11000100 | 1111 | 11001101 | 100 | 1011101 | 0 | 10100 | 100101001 | 1010110 | 101011 |
Color Harmonies of #C40FCD
Complementary color
Monochromatic Colors of #C40FCD
Black with #C40FCD
Text Example
Text Example
White with #C40FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FCD; }
p { color: rgb(196,15,205); }
H1.HeaderClassName
{
color: #C40FCD;
}
.AnyTagClassName
{
color: #C40FCD;
}
</style>
background-color css
<style>
a { background-color: #C40FCD; }
a { background-color: rgb(196,15,205); }
div.DivClassName
{
background-color: #C40FCD;
}
.BgClassName
{
background-color: #C40FCD;
}
</style>
border-color css
<style>
span { border-color: #C40FCD; }
span { border-color: rgb(196,15,205); }
td.TdClassName
{
border-color: #C40FCD;
}
.TagClassName
{
border-color: #C40FCD;
}
</style>