Shades of Deep Magenta #CE03E1
Tints of Deep Magenta #CE03E1
RGB
CMYK
RGB Variations
Color information
#CE03E1 (or 0xCE03E1) is known color: Deep Magenta. HEX triplet: CE, 03 and E1. RGB value is (206,3,225). Sum of RGB (Red+Green+Blue) = 206+3+225=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE03E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03E1 is #31FC1E. Grayscale: #585858. Windows color (decimal): -3275807 or 14746574. OLE color: 14746574.
HSL color Cylindrical-coordinate representation of color #CE03E1: hue angle of 294.86º degrees, saturation: 0.97, 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 #CE03E1 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 3 | 225 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.12 |
| HSL | 294.86º | 0.97% | 0.45% | - |
| HSV(B) | 294.86º | 0.99% | 0.88% | - |
| XYZ | 39.08 | 18.62 | 72.77 | - |
| YUV | 89.01 | 204.75 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 225 | 0.08 | 0.99 | 0 | 0.12 | 294.86 | 0.97 | 0.45 |
| Hex | CE | 3 | E1 | 8 | 63 | 0 | C | 127 | 61 | 2D |
| Octal | 316 | 3 | 341 | 10 | 143 | 0 | 14 | 447 | 141 | 55 |
| Binary | 11001110 | 11 | 11100001 | 1000 | 1100011 | 0 | 1100 | 100100111 | 1100001 | 101101 |
Color Harmonies of #CE03E1
Complementary color
Monochromatic Colors of #CE03E1
Black with #CE03E1
Text Example
Text Example
White with #CE03E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03E1; }
p { color: rgb(206,3,225); }
H1.HeaderClassName
{
color: #CE03E1;
}
.AnyTagClassName
{
color: #CE03E1;
}
</style>
background-color css
<style>
a { background-color: #CE03E1; }
a { background-color: rgb(206,3,225); }
div.DivClassName
{
background-color: #CE03E1;
}
.BgClassName
{
background-color: #CE03E1;
}
</style>
border-color css
<style>
span { border-color: #CE03E1; }
span { border-color: rgb(206,3,225); }
td.TdClassName
{
border-color: #CE03E1;
}
.TagClassName
{
border-color: #CE03E1;
}
</style>