Shades of Medium Violet Red #CA20A5
Tints of Medium Violet Red #CA20A5
RGB
CMYK
RGB Variations
Color information
#CA20A5 (or 0xCA20A5) is known color: Medium Violet Red. HEX triplet: CA, 20 and A5. RGB value is (202,32,165). Sum of RGB (Red+Green+Blue) = 202+32+165=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20A5 is #35DF5A. Grayscale: #616161. Windows color (decimal): -3530587 or 10821834. OLE color: 10821834.
HSL color Cylindrical-coordinate representation of color #CA20A5: hue angle of 313.06º 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 #CA20A5 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 165 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.21 |
| HSL | 313.06º | 0.73% | 0.46% | - |
| HSV(B) | 313.06º | 0.84% | 0.79% | - |
| XYZ | 31.67 | 16.31 | 37.08 | - |
| YUV | 97.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 165 | 0 | 0.84 | 0.18 | 0.21 | 313.06 | 0.73 | 0.46 |
| Hex | CA | 20 | A5 | 0 | 54 | 12 | 15 | 139 | 49 | 2E |
| Octal | 312 | 40 | 245 | 0 | 124 | 22 | 25 | 471 | 111 | 56 |
| Binary | 11001010 | 100000 | 10100101 | 0 | 1010100 | 10010 | 10101 | 100111001 | 1001001 | 101110 |
Color Harmonies of #CA20A5
Complementary color
Monochromatic Colors of #CA20A5
Black with #CA20A5
Text Example
Text Example
White with #CA20A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20A5; }
p { color: rgb(202,32,165); }
H1.HeaderClassName
{
color: #CA20A5;
}
.AnyTagClassName
{
color: #CA20A5;
}
</style>
background-color css
<style>
a { background-color: #CA20A5; }
a { background-color: rgb(202,32,165); }
div.DivClassName
{
background-color: #CA20A5;
}
.BgClassName
{
background-color: #CA20A5;
}
</style>
border-color css
<style>
span { border-color: #CA20A5; }
span { border-color: rgb(202,32,165); }
td.TdClassName
{
border-color: #CA20A5;
}
.TagClassName
{
border-color: #CA20A5;
}
</style>