Shades of Deep Magenta #CE05DC
Tints of Deep Magenta #CE05DC
RGB
CMYK
RGB Variations
Color information
#CE05DC (or 0xCE05DC) is known color: Deep Magenta. HEX triplet: CE, 05 and DC. RGB value is (206,5,220). Sum of RGB (Red+Green+Blue) = 206+5+220=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05DC is #31FA23. Grayscale: #585858. Windows color (decimal): -3275300 or 14419406. OLE color: 14419406.
HSL color Cylindrical-coordinate representation of color #CE05DC: hue angle of 296.09º 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 #CE05DC is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 5 | 220 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.14 |
| HSL | 296.09º | 0.96% | 0.44% | - |
| HSV(B) | 296.09º | 0.98% | 0.86% | - |
| XYZ | 38.43 | 18.4 | 69.24 | - |
| YUV | 89.61 | 201.59 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 220 | 0.06 | 0.98 | 0 | 0.14 | 296.09 | 0.96 | 0.44 |
| Hex | CE | 5 | DC | 6 | 62 | 0 | E | 128 | 60 | 2C |
| Octal | 316 | 5 | 334 | 6 | 142 | 0 | 16 | 450 | 140 | 54 |
| Binary | 11001110 | 101 | 11011100 | 110 | 1100010 | 0 | 1110 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CE05DC
Complementary color
Monochromatic Colors of #CE05DC
Black with #CE05DC
Text Example
Text Example
White with #CE05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05DC; }
p { color: rgb(206,5,220); }
H1.HeaderClassName
{
color: #CE05DC;
}
.AnyTagClassName
{
color: #CE05DC;
}
</style>
background-color css
<style>
a { background-color: #CE05DC; }
a { background-color: rgb(206,5,220); }
div.DivClassName
{
background-color: #CE05DC;
}
.BgClassName
{
background-color: #CE05DC;
}
</style>
border-color css
<style>
span { border-color: #CE05DC; }
span { border-color: rgb(206,5,220); }
td.TdClassName
{
border-color: #CE05DC;
}
.TagClassName
{
border-color: #CE05DC;
}
</style>