Shades of Medium Red Violet #CA2DA5
Tints of Medium Red Violet #CA2DA5
RGB
CMYK
RGB Variations
Color information
#CA2DA5 (or 0xCA2DA5) is known color: Medium Red Violet. HEX triplet: CA, 2D and A5. RGB value is (202,45,165). Sum of RGB (Red+Green+Blue) = 202+45+165=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2DA5 is #35D25A. Grayscale: #696969. Windows color (decimal): -3527259 or 10825162. OLE color: 10825162.
HSL color Cylindrical-coordinate representation of color #CA2DA5: hue angle of 314.14º 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 #CA2DA5 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 165 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.21 |
| HSL | 314.14º | 0.64% | 0.48% | - |
| HSV(B) | 314.14º | 0.78% | 0.79% | - |
| XYZ | 32.09 | 17.15 | 37.22 | - |
| YUV | 105.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 165 | 0 | 0.78 | 0.18 | 0.21 | 314.14 | 0.64 | 0.48 |
| Hex | CA | 2D | A5 | 0 | 4E | 12 | 15 | 13A | 40 | 30 |
| Octal | 312 | 55 | 245 | 0 | 116 | 22 | 25 | 472 | 100 | 60 |
| Binary | 11001010 | 101101 | 10100101 | 0 | 1001110 | 10010 | 10101 | 100111010 | 1000000 | 110000 |
Color Harmonies of #CA2DA5
Complementary color
Monochromatic Colors of #CA2DA5
Black with #CA2DA5
Text Example
Text Example
White with #CA2DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DA5; }
p { color: rgb(202,45,165); }
H1.HeaderClassName
{
color: #CA2DA5;
}
.AnyTagClassName
{
color: #CA2DA5;
}
</style>
background-color css
<style>
a { background-color: #CA2DA5; }
a { background-color: rgb(202,45,165); }
div.DivClassName
{
background-color: #CA2DA5;
}
.BgClassName
{
background-color: #CA2DA5;
}
</style>
border-color css
<style>
span { border-color: #CA2DA5; }
span { border-color: rgb(202,45,165); }
td.TdClassName
{
border-color: #CA2DA5;
}
.TagClassName
{
border-color: #CA2DA5;
}
</style>