Shades of Deep Magenta #CE09AA
Tints of Deep Magenta #CE09AA
RGB
CMYK
RGB Variations
Color information
#CE09AA (or 0xCE09AA) is known color: Deep Magenta. HEX triplet: CE, 09 and AA. RGB value is (206,9,170). Sum of RGB (Red+Green+Blue) = 206+9+170=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE09AA is #31F655. Grayscale: #555555. Windows color (decimal): -3274326 or 11143630. OLE color: 11143630.
HSL color Cylindrical-coordinate representation of color #CE09AA: hue angle of 310.96º 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 #CE09AA is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.19 |
| HSL | 310.96º | 0.92% | 0.42% | - |
| HSV(B) | 310.96º | 0.96% | 0.81% | - |
| XYZ | 32.81 | 16.22 | 39.43 | - |
| YUV | 86.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 170 | 0 | 0.96 | 0.17 | 0.19 | 310.96 | 0.92 | 0.42 |
| Hex | CE | 9 | AA | 0 | 60 | 11 | 13 | 137 | 5C | 2A |
| Octal | 316 | 11 | 252 | 0 | 140 | 21 | 23 | 467 | 134 | 52 |
| Binary | 11001110 | 1001 | 10101010 | 0 | 1100000 | 10001 | 10011 | 100110111 | 1011100 | 101010 |
Color Harmonies of #CE09AA
Complementary color
Monochromatic Colors of #CE09AA
Black with #CE09AA
Text Example
Text Example
White with #CE09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09AA; }
p { color: rgb(206,9,170); }
H1.HeaderClassName
{
color: #CE09AA;
}
.AnyTagClassName
{
color: #CE09AA;
}
</style>
background-color css
<style>
a { background-color: #CE09AA; }
a { background-color: rgb(206,9,170); }
div.DivClassName
{
background-color: #CE09AA;
}
.BgClassName
{
background-color: #CE09AA;
}
</style>
border-color css
<style>
span { border-color: #CE09AA; }
span { border-color: rgb(206,9,170); }
td.TdClassName
{
border-color: #CE09AA;
}
.TagClassName
{
border-color: #CE09AA;
}
</style>