Shades of Deep Magenta #CE0CDB
Tints of Deep Magenta #CE0CDB
RGB
CMYK
RGB Variations
Color information
#CE0CDB (or 0xCE0CDB) is known color: Deep Magenta. HEX triplet: CE, 0C and DB. RGB value is (206,12,219). Sum of RGB (Red+Green+Blue) = 206+12+219=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CDB is #31F324. Grayscale: #5C5C5C. Windows color (decimal): -3273509 or 14355662. OLE color: 14355662.
HSL color Cylindrical-coordinate representation of color #CE0CDB: hue angle of 296.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0CDB is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 12 | 219 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.14 |
| HSL | 296.23º | 0.9% | 0.45% | - |
| HSV(B) | 296.23º | 0.95% | 0.86% | - |
| XYZ | 38.37 | 18.5 | 68.57 | - |
| YUV | 93.6 | 198.77 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 219 | 0.06 | 0.95 | 0 | 0.14 | 296.23 | 0.9 | 0.45 |
| Hex | CE | C | DB | 6 | 5F | 0 | E | 128 | 5A | 2D |
| Octal | 316 | 14 | 333 | 6 | 137 | 0 | 16 | 450 | 132 | 55 |
| Binary | 11001110 | 1100 | 11011011 | 110 | 1011111 | 0 | 1110 | 100101000 | 1011010 | 101101 |
Color Harmonies of #CE0CDB
Complementary color
Monochromatic Colors of #CE0CDB
Black with #CE0CDB
Text Example
Text Example
White with #CE0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CDB; }
p { color: rgb(206,12,219); }
H1.HeaderClassName
{
color: #CE0CDB;
}
.AnyTagClassName
{
color: #CE0CDB;
}
</style>
background-color css
<style>
a { background-color: #CE0CDB; }
a { background-color: rgb(206,12,219); }
div.DivClassName
{
background-color: #CE0CDB;
}
.BgClassName
{
background-color: #CE0CDB;
}
</style>
border-color css
<style>
span { border-color: #CE0CDB; }
span { border-color: rgb(206,12,219); }
td.TdClassName
{
border-color: #CE0CDB;
}
.TagClassName
{
border-color: #CE0CDB;
}
</style>