Shades of Deep Magenta #CE1EC0
Tints of Deep Magenta #CE1EC0
RGB
CMYK
RGB Variations
Color information
#CE1EC0 (or 0xCE1EC0) is known color: Deep Magenta. HEX triplet: CE, 1E and C0. RGB value is (206,30,192). Sum of RGB (Red+Green+Blue) = 206+30+192=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EC0 is #31E13F. Grayscale: #646464. Windows color (decimal): -3268928 or 12590798. OLE color: 12590798.
HSL color Cylindrical-coordinate representation of color #CE1EC0: hue angle of 304.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1EC0 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 192 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.19 |
| HSL | 304.77º | 0.75% | 0.46% | - |
| HSV(B) | 304.77º | 0.85% | 0.81% | - |
| XYZ | 35.43 | 17.86 | 51.45 | - |
| YUV | 101.09 | 179.31 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 192 | 0 | 0.85 | 0.07 | 0.19 | 304.77 | 0.75 | 0.46 |
| Hex | CE | 1E | C0 | 0 | 55 | 7 | 13 | 131 | 4B | 2E |
| Octal | 316 | 36 | 300 | 0 | 125 | 7 | 23 | 461 | 113 | 56 |
| Binary | 11001110 | 11110 | 11000000 | 0 | 1010101 | 111 | 10011 | 100110001 | 1001011 | 101110 |
Color Harmonies of #CE1EC0
Complementary color
Monochromatic Colors of #CE1EC0
Black with #CE1EC0
Text Example
Text Example
White with #CE1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EC0; }
p { color: rgb(206,30,192); }
H1.HeaderClassName
{
color: #CE1EC0;
}
.AnyTagClassName
{
color: #CE1EC0;
}
</style>
background-color css
<style>
a { background-color: #CE1EC0; }
a { background-color: rgb(206,30,192); }
div.DivClassName
{
background-color: #CE1EC0;
}
.BgClassName
{
background-color: #CE1EC0;
}
</style>
border-color css
<style>
span { border-color: #CE1EC0; }
span { border-color: rgb(206,30,192); }
td.TdClassName
{
border-color: #CE1EC0;
}
.TagClassName
{
border-color: #CE1EC0;
}
</style>