Shades of Deep Magenta #CE00AA
Tints of Deep Magenta #CE00AA
RGB
CMYK
RGB Variations
Color information
#CE00AA (or 0xCE00AA) is known color: Deep Magenta. HEX triplet: CE, 00 and AA. RGB value is (206,0,170). Sum of RGB (Red+Green+Blue) = 206+0+170=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE00AA is #31FF55. Grayscale: #505050. Windows color (decimal): -3276630 or 11141326. OLE color: 11141326.
HSL color Cylindrical-coordinate representation of color #CE00AA: hue angle of 310.49º 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 #CE00AA is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.17 | 0.19 |
| HSL | 310.49º | 1% | 0.4% | - |
| HSV(B) | 310.49º | 1% | 0.81% | - |
| XYZ | 32.71 | 16.02 | 39.4 | - |
| YUV | 80.97 | 178.25 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 170 | 0 | 1 | 0.17 | 0.19 | 310.49 | 1 | 0.4 |
| Hex | CE | 0 | AA | 0 | 64 | 11 | 13 | 136 | 64 | 28 |
| Octal | 316 | 0 | 252 | 0 | 144 | 21 | 23 | 466 | 144 | 50 |
| Binary | 11001110 | 0 | 10101010 | 0 | 1100100 | 10001 | 10011 | 100110110 | 1100100 | 101000 |
Color Harmonies of #CE00AA
Complementary color
Monochromatic Colors of #CE00AA
Black with #CE00AA
Text Example
Text Example
White with #CE00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00AA; }
p { color: rgb(206,0,170); }
H1.HeaderClassName
{
color: #CE00AA;
}
.AnyTagClassName
{
color: #CE00AA;
}
</style>
background-color css
<style>
a { background-color: #CE00AA; }
a { background-color: rgb(206,0,170); }
div.DivClassName
{
background-color: #CE00AA;
}
.BgClassName
{
background-color: #CE00AA;
}
</style>
border-color css
<style>
span { border-color: #CE00AA; }
span { border-color: rgb(206,0,170); }
td.TdClassName
{
border-color: #CE00AA;
}
.TagClassName
{
border-color: #CE00AA;
}
</style>