Shades of Deep Magenta #CE0FE4
Tints of Deep Magenta #CE0FE4
RGB
CMYK
RGB Variations
Color information
#CE0FE4 (or 0xCE0FE4) is known color: Deep Magenta. HEX triplet: CE, 0F and E4. RGB value is (206,15,228). Sum of RGB (Red+Green+Blue) = 206+15+228=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE0FE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0FE4 is #31F01B. Grayscale: #5F5F5F. Windows color (decimal): -3272732 or 14946254. OLE color: 14946254.
HSL color Cylindrical-coordinate representation of color #CE0FE4: hue angle of 293.8º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0FE4 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 15 | 228 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.11 |
| HSL | 293.8º | 0.88% | 0.48% | - |
| HSV(B) | 293.8º | 0.93% | 0.89% | - |
| XYZ | 39.63 | 19.06 | 74.99 | - |
| YUV | 96.39 | 202.28 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 228 | 0.10 | 0.93 | 0 | 0.11 | 293.8 | 0.88 | 0.48 |
| Hex | CE | F | E4 | A | 5D | 0 | B | 126 | 58 | 30 |
| Octal | 316 | 17 | 344 | 12 | 135 | 0 | 13 | 446 | 130 | 60 |
| Binary | 11001110 | 1111 | 11100100 | 1010 | 1011101 | 0 | 1011 | 100100110 | 1011000 | 110000 |
Color Harmonies of #CE0FE4
Complementary color
Monochromatic Colors of #CE0FE4
Black with #CE0FE4
Text Example
Text Example
White with #CE0FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FE4; }
p { color: rgb(206,15,228); }
H1.HeaderClassName
{
color: #CE0FE4;
}
.AnyTagClassName
{
color: #CE0FE4;
}
</style>
background-color css
<style>
a { background-color: #CE0FE4; }
a { background-color: rgb(206,15,228); }
div.DivClassName
{
background-color: #CE0FE4;
}
.BgClassName
{
background-color: #CE0FE4;
}
</style>
border-color css
<style>
span { border-color: #CE0FE4; }
span { border-color: rgb(206,15,228); }
td.TdClassName
{
border-color: #CE0FE4;
}
.TagClassName
{
border-color: #CE0FE4;
}
</style>