Shades of Deep Magenta #CE1EBC
Tints of Deep Magenta #CE1EBC
RGB
CMYK
RGB Variations
Color information
#CE1EBC (or 0xCE1EBC) is known color: Deep Magenta. HEX triplet: CE, 1E and BC. RGB value is (206,30,188). Sum of RGB (Red+Green+Blue) = 206+30+188=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EBC is #31E143. Grayscale: #646464. Windows color (decimal): -3268932 or 12328654. OLE color: 12328654.
HSL color Cylindrical-coordinate representation of color #CE1EBC: hue angle of 306.14º 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 #CE1EBC is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 188 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.19 |
| HSL | 306.14º | 0.75% | 0.46% | - |
| HSV(B) | 306.14º | 0.85% | 0.81% | - |
| XYZ | 34.99 | 17.68 | 49.15 | - |
| YUV | 100.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 188 | 0 | 0.85 | 0.09 | 0.19 | 306.14 | 0.75 | 0.46 |
| Hex | CE | 1E | BC | 0 | 55 | 9 | 13 | 132 | 4B | 2E |
| Octal | 316 | 36 | 274 | 0 | 125 | 11 | 23 | 462 | 113 | 56 |
| Binary | 11001110 | 11110 | 10111100 | 0 | 1010101 | 1001 | 10011 | 100110010 | 1001011 | 101110 |
Color Harmonies of #CE1EBC
Complementary color
Monochromatic Colors of #CE1EBC
Black with #CE1EBC
Text Example
Text Example
White with #CE1EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EBC; }
p { color: rgb(206,30,188); }
H1.HeaderClassName
{
color: #CE1EBC;
}
.AnyTagClassName
{
color: #CE1EBC;
}
</style>
background-color css
<style>
a { background-color: #CE1EBC; }
a { background-color: rgb(206,30,188); }
div.DivClassName
{
background-color: #CE1EBC;
}
.BgClassName
{
background-color: #CE1EBC;
}
</style>
border-color css
<style>
span { border-color: #CE1EBC; }
span { border-color: rgb(206,30,188); }
td.TdClassName
{
border-color: #CE1EBC;
}
.TagClassName
{
border-color: #CE1EBC;
}
</style>