Shades of Medium Red Violet #CA2AA0
Tints of Medium Red Violet #CA2AA0
RGB
CMYK
RGB Variations
Color information
#CA2AA0 (or 0xCA2AA0) is known color: Medium Red Violet. HEX triplet: CA, 2A and A0. RGB value is (202,42,160). Sum of RGB (Red+Green+Blue) = 202+42+160=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2AA0 is #35D55F. Grayscale: #666666. Windows color (decimal): -3528032 or 10496714. OLE color: 10496714.
HSL color Cylindrical-coordinate representation of color #CA2AA0: hue angle of 315.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2AA0 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 160 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.21 |
| HSL | 315.75º | 0.66% | 0.48% | - |
| HSV(B) | 315.75º | 0.79% | 0.79% | - |
| XYZ | 31.53 | 16.75 | 34.83 | - |
| YUV | 103.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 160 | 0 | 0.79 | 0.21 | 0.21 | 315.75 | 0.66 | 0.48 |
| Hex | CA | 2A | A0 | 0 | 4F | 15 | 15 | 13C | 42 | 30 |
| Octal | 312 | 52 | 240 | 0 | 117 | 25 | 25 | 474 | 102 | 60 |
| Binary | 11001010 | 101010 | 10100000 | 0 | 1001111 | 10101 | 10101 | 100111100 | 1000010 | 110000 |
Color Harmonies of #CA2AA0
Complementary color
Monochromatic Colors of #CA2AA0
Black with #CA2AA0
Text Example
Text Example
White with #CA2AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2AA0; }
p { color: rgb(202,42,160); }
H1.HeaderClassName
{
color: #CA2AA0;
}
.AnyTagClassName
{
color: #CA2AA0;
}
</style>
background-color css
<style>
a { background-color: #CA2AA0; }
a { background-color: rgb(202,42,160); }
div.DivClassName
{
background-color: #CA2AA0;
}
.BgClassName
{
background-color: #CA2AA0;
}
</style>
border-color css
<style>
span { border-color: #CA2AA0; }
span { border-color: rgb(202,42,160); }
td.TdClassName
{
border-color: #CA2AA0;
}
.TagClassName
{
border-color: #CA2AA0;
}
</style>