Shades of Deep Magenta #CE1EE6
Tints of Deep Magenta #CE1EE6
RGB
CMYK
RGB Variations
Color information
#CE1EE6 (or 0xCE1EE6) is known color: Deep Magenta. HEX triplet: CE, 1E and E6. RGB value is (206,30,230). Sum of RGB (Red+Green+Blue) = 206+30+230=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE1EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EE6 is #31E119. Grayscale: #686868. Windows color (decimal): -3268890 or 15081166. OLE color: 15081166.
HSL color Cylindrical-coordinate representation of color #CE1EE6: hue angle of 292.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1EE6 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 30 | 230 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.10 |
| HSL | 292.8º | 0.8% | 0.51% | - |
| HSV(B) | 292.8º | 0.87% | 0.9% | - |
| XYZ | 40.2 | 19.76 | 76.56 | - |
| YUV | 105.42 | 198.31 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 230 | 0.10 | 0.87 | 0 | 0.10 | 292.8 | 0.8 | 0.51 |
| Hex | CE | 1E | E6 | A | 57 | 0 | A | 125 | 50 | 33 |
| Octal | 316 | 36 | 346 | 12 | 127 | 0 | 12 | 445 | 120 | 63 |
| Binary | 11001110 | 11110 | 11100110 | 1010 | 1010111 | 0 | 1010 | 100100101 | 1010000 | 110011 |
Color Harmonies of #CE1EE6
Complementary color
Monochromatic Colors of #CE1EE6
Black with #CE1EE6
Text Example
Text Example
White with #CE1EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EE6; }
p { color: rgb(206,30,230); }
H1.HeaderClassName
{
color: #CE1EE6;
}
.AnyTagClassName
{
color: #CE1EE6;
}
</style>
background-color css
<style>
a { background-color: #CE1EE6; }
a { background-color: rgb(206,30,230); }
div.DivClassName
{
background-color: #CE1EE6;
}
.BgClassName
{
background-color: #CE1EE6;
}
</style>
border-color css
<style>
span { border-color: #CE1EE6; }
span { border-color: rgb(206,30,230); }
td.TdClassName
{
border-color: #CE1EE6;
}
.TagClassName
{
border-color: #CE1EE6;
}
</style>