Shades of Medium Violet Red #C220AB
Tints of Medium Violet Red #C220AB
RGB
CMYK
RGB Variations
Color information
#C220AB (or 0xC220AB) is known color: Medium Violet Red. HEX triplet: C2, 20 and AB. RGB value is (194,32,171). Sum of RGB (Red+Green+Blue) = 194+32+171=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C220AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220AB is #3DDF54. Grayscale: #5F5F5F. Windows color (decimal): -4054869 or 11215042. OLE color: 11215042.
HSL color Cylindrical-coordinate representation of color #C220AB: hue angle of 308.52º 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 #C220AB is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 171 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.24 |
| HSL | 308.52º | 0.72% | 0.44% | - |
| HSV(B) | 308.52º | 0.84% | 0.76% | - |
| XYZ | 30.12 | 15.44 | 39.92 | - |
| YUV | 96.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 171 | 0 | 0.84 | 0.12 | 0.24 | 308.52 | 0.72 | 0.44 |
| Hex | C2 | 20 | AB | 0 | 54 | C | 18 | 135 | 48 | 2C |
| Octal | 302 | 40 | 253 | 0 | 124 | 14 | 30 | 465 | 110 | 54 |
| Binary | 11000010 | 100000 | 10101011 | 0 | 1010100 | 1100 | 11000 | 100110101 | 1001000 | 101100 |
Color Harmonies of #C220AB
Complementary color
Monochromatic Colors of #C220AB
Black with #C220AB
Text Example
Text Example
White with #C220AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220AB; }
p { color: rgb(194,32,171); }
H1.HeaderClassName
{
color: #C220AB;
}
.AnyTagClassName
{
color: #C220AB;
}
</style>
background-color css
<style>
a { background-color: #C220AB; }
a { background-color: rgb(194,32,171); }
div.DivClassName
{
background-color: #C220AB;
}
.BgClassName
{
background-color: #C220AB;
}
</style>
border-color css
<style>
span { border-color: #C220AB; }
span { border-color: rgb(194,32,171); }
td.TdClassName
{
border-color: #C220AB;
}
.TagClassName
{
border-color: #C220AB;
}
</style>