Shades of Deep Magenta #CE00CA
Tints of Deep Magenta #CE00CA
RGB
CMYK
RGB Variations
Color information
#CE00CA (or 0xCE00CA) is known color: Deep Magenta. HEX triplet: CE, 00 and CA. RGB value is (206,0,202). Sum of RGB (Red+Green+Blue) = 206+0+202=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00CA is #31FF35. Grayscale: #545454. Windows color (decimal): -3276598 or 13238478. OLE color: 13238478.
HSL color Cylindrical-coordinate representation of color #CE00CA: hue angle of 301.17º 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 #CE00CA is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.02 | 0.19 |
| HSL | 301.17º | 1% | 0.4% | - |
| HSV(B) | 301.17º | 1% | 0.81% | - |
| XYZ | 36.11 | 17.39 | 57.33 | - |
| YUV | 84.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 202 | 0 | 1 | 0.02 | 0.19 | 301.17 | 1 | 0.4 |
| Hex | CE | 0 | CA | 0 | 64 | 2 | 13 | 12D | 64 | 28 |
| Octal | 316 | 0 | 312 | 0 | 144 | 2 | 23 | 455 | 144 | 50 |
| Binary | 11001110 | 0 | 11001010 | 0 | 1100100 | 10 | 10011 | 100101101 | 1100100 | 101000 |
Color Harmonies of #CE00CA
Complementary color
Monochromatic Colors of #CE00CA
Black with #CE00CA
Text Example
Text Example
White with #CE00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00CA; }
p { color: rgb(206,0,202); }
H1.HeaderClassName
{
color: #CE00CA;
}
.AnyTagClassName
{
color: #CE00CA;
}
</style>
background-color css
<style>
a { background-color: #CE00CA; }
a { background-color: rgb(206,0,202); }
div.DivClassName
{
background-color: #CE00CA;
}
.BgClassName
{
background-color: #CE00CA;
}
</style>
border-color css
<style>
span { border-color: #CE00CA; }
span { border-color: rgb(206,0,202); }
td.TdClassName
{
border-color: #CE00CA;
}
.TagClassName
{
border-color: #CE00CA;
}
</style>