Shades of Deep Magenta #CE00DB
Tints of Deep Magenta #CE00DB
RGB
CMYK
RGB Variations
Color information
#CE00DB (or 0xCE00DB) is known color: Deep Magenta. HEX triplet: CE, 00 and DB. RGB value is (206,0,219). Sum of RGB (Red+Green+Blue) = 206+0+219=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00DB is #31FF24. Grayscale: #555555. Windows color (decimal): -3276581 or 14352590. OLE color: 14352590.
HSL color Cylindrical-coordinate representation of color #CE00DB: hue angle of 296.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00DB is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 0 | 219 | - |
| CMYK | 0.06 | 1 | 0 | 0.14 |
| HSL | 296.44º | 1% | 0.43% | - |
| HSV(B) | 296.44º | 1% | 0.86% | - |
| XYZ | 38.24 | 18.24 | 68.52 | - |
| YUV | 86.56 | 202.75 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 219 | 0.06 | 1 | 0 | 0.14 | 296.44 | 1 | 0.43 |
| Hex | CE | 0 | DB | 6 | 64 | 0 | E | 128 | 64 | 2B |
| Octal | 316 | 0 | 333 | 6 | 144 | 0 | 16 | 450 | 144 | 53 |
| Binary | 11001110 | 0 | 11011011 | 110 | 1100100 | 0 | 1110 | 100101000 | 1100100 | 101011 |
Color Harmonies of #CE00DB
Complementary color
Monochromatic Colors of #CE00DB
Black with #CE00DB
Text Example
Text Example
White with #CE00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00DB; }
p { color: rgb(206,0,219); }
H1.HeaderClassName
{
color: #CE00DB;
}
.AnyTagClassName
{
color: #CE00DB;
}
</style>
background-color css
<style>
a { background-color: #CE00DB; }
a { background-color: rgb(206,0,219); }
div.DivClassName
{
background-color: #CE00DB;
}
.BgClassName
{
background-color: #CE00DB;
}
</style>
border-color css
<style>
span { border-color: #CE00DB; }
span { border-color: rgb(206,0,219); }
td.TdClassName
{
border-color: #CE00DB;
}
.TagClassName
{
border-color: #CE00DB;
}
</style>