Shades of Deep Magenta #CE05DD
Tints of Deep Magenta #CE05DD
RGB
CMYK
RGB Variations
Color information
#CE05DD (or 0xCE05DD) is known color: Deep Magenta. HEX triplet: CE, 05 and DD. RGB value is (206,5,221). Sum of RGB (Red+Green+Blue) = 206+5+221=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE05DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05DD is #31FA22. Grayscale: #595959. Windows color (decimal): -3275299 or 14484942. OLE color: 14484942.
HSL color Cylindrical-coordinate representation of color #CE05DD: hue angle of 295.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05DD is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 5 | 221 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.13 |
| HSL | 295.83º | 0.96% | 0.44% | - |
| HSV(B) | 295.83º | 0.98% | 0.87% | - |
| XYZ | 38.56 | 18.45 | 69.94 | - |
| YUV | 89.72 | 202.09 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 221 | 0.07 | 0.98 | 0 | 0.13 | 295.83 | 0.96 | 0.44 |
| Hex | CE | 5 | DD | 7 | 62 | 0 | D | 128 | 60 | 2C |
| Octal | 316 | 5 | 335 | 7 | 142 | 0 | 15 | 450 | 140 | 54 |
| Binary | 11001110 | 101 | 11011101 | 111 | 1100010 | 0 | 1101 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CE05DD
Complementary color
Monochromatic Colors of #CE05DD
Black with #CE05DD
Text Example
Text Example
White with #CE05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05DD; }
p { color: rgb(206,5,221); }
H1.HeaderClassName
{
color: #CE05DD;
}
.AnyTagClassName
{
color: #CE05DD;
}
</style>
background-color css
<style>
a { background-color: #CE05DD; }
a { background-color: rgb(206,5,221); }
div.DivClassName
{
background-color: #CE05DD;
}
.BgClassName
{
background-color: #CE05DD;
}
</style>
border-color css
<style>
span { border-color: #CE05DD; }
span { border-color: rgb(206,5,221); }
td.TdClassName
{
border-color: #CE05DD;
}
.TagClassName
{
border-color: #CE05DD;
}
</style>