Shades of Deep Magenta #C000CE
Tints of Deep Magenta #C000CE
RGB
CMYK
RGB Variations
Color information
#C000CE (or 0xC000CE) is known color: Deep Magenta. HEX triplet: C0, 00 and CE. RGB value is (192,0,206). Sum of RGB (Red+Green+Blue) = 192+0+206=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #C000CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000CE is #3FFF31. Grayscale: #505050. Windows color (decimal): -4194098 or 13500608. OLE color: 13500608.
HSL color Cylindrical-coordinate representation of color #C000CE: hue angle of 295.92º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000CE is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 0 | 206 | - |
| CMYK | 0.07 | 1 | 0 | 0.19 |
| HSL | 295.92º | 1% | 0.4% | - |
| HSV(B) | 295.92º | 1% | 0.81% | - |
| XYZ | 32.88 | 15.66 | 59.68 | - |
| YUV | 80.89 | 198.61 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 206 | 0.07 | 1 | 0 | 0.19 | 295.92 | 1 | 0.4 |
| Hex | C0 | 0 | CE | 7 | 64 | 0 | 13 | 128 | 64 | 28 |
| Octal | 300 | 0 | 316 | 7 | 144 | 0 | 23 | 450 | 144 | 50 |
| Binary | 11000000 | 0 | 11001110 | 111 | 1100100 | 0 | 10011 | 100101000 | 1100100 | 101000 |
Color Harmonies of #C000CE
Complementary color
Monochromatic Colors of #C000CE
Black with #C000CE
Text Example
Text Example
White with #C000CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000CE; }
p { color: rgb(192,0,206); }
H1.HeaderClassName
{
color: #C000CE;
}
.AnyTagClassName
{
color: #C000CE;
}
</style>
background-color css
<style>
a { background-color: #C000CE; }
a { background-color: rgb(192,0,206); }
div.DivClassName
{
background-color: #C000CE;
}
.BgClassName
{
background-color: #C000CE;
}
</style>
border-color css
<style>
span { border-color: #C000CE; }
span { border-color: rgb(192,0,206); }
td.TdClassName
{
border-color: #C000CE;
}
.TagClassName
{
border-color: #C000CE;
}
</style>