Shades of Deep Magenta #CE04E0
Tints of Deep Magenta #CE04E0
RGB
CMYK
RGB Variations
Color information
#CE04E0 (or 0xCE04E0) is known color: Deep Magenta. HEX triplet: CE, 04 and E0. RGB value is (206,4,224). Sum of RGB (Red+Green+Blue) = 206+4+224=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE04E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04E0 is #31FB1F. Grayscale: #585858. Windows color (decimal): -3275552 or 14681294. OLE color: 14681294.
HSL color Cylindrical-coordinate representation of color #CE04E0: hue angle of 295.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04E0 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 4 | 224 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.12 |
| HSL | 295.09º | 0.96% | 0.45% | - |
| HSV(B) | 295.09º | 0.98% | 0.88% | - |
| XYZ | 38.95 | 18.59 | 72.06 | - |
| YUV | 89.48 | 203.92 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 224 | 0.08 | 0.98 | 0 | 0.12 | 295.09 | 0.96 | 0.45 |
| Hex | CE | 4 | E0 | 8 | 62 | 0 | C | 127 | 60 | 2D |
| Octal | 316 | 4 | 340 | 10 | 142 | 0 | 14 | 447 | 140 | 55 |
| Binary | 11001110 | 100 | 11100000 | 1000 | 1100010 | 0 | 1100 | 100100111 | 1100000 | 101101 |
Color Harmonies of #CE04E0
Complementary color
Monochromatic Colors of #CE04E0
Black with #CE04E0
Text Example
Text Example
White with #CE04E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04E0; }
p { color: rgb(206,4,224); }
H1.HeaderClassName
{
color: #CE04E0;
}
.AnyTagClassName
{
color: #CE04E0;
}
</style>
background-color css
<style>
a { background-color: #CE04E0; }
a { background-color: rgb(206,4,224); }
div.DivClassName
{
background-color: #CE04E0;
}
.BgClassName
{
background-color: #CE04E0;
}
</style>
border-color css
<style>
span { border-color: #CE04E0; }
span { border-color: rgb(206,4,224); }
td.TdClassName
{
border-color: #CE04E0;
}
.TagClassName
{
border-color: #CE04E0;
}
</style>