Shades of Medium Red Violet #CA2BA4
Tints of Medium Red Violet #CA2BA4
RGB
CMYK
RGB Variations
Color information
#CA2BA4 (or 0xCA2BA4) is known color: Medium Red Violet. HEX triplet: CA, 2B and A4. RGB value is (202,43,164). Sum of RGB (Red+Green+Blue) = 202+43+164=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2BA4 is #35D45B. Grayscale: #686868. Windows color (decimal): -3527772 or 10759114. OLE color: 10759114.
HSL color Cylindrical-coordinate representation of color #CA2BA4: hue angle of 314.34º 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 #CA2BA4 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 164 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.21 |
| HSL | 314.34º | 0.65% | 0.48% | - |
| HSV(B) | 314.34º | 0.79% | 0.79% | - |
| XYZ | 31.92 | 16.96 | 36.71 | - |
| YUV | 104.34 | 161.68 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 164 | 0 | 0.79 | 0.19 | 0.21 | 314.34 | 0.65 | 0.48 |
| Hex | CA | 2B | A4 | 0 | 4F | 13 | 15 | 13A | 41 | 30 |
| Octal | 312 | 53 | 244 | 0 | 117 | 23 | 25 | 472 | 101 | 60 |
| Binary | 11001010 | 101011 | 10100100 | 0 | 1001111 | 10011 | 10101 | 100111010 | 1000001 | 110000 |
Color Harmonies of #CA2BA4
Complementary color
Monochromatic Colors of #CA2BA4
Black with #CA2BA4
Text Example
Text Example
White with #CA2BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BA4; }
p { color: rgb(202,43,164); }
H1.HeaderClassName
{
color: #CA2BA4;
}
.AnyTagClassName
{
color: #CA2BA4;
}
</style>
background-color css
<style>
a { background-color: #CA2BA4; }
a { background-color: rgb(202,43,164); }
div.DivClassName
{
background-color: #CA2BA4;
}
.BgClassName
{
background-color: #CA2BA4;
}
</style>
border-color css
<style>
span { border-color: #CA2BA4; }
span { border-color: rgb(202,43,164); }
td.TdClassName
{
border-color: #CA2BA4;
}
.TagClassName
{
border-color: #CA2BA4;
}
</style>