Shades of Deep Magenta #CE11E5
Tints of Deep Magenta #CE11E5
RGB
CMYK
RGB Variations
Color information
#CE11E5 (or 0xCE11E5) is known color: Deep Magenta. HEX triplet: CE, 11 and E5. RGB value is (206,17,229). Sum of RGB (Red+Green+Blue) = 206+17+229=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE11E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11E5 is #31EE1A. Grayscale: #616161. Windows color (decimal): -3272219 or 15012302. OLE color: 15012302.
HSL color Cylindrical-coordinate representation of color #CE11E5: hue angle of 293.49º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE11E5 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 17 | 229 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.10 |
| HSL | 293.49º | 0.86% | 0.48% | - |
| HSV(B) | 293.49º | 0.93% | 0.9% | - |
| XYZ | 39.8 | 19.18 | 75.73 | - |
| YUV | 97.68 | 202.12 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 229 | 0.10 | 0.93 | 0 | 0.10 | 293.49 | 0.86 | 0.48 |
| Hex | CE | 11 | E5 | A | 5D | 0 | A | 125 | 56 | 30 |
| Octal | 316 | 21 | 345 | 12 | 135 | 0 | 12 | 445 | 126 | 60 |
| Binary | 11001110 | 10001 | 11100101 | 1010 | 1011101 | 0 | 1010 | 100100101 | 1010110 | 110000 |
Color Harmonies of #CE11E5
Complementary color
Monochromatic Colors of #CE11E5
Black with #CE11E5
Text Example
Text Example
White with #CE11E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11E5; }
p { color: rgb(206,17,229); }
H1.HeaderClassName
{
color: #CE11E5;
}
.AnyTagClassName
{
color: #CE11E5;
}
</style>
background-color css
<style>
a { background-color: #CE11E5; }
a { background-color: rgb(206,17,229); }
div.DivClassName
{
background-color: #CE11E5;
}
.BgClassName
{
background-color: #CE11E5;
}
</style>
border-color css
<style>
span { border-color: #CE11E5; }
span { border-color: rgb(206,17,229); }
td.TdClassName
{
border-color: #CE11E5;
}
.TagClassName
{
border-color: #CE11E5;
}
</style>