Shades of Deep Magenta #C002CE
Tints of Deep Magenta #C002CE
RGB
CMYK
RGB Variations
Color information
#C002CE (or 0xC002CE) is known color: Deep Magenta. HEX triplet: C0, 02 and CE. RGB value is (192,2,206). Sum of RGB (Red+Green+Blue) = 192+2+206=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #C002CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002CE is #3FFD31. Grayscale: #515151. Windows color (decimal): -4193586 or 13501120. OLE color: 13501120.
HSL color Cylindrical-coordinate representation of color #C002CE: hue angle of 295.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002CE is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 2 | 206 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.19 |
| HSL | 295.88º | 0.98% | 0.41% | - |
| HSV(B) | 295.88º | 0.99% | 0.81% | - |
| XYZ | 32.9 | 15.71 | 59.69 | - |
| YUV | 82.07 | 197.95 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 206 | 0.07 | 0.99 | 0 | 0.19 | 295.88 | 0.98 | 0.41 |
| Hex | C0 | 2 | CE | 7 | 63 | 0 | 13 | 128 | 62 | 29 |
| Octal | 300 | 2 | 316 | 7 | 143 | 0 | 23 | 450 | 142 | 51 |
| Binary | 11000000 | 10 | 11001110 | 111 | 1100011 | 0 | 10011 | 100101000 | 1100010 | 101001 |
Color Harmonies of #C002CE
Complementary color
Monochromatic Colors of #C002CE
Black with #C002CE
Text Example
Text Example
White with #C002CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002CE; }
p { color: rgb(192,2,206); }
H1.HeaderClassName
{
color: #C002CE;
}
.AnyTagClassName
{
color: #C002CE;
}
</style>
background-color css
<style>
a { background-color: #C002CE; }
a { background-color: rgb(192,2,206); }
div.DivClassName
{
background-color: #C002CE;
}
.BgClassName
{
background-color: #C002CE;
}
</style>
border-color css
<style>
span { border-color: #C002CE; }
span { border-color: rgb(192,2,206); }
td.TdClassName
{
border-color: #C002CE;
}
.TagClassName
{
border-color: #C002CE;
}
</style>