Shades of Deep Magenta #CE04DB
Tints of Deep Magenta #CE04DB
RGB
CMYK
RGB Variations
Color information
#CE04DB (or 0xCE04DB) is known color: Deep Magenta. HEX triplet: CE, 04 and DB. RGB value is (206,4,219). Sum of RGB (Red+Green+Blue) = 206+4+219=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04DB is #31FB24. Grayscale: #585858. Windows color (decimal): -3275557 or 14353614. OLE color: 14353614.
HSL color Cylindrical-coordinate representation of color #CE04DB: hue angle of 296.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04DB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 4 | 219 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.14 |
| HSL | 296.37º | 0.96% | 0.44% | - |
| HSV(B) | 296.37º | 0.98% | 0.86% | - |
| XYZ | 38.28 | 18.32 | 68.54 | - |
| YUV | 88.91 | 201.42 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 219 | 0.06 | 0.98 | 0 | 0.14 | 296.37 | 0.96 | 0.44 |
| Hex | CE | 4 | DB | 6 | 62 | 0 | E | 128 | 60 | 2C |
| Octal | 316 | 4 | 333 | 6 | 142 | 0 | 16 | 450 | 140 | 54 |
| Binary | 11001110 | 100 | 11011011 | 110 | 1100010 | 0 | 1110 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CE04DB
Complementary color
Monochromatic Colors of #CE04DB
Black with #CE04DB
Text Example
Text Example
White with #CE04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04DB; }
p { color: rgb(206,4,219); }
H1.HeaderClassName
{
color: #CE04DB;
}
.AnyTagClassName
{
color: #CE04DB;
}
</style>
background-color css
<style>
a { background-color: #CE04DB; }
a { background-color: rgb(206,4,219); }
div.DivClassName
{
background-color: #CE04DB;
}
.BgClassName
{
background-color: #CE04DB;
}
</style>
border-color css
<style>
span { border-color: #CE04DB; }
span { border-color: rgb(206,4,219); }
td.TdClassName
{
border-color: #CE04DB;
}
.TagClassName
{
border-color: #CE04DB;
}
</style>