Shades of Medium Red Violet #CA2BA5
Tints of Medium Red Violet #CA2BA5
RGB
CMYK
RGB Variations
Color information
#CA2BA5 (or 0xCA2BA5) is known color: Medium Red Violet. HEX triplet: CA, 2B and A5. RGB value is (202,43,165). Sum of RGB (Red+Green+Blue) = 202+43+165=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2BA5 is #35D45A. Grayscale: #686868. Windows color (decimal): -3527771 or 10824650. OLE color: 10824650.
HSL color Cylindrical-coordinate representation of color #CA2BA5: hue angle of 313.96º degrees, saturation: 0.65, 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 #CA2BA5 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 165 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.21 |
| HSL | 313.96º | 0.65% | 0.48% | - |
| HSV(B) | 313.96º | 0.79% | 0.79% | - |
| XYZ | 32.01 | 17 | 37.19 | - |
| YUV | 104.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 165 | 0 | 0.79 | 0.18 | 0.21 | 313.96 | 0.65 | 0.48 |
| Hex | CA | 2B | A5 | 0 | 4F | 12 | 15 | 13A | 41 | 30 |
| Octal | 312 | 53 | 245 | 0 | 117 | 22 | 25 | 472 | 101 | 60 |
| Binary | 11001010 | 101011 | 10100101 | 0 | 1001111 | 10010 | 10101 | 100111010 | 1000001 | 110000 |
Color Harmonies of #CA2BA5
Complementary color
Monochromatic Colors of #CA2BA5
Black with #CA2BA5
Text Example
Text Example
White with #CA2BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BA5; }
p { color: rgb(202,43,165); }
H1.HeaderClassName
{
color: #CA2BA5;
}
.AnyTagClassName
{
color: #CA2BA5;
}
</style>
background-color css
<style>
a { background-color: #CA2BA5; }
a { background-color: rgb(202,43,165); }
div.DivClassName
{
background-color: #CA2BA5;
}
.BgClassName
{
background-color: #CA2BA5;
}
</style>
border-color css
<style>
span { border-color: #CA2BA5; }
span { border-color: rgb(202,43,165); }
td.TdClassName
{
border-color: #CA2BA5;
}
.TagClassName
{
border-color: #CA2BA5;
}
</style>