Shades of Medium Violet Red #C220A7
Tints of Medium Violet Red #C220A7
RGB
CMYK
RGB Variations
Color information
#C220A7 (or 0xC220A7) is known color: Medium Violet Red. HEX triplet: C2, 20 and A7. RGB value is (194,32,167). Sum of RGB (Red+Green+Blue) = 194+32+167=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C220A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220A7 is #3DDF58. Grayscale: #5F5F5F. Windows color (decimal): -4054873 or 10952898. OLE color: 10952898.
HSL color Cylindrical-coordinate representation of color #C220A7: hue angle of 310º 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 #C220A7 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 167 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.24 |
| HSL | 310º | 0.72% | 0.44% | - |
| HSV(B) | 310º | 0.84% | 0.76% | - |
| XYZ | 29.74 | 15.29 | 37.94 | - |
| YUV | 95.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 167 | 0 | 0.84 | 0.14 | 0.24 | 310 | 0.72 | 0.44 |
| Hex | C2 | 20 | A7 | 0 | 54 | E | 18 | 136 | 48 | 2C |
| Octal | 302 | 40 | 247 | 0 | 124 | 16 | 30 | 466 | 110 | 54 |
| Binary | 11000010 | 100000 | 10100111 | 0 | 1010100 | 1110 | 11000 | 100110110 | 1001000 | 101100 |
Color Harmonies of #C220A7
Complementary color
Monochromatic Colors of #C220A7
Black with #C220A7
Text Example
Text Example
White with #C220A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220A7; }
p { color: rgb(194,32,167); }
H1.HeaderClassName
{
color: #C220A7;
}
.AnyTagClassName
{
color: #C220A7;
}
</style>
background-color css
<style>
a { background-color: #C220A7; }
a { background-color: rgb(194,32,167); }
div.DivClassName
{
background-color: #C220A7;
}
.BgClassName
{
background-color: #C220A7;
}
</style>
border-color css
<style>
span { border-color: #C220A7; }
span { border-color: rgb(194,32,167); }
td.TdClassName
{
border-color: #C220A7;
}
.TagClassName
{
border-color: #C220A7;
}
</style>