Shades of Medium Violet Red #CA20A3
Tints of Medium Violet Red #CA20A3
RGB
CMYK
RGB Variations
Color information
#CA20A3 (or 0xCA20A3) is known color: Medium Violet Red. HEX triplet: CA, 20 and A3. RGB value is (202,32,163). Sum of RGB (Red+Green+Blue) = 202+32+163=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20A3 is #35DF5C. Grayscale: #616161. Windows color (decimal): -3530589 or 10690762. OLE color: 10690762.
HSL color Cylindrical-coordinate representation of color #CA20A3: hue angle of 313.76º 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 #CA20A3 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 163 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.21 |
| HSL | 313.76º | 0.73% | 0.46% | - |
| HSV(B) | 313.76º | 0.84% | 0.79% | - |
| XYZ | 31.48 | 16.23 | 36.12 | - |
| YUV | 97.76 | 164.82 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 163 | 0 | 0.84 | 0.19 | 0.21 | 313.76 | 0.73 | 0.46 |
| Hex | CA | 20 | A3 | 0 | 54 | 13 | 15 | 13A | 49 | 2E |
| Octal | 312 | 40 | 243 | 0 | 124 | 23 | 25 | 472 | 111 | 56 |
| Binary | 11001010 | 100000 | 10100011 | 0 | 1010100 | 10011 | 10101 | 100111010 | 1001001 | 101110 |
Color Harmonies of #CA20A3
Complementary color
Monochromatic Colors of #CA20A3
Black with #CA20A3
Text Example
Text Example
White with #CA20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20A3; }
p { color: rgb(202,32,163); }
H1.HeaderClassName
{
color: #CA20A3;
}
.AnyTagClassName
{
color: #CA20A3;
}
</style>
background-color css
<style>
a { background-color: #CA20A3; }
a { background-color: rgb(202,32,163); }
div.DivClassName
{
background-color: #CA20A3;
}
.BgClassName
{
background-color: #CA20A3;
}
</style>
border-color css
<style>
span { border-color: #CA20A3; }
span { border-color: rgb(202,32,163); }
td.TdClassName
{
border-color: #CA20A3;
}
.TagClassName
{
border-color: #CA20A3;
}
</style>