Shades of Medium Violet Red #C220A6
Tints of Medium Violet Red #C220A6
RGB
CMYK
RGB Variations
Color information
#C220A6 (or 0xC220A6) is known color: Medium Violet Red. HEX triplet: C2, 20 and A6. RGB value is (194,32,166). Sum of RGB (Red+Green+Blue) = 194+32+166=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C220A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220A6 is #3DDF59. Grayscale: #5F5F5F. Windows color (decimal): -4054874 or 10887362. OLE color: 10887362.
HSL color Cylindrical-coordinate representation of color #C220A6: hue angle of 310.37º 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 #C220A6 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 166 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.24 |
| HSL | 310.37º | 0.72% | 0.44% | - |
| HSV(B) | 310.37º | 0.84% | 0.76% | - |
| XYZ | 29.65 | 15.26 | 37.46 | - |
| YUV | 95.71 | 167.67 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 166 | 0 | 0.84 | 0.14 | 0.24 | 310.37 | 0.72 | 0.44 |
| Hex | C2 | 20 | A6 | 0 | 54 | E | 18 | 136 | 48 | 2C |
| Octal | 302 | 40 | 246 | 0 | 124 | 16 | 30 | 466 | 110 | 54 |
| Binary | 11000010 | 100000 | 10100110 | 0 | 1010100 | 1110 | 11000 | 100110110 | 1001000 | 101100 |
Color Harmonies of #C220A6
Complementary color
Monochromatic Colors of #C220A6
Black with #C220A6
Text Example
Text Example
White with #C220A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220A6; }
p { color: rgb(194,32,166); }
H1.HeaderClassName
{
color: #C220A6;
}
.AnyTagClassName
{
color: #C220A6;
}
</style>
background-color css
<style>
a { background-color: #C220A6; }
a { background-color: rgb(194,32,166); }
div.DivClassName
{
background-color: #C220A6;
}
.BgClassName
{
background-color: #C220A6;
}
</style>
border-color css
<style>
span { border-color: #C220A6; }
span { border-color: rgb(194,32,166); }
td.TdClassName
{
border-color: #C220A6;
}
.TagClassName
{
border-color: #C220A6;
}
</style>