Shades of Medium Red Violet #CA2DA4
Tints of Medium Red Violet #CA2DA4
RGB
CMYK
RGB Variations
Color information
#CA2DA4 (or 0xCA2DA4) is known color: Medium Red Violet. HEX triplet: CA, 2D and A4. RGB value is (202,45,164). Sum of RGB (Red+Green+Blue) = 202+45+164=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2DA4 is #35D25B. Grayscale: #696969. Windows color (decimal): -3527260 or 10759626. OLE color: 10759626.
HSL color Cylindrical-coordinate representation of color #CA2DA4: hue angle of 314.52º 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 #CA2DA4 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 164 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.21 |
| HSL | 314.52º | 0.64% | 0.48% | - |
| HSV(B) | 314.52º | 0.78% | 0.79% | - |
| XYZ | 32 | 17.11 | 36.74 | - |
| YUV | 105.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 164 | 0 | 0.78 | 0.19 | 0.21 | 314.52 | 0.64 | 0.48 |
| Hex | CA | 2D | A4 | 0 | 4E | 13 | 15 | 13B | 40 | 30 |
| Octal | 312 | 55 | 244 | 0 | 116 | 23 | 25 | 473 | 100 | 60 |
| Binary | 11001010 | 101101 | 10100100 | 0 | 1001110 | 10011 | 10101 | 100111011 | 1000000 | 110000 |
Color Harmonies of #CA2DA4
Complementary color
Monochromatic Colors of #CA2DA4
Black with #CA2DA4
Text Example
Text Example
White with #CA2DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DA4; }
p { color: rgb(202,45,164); }
H1.HeaderClassName
{
color: #CA2DA4;
}
.AnyTagClassName
{
color: #CA2DA4;
}
</style>
background-color css
<style>
a { background-color: #CA2DA4; }
a { background-color: rgb(202,45,164); }
div.DivClassName
{
background-color: #CA2DA4;
}
.BgClassName
{
background-color: #CA2DA4;
}
</style>
border-color css
<style>
span { border-color: #CA2DA4; }
span { border-color: rgb(202,45,164); }
td.TdClassName
{
border-color: #CA2DA4;
}
.TagClassName
{
border-color: #CA2DA4;
}
</style>