Shades of Medium Violet Red #CA20A1
Tints of Medium Violet Red #CA20A1
RGB
CMYK
RGB Variations
Color information
#CA20A1 (or 0xCA20A1) is known color: Medium Violet Red. HEX triplet: CA, 20 and A1. RGB value is (202,32,161). Sum of RGB (Red+Green+Blue) = 202+32+161=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20A1 is #35DF5E. Grayscale: #616161. Windows color (decimal): -3530591 or 10559690. OLE color: 10559690.
HSL color Cylindrical-coordinate representation of color #CA20A1: hue angle of 314.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20A1 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 161 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.21 |
| HSL | 314.47º | 0.73% | 0.46% | - |
| HSV(B) | 314.47º | 0.84% | 0.79% | - |
| XYZ | 31.31 | 16.16 | 35.19 | - |
| YUV | 97.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 161 | 0 | 0.84 | 0.20 | 0.21 | 314.47 | 0.73 | 0.46 |
| Hex | CA | 20 | A1 | 0 | 54 | 14 | 15 | 13A | 49 | 2E |
| Octal | 312 | 40 | 241 | 0 | 124 | 24 | 25 | 472 | 111 | 56 |
| Binary | 11001010 | 100000 | 10100001 | 0 | 1010100 | 10100 | 10101 | 100111010 | 1001001 | 101110 |
Color Harmonies of #CA20A1
Complementary color
Monochromatic Colors of #CA20A1
Black with #CA20A1
Text Example
Text Example
White with #CA20A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20A1; }
p { color: rgb(202,32,161); }
H1.HeaderClassName
{
color: #CA20A1;
}
.AnyTagClassName
{
color: #CA20A1;
}
</style>
background-color css
<style>
a { background-color: #CA20A1; }
a { background-color: rgb(202,32,161); }
div.DivClassName
{
background-color: #CA20A1;
}
.BgClassName
{
background-color: #CA20A1;
}
</style>
border-color css
<style>
span { border-color: #CA20A1; }
span { border-color: rgb(202,32,161); }
td.TdClassName
{
border-color: #CA20A1;
}
.TagClassName
{
border-color: #CA20A1;
}
</style>