Shades of Medium Red Violet #CA2CA5
Tints of Medium Red Violet #CA2CA5
RGB
CMYK
RGB Variations
Color information
#CA2CA5 (or 0xCA2CA5) is known color: Medium Red Violet. HEX triplet: CA, 2C and A5. RGB value is (202,44,165). Sum of RGB (Red+Green+Blue) = 202+44+165=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2CA5 is #35D35A. Grayscale: #686868. Windows color (decimal): -3527515 or 10824906. OLE color: 10824906.
HSL color Cylindrical-coordinate representation of color #CA2CA5: hue angle of 314.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 #CA2CA5 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 165 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.21 |
| HSL | 314.05º | 0.64% | 0.48% | - |
| HSV(B) | 314.05º | 0.78% | 0.79% | - |
| XYZ | 32.05 | 17.07 | 37.2 | - |
| YUV | 105.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 165 | 0 | 0.78 | 0.18 | 0.21 | 314.05 | 0.64 | 0.48 |
| Hex | CA | 2C | A5 | 0 | 4E | 12 | 15 | 13A | 40 | 30 |
| Octal | 312 | 54 | 245 | 0 | 116 | 22 | 25 | 472 | 100 | 60 |
| Binary | 11001010 | 101100 | 10100101 | 0 | 1001110 | 10010 | 10101 | 100111010 | 1000000 | 110000 |
Color Harmonies of #CA2CA5
Complementary color
Monochromatic Colors of #CA2CA5
Black with #CA2CA5
Text Example
Text Example
White with #CA2CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CA5; }
p { color: rgb(202,44,165); }
H1.HeaderClassName
{
color: #CA2CA5;
}
.AnyTagClassName
{
color: #CA2CA5;
}
</style>
background-color css
<style>
a { background-color: #CA2CA5; }
a { background-color: rgb(202,44,165); }
div.DivClassName
{
background-color: #CA2CA5;
}
.BgClassName
{
background-color: #CA2CA5;
}
</style>
border-color css
<style>
span { border-color: #CA2CA5; }
span { border-color: rgb(202,44,165); }
td.TdClassName
{
border-color: #CA2CA5;
}
.TagClassName
{
border-color: #CA2CA5;
}
</style>