Shades of Medium Violet Red #C220A1
Tints of Medium Violet Red #C220A1
RGB
CMYK
RGB Variations
Color information
#C220A1 (or 0xC220A1) is known color: Medium Violet Red. HEX triplet: C2, 20 and A1. RGB value is (194,32,161). Sum of RGB (Red+Green+Blue) = 194+32+161=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C220A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220A1 is #3DDF5E. Grayscale: #5E5E5E. Windows color (decimal): -4054879 or 10559682. OLE color: 10559682.
HSL color Cylindrical-coordinate representation of color #C220A1: hue angle of 312.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220A1 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 161 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.24 |
| HSL | 312.22º | 0.72% | 0.44% | - |
| HSV(B) | 312.22º | 0.84% | 0.76% | - |
| XYZ | 29.2 | 15.08 | 35.09 | - |
| YUV | 95.14 | 165.17 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 161 | 0 | 0.84 | 0.17 | 0.24 | 312.22 | 0.72 | 0.44 |
| Hex | C2 | 20 | A1 | 0 | 54 | 11 | 18 | 138 | 48 | 2C |
| Octal | 302 | 40 | 241 | 0 | 124 | 21 | 30 | 470 | 110 | 54 |
| Binary | 11000010 | 100000 | 10100001 | 0 | 1010100 | 10001 | 11000 | 100111000 | 1001000 | 101100 |
Color Harmonies of #C220A1
Complementary color
Monochromatic Colors of #C220A1
Black with #C220A1
Text Example
Text Example
White with #C220A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220A1; }
p { color: rgb(194,32,161); }
H1.HeaderClassName
{
color: #C220A1;
}
.AnyTagClassName
{
color: #C220A1;
}
</style>
background-color css
<style>
a { background-color: #C220A1; }
a { background-color: rgb(194,32,161); }
div.DivClassName
{
background-color: #C220A1;
}
.BgClassName
{
background-color: #C220A1;
}
</style>
border-color css
<style>
span { border-color: #C220A1; }
span { border-color: rgb(194,32,161); }
td.TdClassName
{
border-color: #C220A1;
}
.TagClassName
{
border-color: #C220A1;
}
</style>