Shades of Deep Magenta #CE03E2
Tints of Deep Magenta #CE03E2
RGB
CMYK
RGB Variations
Color information
#CE03E2 (or 0xCE03E2) is known color: Deep Magenta. HEX triplet: CE, 03 and E2. RGB value is (206,3,226). Sum of RGB (Red+Green+Blue) = 206+3+226=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 226 (88.67% from 255 or 51.95% from 435); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE03E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03E2 is #31FC1D. Grayscale: #585858. Windows color (decimal): -3275806 or 14812110. OLE color: 14812110.
HSL color Cylindrical-coordinate representation of color #CE03E2: hue angle of 294.62º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03E2 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 3 | 226 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.11 |
| HSL | 294.62º | 0.97% | 0.45% | - |
| HSV(B) | 294.62º | 0.99% | 0.89% | - |
| XYZ | 39.21 | 18.68 | 73.49 | - |
| YUV | 89.12 | 205.25 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 226 | 0.09 | 0.99 | 0 | 0.11 | 294.62 | 0.97 | 0.45 |
| Hex | CE | 3 | E2 | 9 | 63 | 0 | B | 127 | 61 | 2D |
| Octal | 316 | 3 | 342 | 11 | 143 | 0 | 13 | 447 | 141 | 55 |
| Binary | 11001110 | 11 | 11100010 | 1001 | 1100011 | 0 | 1011 | 100100111 | 1100001 | 101101 |
Color Harmonies of #CE03E2
Complementary color
Monochromatic Colors of #CE03E2
Black with #CE03E2
Text Example
Text Example
White with #CE03E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03E2; }
p { color: rgb(206,3,226); }
H1.HeaderClassName
{
color: #CE03E2;
}
.AnyTagClassName
{
color: #CE03E2;
}
</style>
background-color css
<style>
a { background-color: #CE03E2; }
a { background-color: rgb(206,3,226); }
div.DivClassName
{
background-color: #CE03E2;
}
.BgClassName
{
background-color: #CE03E2;
}
</style>
border-color css
<style>
span { border-color: #CE03E2; }
span { border-color: rgb(206,3,226); }
td.TdClassName
{
border-color: #CE03E2;
}
.TagClassName
{
border-color: #CE03E2;
}
</style>