Shades of Deep Magenta #C800CE
Tints of Deep Magenta #C800CE
RGB
CMYK
RGB Variations
Color information
#C800CE (or 0xC800CE) is known color: Deep Magenta. HEX triplet: C8, 00 and CE. RGB value is (200,0,206). Sum of RGB (Red+Green+Blue) = 200+0+206=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 0 (0.39% from 255 or 0% 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 #C800CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800CE is #37FF31. Grayscale: #525252. Windows color (decimal): -3669810 or 13500616. OLE color: 13500616.
HSL color Cylindrical-coordinate representation of color #C800CE: hue angle of 298.25º 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 #C800CE is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 0 | 206 | - |
| CMYK | 0.03 | 1 | 0 | 0.19 |
| HSL | 298.25º | 1% | 0.4% | - |
| HSV(B) | 298.25º | 1% | 0.81% | - |
| XYZ | 34.96 | 16.74 | 59.78 | - |
| YUV | 83.28 | 197.26 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 206 | 0.03 | 1 | 0 | 0.19 | 298.25 | 1 | 0.4 |
| Hex | C8 | 0 | CE | 3 | 64 | 0 | 13 | 12A | 64 | 28 |
| Octal | 310 | 0 | 316 | 3 | 144 | 0 | 23 | 452 | 144 | 50 |
| Binary | 11001000 | 0 | 11001110 | 11 | 1100100 | 0 | 10011 | 100101010 | 1100100 | 101000 |
Color Harmonies of #C800CE
Complementary color
Monochromatic Colors of #C800CE
Black with #C800CE
Text Example
Text Example
White with #C800CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800CE; }
p { color: rgb(200,0,206); }
H1.HeaderClassName
{
color: #C800CE;
}
.AnyTagClassName
{
color: #C800CE;
}
</style>
background-color css
<style>
a { background-color: #C800CE; }
a { background-color: rgb(200,0,206); }
div.DivClassName
{
background-color: #C800CE;
}
.BgClassName
{
background-color: #C800CE;
}
</style>
border-color css
<style>
span { border-color: #C800CE; }
span { border-color: rgb(200,0,206); }
td.TdClassName
{
border-color: #C800CE;
}
.TagClassName
{
border-color: #C800CE;
}
</style>