Shades of Deep Magenta #C008CE
Tints of Deep Magenta #C008CE
RGB
CMYK
RGB Variations
Color information
#C008CE (or 0xC008CE) is known color: Deep Magenta. HEX triplet: C0, 08 and CE. RGB value is (192,8,206). Sum of RGB (Red+Green+Blue) = 192+8+206=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #C008CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008CE is #3FF731. Grayscale: #545454. Windows color (decimal): -4192050 or 13502656. OLE color: 13502656.
HSL color Cylindrical-coordinate representation of color #C008CE: hue angle of 295.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008CE is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 8 | 206 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.19 |
| HSL | 295.76º | 0.93% | 0.42% | - |
| HSV(B) | 295.76º | 0.96% | 0.81% | - |
| XYZ | 32.97 | 15.84 | 59.71 | - |
| YUV | 85.59 | 195.96 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 206 | 0.07 | 0.96 | 0 | 0.19 | 295.76 | 0.93 | 0.42 |
| Hex | C0 | 8 | CE | 7 | 60 | 0 | 13 | 128 | 5D | 2A |
| Octal | 300 | 10 | 316 | 7 | 140 | 0 | 23 | 450 | 135 | 52 |
| Binary | 11000000 | 1000 | 11001110 | 111 | 1100000 | 0 | 10011 | 100101000 | 1011101 | 101010 |
Color Harmonies of #C008CE
Complementary color
Monochromatic Colors of #C008CE
Black with #C008CE
Text Example
Text Example
White with #C008CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008CE; }
p { color: rgb(192,8,206); }
H1.HeaderClassName
{
color: #C008CE;
}
.AnyTagClassName
{
color: #C008CE;
}
</style>
background-color css
<style>
a { background-color: #C008CE; }
a { background-color: rgb(192,8,206); }
div.DivClassName
{
background-color: #C008CE;
}
.BgClassName
{
background-color: #C008CE;
}
</style>
border-color css
<style>
span { border-color: #C008CE; }
span { border-color: rgb(192,8,206); }
td.TdClassName
{
border-color: #C008CE;
}
.TagClassName
{
border-color: #C008CE;
}
</style>