Shades of Deep Magenta #CE02CA
Tints of Deep Magenta #CE02CA
RGB
CMYK
RGB Variations
Color information
#CE02CA (or 0xCE02CA) is known color: Deep Magenta. HEX triplet: CE, 02 and CA. RGB value is (206,2,202). Sum of RGB (Red+Green+Blue) = 206+2+202=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02CA is #31FD35. Grayscale: #555555. Windows color (decimal): -3276086 or 13238990. OLE color: 13238990.
HSL color Cylindrical-coordinate representation of color #CE02CA: hue angle of 301.18º 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 #CE02CA is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.19 |
| HSL | 301.18º | 0.98% | 0.41% | - |
| HSV(B) | 301.18º | 0.99% | 0.81% | - |
| XYZ | 36.14 | 17.43 | 57.34 | - |
| YUV | 85.8 | 193.59 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 202 | 0 | 0.99 | 0.02 | 0.19 | 301.18 | 0.98 | 0.41 |
| Hex | CE | 2 | CA | 0 | 63 | 2 | 13 | 12D | 62 | 29 |
| Octal | 316 | 2 | 312 | 0 | 143 | 2 | 23 | 455 | 142 | 51 |
| Binary | 11001110 | 10 | 11001010 | 0 | 1100011 | 10 | 10011 | 100101101 | 1100010 | 101001 |
Color Harmonies of #CE02CA
Complementary color
Monochromatic Colors of #CE02CA
Black with #CE02CA
Text Example
Text Example
White with #CE02CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02CA; }
p { color: rgb(206,2,202); }
H1.HeaderClassName
{
color: #CE02CA;
}
.AnyTagClassName
{
color: #CE02CA;
}
</style>
background-color css
<style>
a { background-color: #CE02CA; }
a { background-color: rgb(206,2,202); }
div.DivClassName
{
background-color: #CE02CA;
}
.BgClassName
{
background-color: #CE02CA;
}
</style>
border-color css
<style>
span { border-color: #CE02CA; }
span { border-color: rgb(206,2,202); }
td.TdClassName
{
border-color: #CE02CA;
}
.TagClassName
{
border-color: #CE02CA;
}
</style>