Shades of Deep Magenta #CE09AD
Tints of Deep Magenta #CE09AD
RGB
CMYK
RGB Variations
Color information
#CE09AD (or 0xCE09AD) is known color: Deep Magenta. HEX triplet: CE, 09 and AD. RGB value is (206,9,173). Sum of RGB (Red+Green+Blue) = 206+9+173=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE09AD is #31F652. Grayscale: #565656. Windows color (decimal): -3274323 or 11340238. OLE color: 11340238.
HSL color Cylindrical-coordinate representation of color #CE09AD: hue angle of 310.05º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09AD is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 173 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.19 |
| HSL | 310.05º | 0.92% | 0.42% | - |
| HSV(B) | 310.05º | 0.96% | 0.81% | - |
| XYZ | 33.09 | 16.33 | 40.94 | - |
| YUV | 86.6 | 176.77 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 173 | 0 | 0.96 | 0.16 | 0.19 | 310.05 | 0.92 | 0.42 |
| Hex | CE | 9 | AD | 0 | 60 | 10 | 13 | 136 | 5C | 2A |
| Octal | 316 | 11 | 255 | 0 | 140 | 20 | 23 | 466 | 134 | 52 |
| Binary | 11001110 | 1001 | 10101101 | 0 | 1100000 | 10000 | 10011 | 100110110 | 1011100 | 101010 |
Color Harmonies of #CE09AD
Complementary color
Monochromatic Colors of #CE09AD
Black with #CE09AD
Text Example
Text Example
White with #CE09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09AD; }
p { color: rgb(206,9,173); }
H1.HeaderClassName
{
color: #CE09AD;
}
.AnyTagClassName
{
color: #CE09AD;
}
</style>
background-color css
<style>
a { background-color: #CE09AD; }
a { background-color: rgb(206,9,173); }
div.DivClassName
{
background-color: #CE09AD;
}
.BgClassName
{
background-color: #CE09AD;
}
</style>
border-color css
<style>
span { border-color: #CE09AD; }
span { border-color: rgb(206,9,173); }
td.TdClassName
{
border-color: #CE09AD;
}
.TagClassName
{
border-color: #CE09AD;
}
</style>