Shades of Deep Magenta #CE03E5
Tints of Deep Magenta #CE03E5
RGB
CMYK
RGB Variations
Color information
#CE03E5 (or 0xCE03E5) is known color: Deep Magenta. HEX triplet: CE, 03 and E5. RGB value is (206,3,229). Sum of RGB (Red+Green+Blue) = 206+3+229=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03E5 is #31FC1A. Grayscale: #585858. Windows color (decimal): -3275803 or 15008718. OLE color: 15008718.
HSL color Cylindrical-coordinate representation of color #CE03E5: hue angle of 293.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03E5 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 3 | 229 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.10 |
| HSL | 293.89º | 0.97% | 0.45% | - |
| HSV(B) | 293.89º | 0.99% | 0.9% | - |
| XYZ | 39.63 | 18.84 | 75.68 | - |
| YUV | 89.46 | 206.75 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 229 | 0.10 | 0.99 | 0 | 0.10 | 293.89 | 0.97 | 0.45 |
| Hex | CE | 3 | E5 | A | 63 | 0 | A | 126 | 61 | 2D |
| Octal | 316 | 3 | 345 | 12 | 143 | 0 | 12 | 446 | 141 | 55 |
| Binary | 11001110 | 11 | 11100101 | 1010 | 1100011 | 0 | 1010 | 100100110 | 1100001 | 101101 |
Color Harmonies of #CE03E5
Complementary color
Monochromatic Colors of #CE03E5
Black with #CE03E5
Text Example
Text Example
White with #CE03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03E5; }
p { color: rgb(206,3,229); }
H1.HeaderClassName
{
color: #CE03E5;
}
.AnyTagClassName
{
color: #CE03E5;
}
</style>
background-color css
<style>
a { background-color: #CE03E5; }
a { background-color: rgb(206,3,229); }
div.DivClassName
{
background-color: #CE03E5;
}
.BgClassName
{
background-color: #CE03E5;
}
</style>
border-color css
<style>
span { border-color: #CE03E5; }
span { border-color: rgb(206,3,229); }
td.TdClassName
{
border-color: #CE03E5;
}
.TagClassName
{
border-color: #CE03E5;
}
</style>