Shades of Medium Red Violet #CA2DA0
Tints of Medium Red Violet #CA2DA0
RGB
CMYK
RGB Variations
Color information
#CA2DA0 (or 0xCA2DA0) is known color: Medium Red Violet. HEX triplet: CA, 2D and A0. RGB value is (202,45,160). Sum of RGB (Red+Green+Blue) = 202+45+160=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2DA0 is #35D25F. Grayscale: #686868. Windows color (decimal): -3527264 or 10497482. OLE color: 10497482.
HSL color Cylindrical-coordinate representation of color #CA2DA0: hue angle of 316.05º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DA0 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 160 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.21 |
| HSL | 316.05º | 0.64% | 0.48% | - |
| HSV(B) | 316.05º | 0.78% | 0.79% | - |
| XYZ | 31.64 | 16.97 | 34.87 | - |
| YUV | 105.05 | 159.01 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 160 | 0 | 0.78 | 0.21 | 0.21 | 316.05 | 0.64 | 0.48 |
| Hex | CA | 2D | A0 | 0 | 4E | 15 | 15 | 13C | 40 | 30 |
| Octal | 312 | 55 | 240 | 0 | 116 | 25 | 25 | 474 | 100 | 60 |
| Binary | 11001010 | 101101 | 10100000 | 0 | 1001110 | 10101 | 10101 | 100111100 | 1000000 | 110000 |
Color Harmonies of #CA2DA0
Complementary color
Monochromatic Colors of #CA2DA0
Black with #CA2DA0
Text Example
Text Example
White with #CA2DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DA0; }
p { color: rgb(202,45,160); }
H1.HeaderClassName
{
color: #CA2DA0;
}
.AnyTagClassName
{
color: #CA2DA0;
}
</style>
background-color css
<style>
a { background-color: #CA2DA0; }
a { background-color: rgb(202,45,160); }
div.DivClassName
{
background-color: #CA2DA0;
}
.BgClassName
{
background-color: #CA2DA0;
}
</style>
border-color css
<style>
span { border-color: #CA2DA0; }
span { border-color: rgb(202,45,160); }
td.TdClassName
{
border-color: #CA2DA0;
}
.TagClassName
{
border-color: #CA2DA0;
}
</style>