Shades of Deep Magenta #CA11AA
Tints of Deep Magenta #CA11AA
RGB
CMYK
RGB Variations
Color information
#CA11AA (or 0xCA11AA) is known color: Deep Magenta. HEX triplet: CA, 11 and AA. RGB value is (202,17,170). Sum of RGB (Red+Green+Blue) = 202+17+170=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA11AA is #35EE55. Grayscale: #595959. Windows color (decimal): -3534422 or 11145674. OLE color: 11145674.
HSL color Cylindrical-coordinate representation of color #CA11AA: hue angle of 310.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11AA is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 170 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.21 |
| HSL | 310.38º | 0.84% | 0.43% | - |
| HSV(B) | 310.38º | 0.92% | 0.79% | - |
| XYZ | 31.81 | 15.86 | 39.41 | - |
| YUV | 89.76 | 173.29 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 170 | 0 | 0.92 | 0.16 | 0.21 | 310.38 | 0.84 | 0.43 |
| Hex | CA | 11 | AA | 0 | 5C | 10 | 15 | 136 | 54 | 2B |
| Octal | 312 | 21 | 252 | 0 | 134 | 20 | 25 | 466 | 124 | 53 |
| Binary | 11001010 | 10001 | 10101010 | 0 | 1011100 | 10000 | 10101 | 100110110 | 1010100 | 101011 |
Color Harmonies of #CA11AA
Complementary color
Monochromatic Colors of #CA11AA
Black with #CA11AA
Text Example
Text Example
White with #CA11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11AA; }
p { color: rgb(202,17,170); }
H1.HeaderClassName
{
color: #CA11AA;
}
.AnyTagClassName
{
color: #CA11AA;
}
</style>
background-color css
<style>
a { background-color: #CA11AA; }
a { background-color: rgb(202,17,170); }
div.DivClassName
{
background-color: #CA11AA;
}
.BgClassName
{
background-color: #CA11AA;
}
</style>
border-color css
<style>
span { border-color: #CA11AA; }
span { border-color: rgb(202,17,170); }
td.TdClassName
{
border-color: #CA11AA;
}
.TagClassName
{
border-color: #CA11AA;
}
</style>