Shades of Medium Violet Red #CA20AD
Tints of Medium Violet Red #CA20AD
RGB
CMYK
RGB Variations
Color information
#CA20AD (or 0xCA20AD) is known color: Medium Violet Red. HEX triplet: CA, 20 and AD. RGB value is (202,32,173). Sum of RGB (Red+Green+Blue) = 202+32+173=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20AD is #35DF52. Grayscale: #626262. Windows color (decimal): -3530579 or 11346122. OLE color: 11346122.
HSL color Cylindrical-coordinate representation of color #CA20AD: hue angle of 310.24º 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 #CA20AD is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 173 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.21 |
| HSL | 310.24º | 0.73% | 0.46% | - |
| HSV(B) | 310.24º | 0.84% | 0.79% | - |
| XYZ | 32.42 | 16.61 | 41.03 | - |
| YUV | 98.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 173 | 0 | 0.84 | 0.14 | 0.21 | 310.24 | 0.73 | 0.46 |
| Hex | CA | 20 | AD | 0 | 54 | E | 15 | 136 | 49 | 2E |
| Octal | 312 | 40 | 255 | 0 | 124 | 16 | 25 | 466 | 111 | 56 |
| Binary | 11001010 | 100000 | 10101101 | 0 | 1010100 | 1110 | 10101 | 100110110 | 1001001 | 101110 |
Color Harmonies of #CA20AD
Complementary color
Monochromatic Colors of #CA20AD
Black with #CA20AD
Text Example
Text Example
White with #CA20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20AD; }
p { color: rgb(202,32,173); }
H1.HeaderClassName
{
color: #CA20AD;
}
.AnyTagClassName
{
color: #CA20AD;
}
</style>
background-color css
<style>
a { background-color: #CA20AD; }
a { background-color: rgb(202,32,173); }
div.DivClassName
{
background-color: #CA20AD;
}
.BgClassName
{
background-color: #CA20AD;
}
</style>
border-color css
<style>
span { border-color: #CA20AD; }
span { border-color: rgb(202,32,173); }
td.TdClassName
{
border-color: #CA20AD;
}
.TagClassName
{
border-color: #CA20AD;
}
</style>