Shades of Deep Magenta #C014CE
Tints of Deep Magenta #C014CE
RGB
CMYK
RGB Variations
Color information
#C014CE (or 0xC014CE) is known color: Deep Magenta. HEX triplet: C0, 14 and CE. RGB value is (192,20,206). Sum of RGB (Red+Green+Blue) = 192+20+206=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #C014CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014CE is #3FEB31. Grayscale: #5C5C5C. Windows color (decimal): -4188978 or 13505728. OLE color: 13505728.
HSL color Cylindrical-coordinate representation of color #C014CE: hue angle of 295.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C014CE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 20 | 206 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.19 |
| HSL | 295.48º | 0.82% | 0.44% | - |
| HSV(B) | 295.48º | 0.9% | 0.81% | - |
| XYZ | 33.13 | 16.16 | 59.77 | - |
| YUV | 92.63 | 191.98 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 206 | 0.07 | 0.90 | 0 | 0.19 | 295.48 | 0.82 | 0.44 |
| Hex | C0 | 14 | CE | 7 | 5A | 0 | 13 | 127 | 52 | 2C |
| Octal | 300 | 24 | 316 | 7 | 132 | 0 | 23 | 447 | 122 | 54 |
| Binary | 11000000 | 10100 | 11001110 | 111 | 1011010 | 0 | 10011 | 100100111 | 1010010 | 101100 |
Color Harmonies of #C014CE
Complementary color
Monochromatic Colors of #C014CE
Black with #C014CE
Text Example
Text Example
White with #C014CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014CE; }
p { color: rgb(192,20,206); }
H1.HeaderClassName
{
color: #C014CE;
}
.AnyTagClassName
{
color: #C014CE;
}
</style>
background-color css
<style>
a { background-color: #C014CE; }
a { background-color: rgb(192,20,206); }
div.DivClassName
{
background-color: #C014CE;
}
.BgClassName
{
background-color: #C014CE;
}
</style>
border-color css
<style>
span { border-color: #C014CE; }
span { border-color: rgb(192,20,206); }
td.TdClassName
{
border-color: #C014CE;
}
.TagClassName
{
border-color: #C014CE;
}
</style>