Shades of Medium Violet Red #CA20A8
Tints of Medium Violet Red #CA20A8
RGB
CMYK
RGB Variations
Color information
#CA20A8 (or 0xCA20A8) is known color: Medium Violet Red. HEX triplet: CA, 20 and A8. RGB value is (202,32,168). Sum of RGB (Red+Green+Blue) = 202+32+168=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20A8 is #35DF57. Grayscale: #616161. Windows color (decimal): -3530584 or 11018442. OLE color: 11018442.
HSL color Cylindrical-coordinate representation of color #CA20A8: hue angle of 312º 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 #CA20A8 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 168 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.21 |
| HSL | 312º | 0.73% | 0.46% | - |
| HSV(B) | 312º | 0.84% | 0.79% | - |
| XYZ | 31.94 | 16.42 | 38.53 | - |
| YUV | 98.33 | 167.32 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 168 | 0 | 0.84 | 0.17 | 0.21 | 312 | 0.73 | 0.46 |
| Hex | CA | 20 | A8 | 0 | 54 | 11 | 15 | 138 | 49 | 2E |
| Octal | 312 | 40 | 250 | 0 | 124 | 21 | 25 | 470 | 111 | 56 |
| Binary | 11001010 | 100000 | 10101000 | 0 | 1010100 | 10001 | 10101 | 100111000 | 1001001 | 101110 |
Color Harmonies of #CA20A8
Complementary color
Monochromatic Colors of #CA20A8
Black with #CA20A8
Text Example
Text Example
White with #CA20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20A8; }
p { color: rgb(202,32,168); }
H1.HeaderClassName
{
color: #CA20A8;
}
.AnyTagClassName
{
color: #CA20A8;
}
</style>
background-color css
<style>
a { background-color: #CA20A8; }
a { background-color: rgb(202,32,168); }
div.DivClassName
{
background-color: #CA20A8;
}
.BgClassName
{
background-color: #CA20A8;
}
</style>
border-color css
<style>
span { border-color: #CA20A8; }
span { border-color: rgb(202,32,168); }
td.TdClassName
{
border-color: #CA20A8;
}
.TagClassName
{
border-color: #CA20A8;
}
</style>