Shades of Deep Magenta #CE05DB
Tints of Deep Magenta #CE05DB
RGB
CMYK
RGB Variations
Color information
#CE05DB (or 0xCE05DB) is known color: Deep Magenta. HEX triplet: CE, 05 and DB. RGB value is (206,5,219). Sum of RGB (Red+Green+Blue) = 206+5+219=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05DB is #31FA24. Grayscale: #585858. Windows color (decimal): -3275301 or 14353870. OLE color: 14353870.
HSL color Cylindrical-coordinate representation of color #CE05DB: hue angle of 296.36º 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 #CE05DB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 5 | 219 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.14 |
| HSL | 296.36º | 0.96% | 0.44% | - |
| HSV(B) | 296.36º | 0.98% | 0.86% | - |
| XYZ | 38.29 | 18.34 | 68.54 | - |
| YUV | 89.5 | 201.09 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 219 | 0.06 | 0.98 | 0 | 0.14 | 296.36 | 0.96 | 0.44 |
| Hex | CE | 5 | DB | 6 | 62 | 0 | E | 128 | 60 | 2C |
| Octal | 316 | 5 | 333 | 6 | 142 | 0 | 16 | 450 | 140 | 54 |
| Binary | 11001110 | 101 | 11011011 | 110 | 1100010 | 0 | 1110 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CE05DB
Complementary color
Monochromatic Colors of #CE05DB
Black with #CE05DB
Text Example
Text Example
White with #CE05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05DB; }
p { color: rgb(206,5,219); }
H1.HeaderClassName
{
color: #CE05DB;
}
.AnyTagClassName
{
color: #CE05DB;
}
</style>
background-color css
<style>
a { background-color: #CE05DB; }
a { background-color: rgb(206,5,219); }
div.DivClassName
{
background-color: #CE05DB;
}
.BgClassName
{
background-color: #CE05DB;
}
</style>
border-color css
<style>
span { border-color: #CE05DB; }
span { border-color: rgb(206,5,219); }
td.TdClassName
{
border-color: #CE05DB;
}
.TagClassName
{
border-color: #CE05DB;
}
</style>