Shades of Deep Magenta #CE09A9
Tints of Deep Magenta #CE09A9
RGB
CMYK
RGB Variations
Color information
#CE09A9 (or 0xCE09A9) is known color: Deep Magenta. HEX triplet: CE, 09 and A9. RGB value is (206,9,169). Sum of RGB (Red+Green+Blue) = 206+9+169=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE09A9 is #31F656. Grayscale: #555555. Windows color (decimal): -3274327 or 11078094. OLE color: 11078094.
HSL color Cylindrical-coordinate representation of color #CE09A9: hue angle of 311.27º 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 #CE09A9 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 169 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.19 |
| HSL | 311.27º | 0.92% | 0.42% | - |
| HSV(B) | 311.27º | 0.96% | 0.81% | - |
| XYZ | 32.71 | 16.18 | 38.94 | - |
| YUV | 86.14 | 174.77 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 169 | 0 | 0.96 | 0.18 | 0.19 | 311.27 | 0.92 | 0.42 |
| Hex | CE | 9 | A9 | 0 | 60 | 12 | 13 | 137 | 5C | 2A |
| Octal | 316 | 11 | 251 | 0 | 140 | 22 | 23 | 467 | 134 | 52 |
| Binary | 11001110 | 1001 | 10101001 | 0 | 1100000 | 10010 | 10011 | 100110111 | 1011100 | 101010 |
Color Harmonies of #CE09A9
Complementary color
Monochromatic Colors of #CE09A9
Black with #CE09A9
Text Example
Text Example
White with #CE09A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09A9; }
p { color: rgb(206,9,169); }
H1.HeaderClassName
{
color: #CE09A9;
}
.AnyTagClassName
{
color: #CE09A9;
}
</style>
background-color css
<style>
a { background-color: #CE09A9; }
a { background-color: rgb(206,9,169); }
div.DivClassName
{
background-color: #CE09A9;
}
.BgClassName
{
background-color: #CE09A9;
}
</style>
border-color css
<style>
span { border-color: #CE09A9; }
span { border-color: rgb(206,9,169); }
td.TdClassName
{
border-color: #CE09A9;
}
.TagClassName
{
border-color: #CE09A9;
}
</style>