Shades of Deep Magenta #CA00AE
Tints of Deep Magenta #CA00AE
RGB
CMYK
RGB Variations
Color information
#CA00AE (or 0xCA00AE) is known color: Deep Magenta. HEX triplet: CA, 00 and AE. RGB value is (202,0,174). Sum of RGB (Red+Green+Blue) = 202+0+174=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA00AE is #35FF51. Grayscale: #4F4F4F. Windows color (decimal): -3538770 or 11403466. OLE color: 11403466.
HSL color Cylindrical-coordinate representation of color #CA00AE: hue angle of 308.32º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00AE is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.14 | 0.21 |
| HSL | 308.32º | 1% | 0.4% | - |
| HSV(B) | 308.32º | 1% | 0.79% | - |
| XYZ | 32 | 15.61 | 41.37 | - |
| YUV | 80.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 174 | 0 | 1 | 0.14 | 0.21 | 308.32 | 1 | 0.4 |
| Hex | CA | 0 | AE | 0 | 64 | E | 15 | 134 | 64 | 28 |
| Octal | 312 | 0 | 256 | 0 | 144 | 16 | 25 | 464 | 144 | 50 |
| Binary | 11001010 | 0 | 10101110 | 0 | 1100100 | 1110 | 10101 | 100110100 | 1100100 | 101000 |
Color Harmonies of #CA00AE
Complementary color
Monochromatic Colors of #CA00AE
Black with #CA00AE
Text Example
Text Example
White with #CA00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00AE; }
p { color: rgb(202,0,174); }
H1.HeaderClassName
{
color: #CA00AE;
}
.AnyTagClassName
{
color: #CA00AE;
}
</style>
background-color css
<style>
a { background-color: #CA00AE; }
a { background-color: rgb(202,0,174); }
div.DivClassName
{
background-color: #CA00AE;
}
.BgClassName
{
background-color: #CA00AE;
}
</style>
border-color css
<style>
span { border-color: #CA00AE; }
span { border-color: rgb(202,0,174); }
td.TdClassName
{
border-color: #CA00AE;
}
.TagClassName
{
border-color: #CA00AE;
}
</style>