Shades of Deep Magenta #CE06AD
Tints of Deep Magenta #CE06AD
RGB
CMYK
RGB Variations
Color information
#CE06AD (or 0xCE06AD) is known color: Deep Magenta. HEX triplet: CE, 06 and AD. RGB value is (206,6,173). Sum of RGB (Red+Green+Blue) = 206+6+173=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE06AD is #31F952. Grayscale: #545454. Windows color (decimal): -3275091 or 11339470. OLE color: 11339470.
HSL color Cylindrical-coordinate representation of color #CE06AD: hue angle of 309.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06AD is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 173 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.19 |
| HSL | 309.9º | 0.94% | 0.42% | - |
| HSV(B) | 309.9º | 0.97% | 0.81% | - |
| XYZ | 33.06 | 16.27 | 40.93 | - |
| YUV | 84.84 | 177.76 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 173 | 0 | 0.97 | 0.16 | 0.19 | 309.9 | 0.94 | 0.42 |
| Hex | CE | 6 | AD | 0 | 61 | 10 | 13 | 136 | 5E | 2A |
| Octal | 316 | 6 | 255 | 0 | 141 | 20 | 23 | 466 | 136 | 52 |
| Binary | 11001110 | 110 | 10101101 | 0 | 1100001 | 10000 | 10011 | 100110110 | 1011110 | 101010 |
Color Harmonies of #CE06AD
Complementary color
Monochromatic Colors of #CE06AD
Black with #CE06AD
Text Example
Text Example
White with #CE06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06AD; }
p { color: rgb(206,6,173); }
H1.HeaderClassName
{
color: #CE06AD;
}
.AnyTagClassName
{
color: #CE06AD;
}
</style>
background-color css
<style>
a { background-color: #CE06AD; }
a { background-color: rgb(206,6,173); }
div.DivClassName
{
background-color: #CE06AD;
}
.BgClassName
{
background-color: #CE06AD;
}
</style>
border-color css
<style>
span { border-color: #CE06AD; }
span { border-color: rgb(206,6,173); }
td.TdClassName
{
border-color: #CE06AD;
}
.TagClassName
{
border-color: #CE06AD;
}
</style>