Shades of Medium Violet Red #CA20A0
Tints of Medium Violet Red #CA20A0
RGB
CMYK
RGB Variations
Color information
#CA20A0 (or 0xCA20A0) is known color: Medium Violet Red. HEX triplet: CA, 20 and A0. RGB value is (202,32,160). Sum of RGB (Red+Green+Blue) = 202+32+160=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20A0 is #35DF5F. Grayscale: #616161. Windows color (decimal): -3530592 or 10494154. OLE color: 10494154.
HSL color Cylindrical-coordinate representation of color #CA20A0: hue angle of 314.82º 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 #CA20A0 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 160 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.21 |
| HSL | 314.82º | 0.73% | 0.46% | - |
| HSV(B) | 314.82º | 0.84% | 0.79% | - |
| XYZ | 31.22 | 16.13 | 34.73 | - |
| YUV | 97.42 | 163.32 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 160 | 0 | 0.84 | 0.21 | 0.21 | 314.82 | 0.73 | 0.46 |
| Hex | CA | 20 | A0 | 0 | 54 | 15 | 15 | 13B | 49 | 2E |
| Octal | 312 | 40 | 240 | 0 | 124 | 25 | 25 | 473 | 111 | 56 |
| Binary | 11001010 | 100000 | 10100000 | 0 | 1010100 | 10101 | 10101 | 100111011 | 1001001 | 101110 |
Color Harmonies of #CA20A0
Complementary color
Monochromatic Colors of #CA20A0
Black with #CA20A0
Text Example
Text Example
White with #CA20A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20A0; }
p { color: rgb(202,32,160); }
H1.HeaderClassName
{
color: #CA20A0;
}
.AnyTagClassName
{
color: #CA20A0;
}
</style>
background-color css
<style>
a { background-color: #CA20A0; }
a { background-color: rgb(202,32,160); }
div.DivClassName
{
background-color: #CA20A0;
}
.BgClassName
{
background-color: #CA20A0;
}
</style>
border-color css
<style>
span { border-color: #CA20A0; }
span { border-color: rgb(202,32,160); }
td.TdClassName
{
border-color: #CA20A0;
}
.TagClassName
{
border-color: #CA20A0;
}
</style>