Shades of Deep Magenta #CA0AAA
Tints of Deep Magenta #CA0AAA
RGB
CMYK
RGB Variations
Color information
#CA0AAA (or 0xCA0AAA) is known color: Deep Magenta. HEX triplet: CA, 0A and AA. RGB value is (202,10,170). Sum of RGB (Red+Green+Blue) = 202+10+170=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0AAA is #35F555. Grayscale: #555555. Windows color (decimal): -3536214 or 11143882. OLE color: 11143882.
HSL color Cylindrical-coordinate representation of color #CA0AAA: hue angle of 310º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0AAA is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.21 |
| HSL | 310º | 0.91% | 0.42% | - |
| HSV(B) | 310º | 0.95% | 0.79% | - |
| XYZ | 31.72 | 15.68 | 39.38 | - |
| YUV | 85.65 | 175.61 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 170 | 0 | 0.95 | 0.16 | 0.21 | 310 | 0.91 | 0.42 |
| Hex | CA | A | AA | 0 | 5F | 10 | 15 | 136 | 5B | 2A |
| Octal | 312 | 12 | 252 | 0 | 137 | 20 | 25 | 466 | 133 | 52 |
| Binary | 11001010 | 1010 | 10101010 | 0 | 1011111 | 10000 | 10101 | 100110110 | 1011011 | 101010 |
Color Harmonies of #CA0AAA
Complementary color
Monochromatic Colors of #CA0AAA
Black with #CA0AAA
Text Example
Text Example
White with #CA0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0AAA; }
p { color: rgb(202,10,170); }
H1.HeaderClassName
{
color: #CA0AAA;
}
.AnyTagClassName
{
color: #CA0AAA;
}
</style>
background-color css
<style>
a { background-color: #CA0AAA; }
a { background-color: rgb(202,10,170); }
div.DivClassName
{
background-color: #CA0AAA;
}
.BgClassName
{
background-color: #CA0AAA;
}
</style>
border-color css
<style>
span { border-color: #CA0AAA; }
span { border-color: rgb(202,10,170); }
td.TdClassName
{
border-color: #CA0AAA;
}
.TagClassName
{
border-color: #CA0AAA;
}
</style>