Shades of Deep Magenta #CE1ECC
Tints of Deep Magenta #CE1ECC
RGB
CMYK
RGB Variations
Color information
#CE1ECC (or 0xCE1ECC) is known color: Deep Magenta. HEX triplet: CE, 1E and CC. RGB value is (206,30,204). Sum of RGB (Red+Green+Blue) = 206+30+204=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1ECC is #31E133. Grayscale: #656565. Windows color (decimal): -3268916 or 13377230. OLE color: 13377230.
HSL color Cylindrical-coordinate representation of color #CE1ECC: hue angle of 300.68º 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 #CE1ECC is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 204 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.19 |
| HSL | 300.68º | 0.75% | 0.46% | - |
| HSV(B) | 300.68º | 0.85% | 0.81% | - |
| XYZ | 36.82 | 18.41 | 58.74 | - |
| YUV | 102.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 204 | 0 | 0.85 | 0.01 | 0.19 | 300.68 | 0.75 | 0.46 |
| Hex | CE | 1E | CC | 0 | 55 | 1 | 13 | 12D | 4B | 2E |
| Octal | 316 | 36 | 314 | 0 | 125 | 1 | 23 | 455 | 113 | 56 |
| Binary | 11001110 | 11110 | 11001100 | 0 | 1010101 | 1 | 10011 | 100101101 | 1001011 | 101110 |
Color Harmonies of #CE1ECC
Complementary color
Monochromatic Colors of #CE1ECC
Black with #CE1ECC
Text Example
Text Example
White with #CE1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1ECC; }
p { color: rgb(206,30,204); }
H1.HeaderClassName
{
color: #CE1ECC;
}
.AnyTagClassName
{
color: #CE1ECC;
}
</style>
background-color css
<style>
a { background-color: #CE1ECC; }
a { background-color: rgb(206,30,204); }
div.DivClassName
{
background-color: #CE1ECC;
}
.BgClassName
{
background-color: #CE1ECC;
}
</style>
border-color css
<style>
span { border-color: #CE1ECC; }
span { border-color: rgb(206,30,204); }
td.TdClassName
{
border-color: #CE1ECC;
}
.TagClassName
{
border-color: #CE1ECC;
}
</style>