Shades of Medium Violet Red #C222AB
Tints of Medium Violet Red #C222AB
RGB
CMYK
RGB Variations
Color information
#C222AB (or 0xC222AB) is known color: Medium Violet Red. HEX triplet: C2, 22 and AB. RGB value is (194,34,171). Sum of RGB (Red+Green+Blue) = 194+34+171=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C222AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222AB is #3DDD54. Grayscale: #616161. Windows color (decimal): -4054357 or 11215554. OLE color: 11215554.
HSL color Cylindrical-coordinate representation of color #C222AB: hue angle of 308.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C222AB is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 171 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.24 |
| HSL | 308.63º | 0.7% | 0.45% | - |
| HSV(B) | 308.63º | 0.82% | 0.76% | - |
| XYZ | 30.17 | 15.55 | 39.94 | - |
| YUV | 97.46 | 169.51 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 171 | 0 | 0.82 | 0.12 | 0.24 | 308.63 | 0.7 | 0.45 |
| Hex | C2 | 22 | AB | 0 | 52 | C | 18 | 135 | 46 | 2D |
| Octal | 302 | 42 | 253 | 0 | 122 | 14 | 30 | 465 | 106 | 55 |
| Binary | 11000010 | 100010 | 10101011 | 0 | 1010010 | 1100 | 11000 | 100110101 | 1000110 | 101101 |
Color Harmonies of #C222AB
Complementary color
Monochromatic Colors of #C222AB
Black with #C222AB
Text Example
Text Example
White with #C222AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222AB; }
p { color: rgb(194,34,171); }
H1.HeaderClassName
{
color: #C222AB;
}
.AnyTagClassName
{
color: #C222AB;
}
</style>
background-color css
<style>
a { background-color: #C222AB; }
a { background-color: rgb(194,34,171); }
div.DivClassName
{
background-color: #C222AB;
}
.BgClassName
{
background-color: #C222AB;
}
</style>
border-color css
<style>
span { border-color: #C222AB; }
span { border-color: rgb(194,34,171); }
td.TdClassName
{
border-color: #C222AB;
}
.TagClassName
{
border-color: #C222AB;
}
</style>