Shades of Deep Magenta #CE05AD
Tints of Deep Magenta #CE05AD
RGB
CMYK
RGB Variations
Color information
#CE05AD (or 0xCE05AD) is known color: Deep Magenta. HEX triplet: CE, 05 and AD. RGB value is (206,5,173). Sum of RGB (Red+Green+Blue) = 206+5+173=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE05AD is #31FA52. Grayscale: #535353. Windows color (decimal): -3275347 or 11339214. OLE color: 11339214.
HSL color Cylindrical-coordinate representation of color #CE05AD: hue angle of 309.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05AD is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.19 |
| HSL | 309.85º | 0.95% | 0.41% | - |
| HSV(B) | 309.85º | 0.98% | 0.81% | - |
| XYZ | 33.05 | 16.25 | 40.93 | - |
| YUV | 84.25 | 178.09 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 173 | 0 | 0.98 | 0.16 | 0.19 | 309.85 | 0.95 | 0.41 |
| Hex | CE | 5 | AD | 0 | 62 | 10 | 13 | 136 | 5F | 29 |
| Octal | 316 | 5 | 255 | 0 | 142 | 20 | 23 | 466 | 137 | 51 |
| Binary | 11001110 | 101 | 10101101 | 0 | 1100010 | 10000 | 10011 | 100110110 | 1011111 | 101001 |
Color Harmonies of #CE05AD
Complementary color
Monochromatic Colors of #CE05AD
Black with #CE05AD
Text Example
Text Example
White with #CE05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05AD; }
p { color: rgb(206,5,173); }
H1.HeaderClassName
{
color: #CE05AD;
}
.AnyTagClassName
{
color: #CE05AD;
}
</style>
background-color css
<style>
a { background-color: #CE05AD; }
a { background-color: rgb(206,5,173); }
div.DivClassName
{
background-color: #CE05AD;
}
.BgClassName
{
background-color: #CE05AD;
}
</style>
border-color css
<style>
span { border-color: #CE05AD; }
span { border-color: rgb(206,5,173); }
td.TdClassName
{
border-color: #CE05AD;
}
.TagClassName
{
border-color: #CE05AD;
}
</style>