Shades of Medium Red Violet #CA2EA5
Tints of Medium Red Violet #CA2EA5
RGB
CMYK
RGB Variations
Color information
#CA2EA5 (or 0xCA2EA5) is known color: Medium Red Violet. HEX triplet: CA, 2E and A5. RGB value is (202,46,165). Sum of RGB (Red+Green+Blue) = 202+46+165=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2EA5 is #35D15A. Grayscale: #696969. Windows color (decimal): -3527003 or 10825418. OLE color: 10825418.
HSL color Cylindrical-coordinate representation of color #CA2EA5: hue angle of 314.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2EA5 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 165 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.21 |
| HSL | 314.23º | 0.63% | 0.49% | - |
| HSV(B) | 314.23º | 0.77% | 0.79% | - |
| XYZ | 32.13 | 17.23 | 37.23 | - |
| YUV | 106.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 165 | 0 | 0.77 | 0.18 | 0.21 | 314.23 | 0.63 | 0.49 |
| Hex | CA | 2E | A5 | 0 | 4D | 12 | 15 | 13A | 3F | 31 |
| Octal | 312 | 56 | 245 | 0 | 115 | 22 | 25 | 472 | 77 | 61 |
| Binary | 11001010 | 101110 | 10100101 | 0 | 1001101 | 10010 | 10101 | 100111010 | 111111 | 110001 |
Color Harmonies of #CA2EA5
Complementary color
Monochromatic Colors of #CA2EA5
Black with #CA2EA5
Text Example
Text Example
White with #CA2EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EA5; }
p { color: rgb(202,46,165); }
H1.HeaderClassName
{
color: #CA2EA5;
}
.AnyTagClassName
{
color: #CA2EA5;
}
</style>
background-color css
<style>
a { background-color: #CA2EA5; }
a { background-color: rgb(202,46,165); }
div.DivClassName
{
background-color: #CA2EA5;
}
.BgClassName
{
background-color: #CA2EA5;
}
</style>
border-color css
<style>
span { border-color: #CA2EA5; }
span { border-color: rgb(202,46,165); }
td.TdClassName
{
border-color: #CA2EA5;
}
.TagClassName
{
border-color: #CA2EA5;
}
</style>