Shades of Deep Magenta #CE02E1
Tints of Deep Magenta #CE02E1
RGB
CMYK
RGB Variations
Color information
#CE02E1 (or 0xCE02E1) is known color: Deep Magenta. HEX triplet: CE, 02 and E1. RGB value is (206,2,225). Sum of RGB (Red+Green+Blue) = 206+2+225=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE02E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02E1 is #31FD1E. Grayscale: #575757. Windows color (decimal): -3276063 or 14746318. OLE color: 14746318.
HSL color Cylindrical-coordinate representation of color #CE02E1: hue angle of 294.89º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02E1 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 2 | 225 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.12 |
| HSL | 294.89º | 0.98% | 0.45% | - |
| HSV(B) | 294.89º | 0.99% | 0.88% | - |
| XYZ | 39.07 | 18.6 | 72.77 | - |
| YUV | 88.42 | 205.09 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 225 | 0.08 | 0.99 | 0 | 0.12 | 294.89 | 0.98 | 0.45 |
| Hex | CE | 2 | E1 | 8 | 63 | 0 | C | 127 | 62 | 2D |
| Octal | 316 | 2 | 341 | 10 | 143 | 0 | 14 | 447 | 142 | 55 |
| Binary | 11001110 | 10 | 11100001 | 1000 | 1100011 | 0 | 1100 | 100100111 | 1100010 | 101101 |
Color Harmonies of #CE02E1
Complementary color
Monochromatic Colors of #CE02E1
Black with #CE02E1
Text Example
Text Example
White with #CE02E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02E1; }
p { color: rgb(206,2,225); }
H1.HeaderClassName
{
color: #CE02E1;
}
.AnyTagClassName
{
color: #CE02E1;
}
</style>
background-color css
<style>
a { background-color: #CE02E1; }
a { background-color: rgb(206,2,225); }
div.DivClassName
{
background-color: #CE02E1;
}
.BgClassName
{
background-color: #CE02E1;
}
</style>
border-color css
<style>
span { border-color: #CE02E1; }
span { border-color: rgb(206,2,225); }
td.TdClassName
{
border-color: #CE02E1;
}
.TagClassName
{
border-color: #CE02E1;
}
</style>