Shades of Deep Magenta #CE0EDB
Tints of Deep Magenta #CE0EDB
RGB
CMYK
RGB Variations
Color information
#CE0EDB (or 0xCE0EDB) is known color: Deep Magenta. HEX triplet: CE, 0E and DB. RGB value is (206,14,219). Sum of RGB (Red+Green+Blue) = 206+14+219=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0EDB is #31F124. Grayscale: #5E5E5E. Windows color (decimal): -3272997 or 14356174. OLE color: 14356174.
HSL color Cylindrical-coordinate representation of color #CE0EDB: hue angle of 296.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0EDB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 14 | 219 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.14 |
| HSL | 296.2º | 0.88% | 0.46% | - |
| HSV(B) | 296.2º | 0.94% | 0.86% | - |
| XYZ | 38.4 | 18.55 | 68.57 | - |
| YUV | 94.78 | 198.11 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 219 | 0.06 | 0.94 | 0 | 0.14 | 296.2 | 0.88 | 0.46 |
| Hex | CE | E | DB | 6 | 5E | 0 | E | 128 | 58 | 2E |
| Octal | 316 | 16 | 333 | 6 | 136 | 0 | 16 | 450 | 130 | 56 |
| Binary | 11001110 | 1110 | 11011011 | 110 | 1011110 | 0 | 1110 | 100101000 | 1011000 | 101110 |
Color Harmonies of #CE0EDB
Complementary color
Monochromatic Colors of #CE0EDB
Black with #CE0EDB
Text Example
Text Example
White with #CE0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EDB; }
p { color: rgb(206,14,219); }
H1.HeaderClassName
{
color: #CE0EDB;
}
.AnyTagClassName
{
color: #CE0EDB;
}
</style>
background-color css
<style>
a { background-color: #CE0EDB; }
a { background-color: rgb(206,14,219); }
div.DivClassName
{
background-color: #CE0EDB;
}
.BgClassName
{
background-color: #CE0EDB;
}
</style>
border-color css
<style>
span { border-color: #CE0EDB; }
span { border-color: rgb(206,14,219); }
td.TdClassName
{
border-color: #CE0EDB;
}
.TagClassName
{
border-color: #CE0EDB;
}
</style>