Shades of Medium Violet Red #CA20AC
Tints of Medium Violet Red #CA20AC
RGB
CMYK
RGB Variations
Color information
#CA20AC (or 0xCA20AC) is known color: Medium Violet Red. HEX triplet: CA, 20 and AC. RGB value is (202,32,172). Sum of RGB (Red+Green+Blue) = 202+32+172=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20AC is #35DF53. Grayscale: #626262. Windows color (decimal): -3530580 or 11280586. OLE color: 11280586.
HSL color Cylindrical-coordinate representation of color #CA20AC: hue angle of 310.59º 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 #CA20AC is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 172 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.21 |
| HSL | 310.59º | 0.73% | 0.46% | - |
| HSV(B) | 310.59º | 0.84% | 0.79% | - |
| XYZ | 32.32 | 16.57 | 40.52 | - |
| YUV | 98.79 | 169.32 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 172 | 0 | 0.84 | 0.15 | 0.21 | 310.59 | 0.73 | 0.46 |
| Hex | CA | 20 | AC | 0 | 54 | F | 15 | 137 | 49 | 2E |
| Octal | 312 | 40 | 254 | 0 | 124 | 17 | 25 | 467 | 111 | 56 |
| Binary | 11001010 | 100000 | 10101100 | 0 | 1010100 | 1111 | 10101 | 100110111 | 1001001 | 101110 |
Color Harmonies of #CA20AC
Complementary color
Monochromatic Colors of #CA20AC
Black with #CA20AC
Text Example
Text Example
White with #CA20AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20AC; }
p { color: rgb(202,32,172); }
H1.HeaderClassName
{
color: #CA20AC;
}
.AnyTagClassName
{
color: #CA20AC;
}
</style>
background-color css
<style>
a { background-color: #CA20AC; }
a { background-color: rgb(202,32,172); }
div.DivClassName
{
background-color: #CA20AC;
}
.BgClassName
{
background-color: #CA20AC;
}
</style>
border-color css
<style>
span { border-color: #CA20AC; }
span { border-color: rgb(202,32,172); }
td.TdClassName
{
border-color: #CA20AC;
}
.TagClassName
{
border-color: #CA20AC;
}
</style>