Shades of Deep Magenta #CE00A9
Tints of Deep Magenta #CE00A9
RGB
CMYK
RGB Variations
Color information
#CE00A9 (or 0xCE00A9) is known color: Deep Magenta. HEX triplet: CE, 00 and A9. RGB value is (206,0,169). Sum of RGB (Red+Green+Blue) = 206+0+169=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE00A9 is #31FF56. Grayscale: #505050. Windows color (decimal): -3276631 or 11075790. OLE color: 11075790.
HSL color Cylindrical-coordinate representation of color #CE00A9: hue angle of 310.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00A9 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 169 | - |
| CMYK | 0 | 1 | 0.18 | 0.19 |
| HSL | 310.78º | 1% | 0.4% | - |
| HSV(B) | 310.78º | 1% | 0.81% | - |
| XYZ | 32.62 | 15.99 | 38.9 | - |
| YUV | 80.86 | 177.75 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 169 | 0 | 1 | 0.18 | 0.19 | 310.78 | 1 | 0.4 |
| Hex | CE | 0 | A9 | 0 | 64 | 12 | 13 | 137 | 64 | 28 |
| Octal | 316 | 0 | 251 | 0 | 144 | 22 | 23 | 467 | 144 | 50 |
| Binary | 11001110 | 0 | 10101001 | 0 | 1100100 | 10010 | 10011 | 100110111 | 1100100 | 101000 |
Color Harmonies of #CE00A9
Complementary color
Monochromatic Colors of #CE00A9
Black with #CE00A9
Text Example
Text Example
White with #CE00A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00A9; }
p { color: rgb(206,0,169); }
H1.HeaderClassName
{
color: #CE00A9;
}
.AnyTagClassName
{
color: #CE00A9;
}
</style>
background-color css
<style>
a { background-color: #CE00A9; }
a { background-color: rgb(206,0,169); }
div.DivClassName
{
background-color: #CE00A9;
}
.BgClassName
{
background-color: #CE00A9;
}
</style>
border-color css
<style>
span { border-color: #CE00A9; }
span { border-color: rgb(206,0,169); }
td.TdClassName
{
border-color: #CE00A9;
}
.TagClassName
{
border-color: #CE00A9;
}
</style>