Shades of Deep Magenta #CE05DE
Tints of Deep Magenta #CE05DE
RGB
CMYK
RGB Variations
Color information
#CE05DE (or 0xCE05DE) is known color: Deep Magenta. HEX triplet: CE, 05 and DE. RGB value is (206,5,222). Sum of RGB (Red+Green+Blue) = 206+5+222=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE05DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05DE is #31FA21. Grayscale: #595959. Windows color (decimal): -3275298 or 14550478. OLE color: 14550478.
HSL color Cylindrical-coordinate representation of color #CE05DE: hue angle of 295.58º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05DE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 5 | 222 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.13 |
| HSL | 295.58º | 0.96% | 0.45% | - |
| HSV(B) | 295.58º | 0.98% | 0.87% | - |
| XYZ | 38.69 | 18.5 | 70.64 | - |
| YUV | 89.84 | 202.59 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 222 | 0.07 | 0.98 | 0 | 0.13 | 295.58 | 0.96 | 0.45 |
| Hex | CE | 5 | DE | 7 | 62 | 0 | D | 128 | 60 | 2D |
| Octal | 316 | 5 | 336 | 7 | 142 | 0 | 15 | 450 | 140 | 55 |
| Binary | 11001110 | 101 | 11011110 | 111 | 1100010 | 0 | 1101 | 100101000 | 1100000 | 101101 |
Color Harmonies of #CE05DE
Complementary color
Monochromatic Colors of #CE05DE
Black with #CE05DE
Text Example
Text Example
White with #CE05DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05DE; }
p { color: rgb(206,5,222); }
H1.HeaderClassName
{
color: #CE05DE;
}
.AnyTagClassName
{
color: #CE05DE;
}
</style>
background-color css
<style>
a { background-color: #CE05DE; }
a { background-color: rgb(206,5,222); }
div.DivClassName
{
background-color: #CE05DE;
}
.BgClassName
{
background-color: #CE05DE;
}
</style>
border-color css
<style>
span { border-color: #CE05DE; }
span { border-color: rgb(206,5,222); }
td.TdClassName
{
border-color: #CE05DE;
}
.TagClassName
{
border-color: #CE05DE;
}
</style>