Shades of Medium Violet Red #C222A6
Tints of Medium Violet Red #C222A6
RGB
CMYK
RGB Variations
Color information
#C222A6 (or 0xC222A6) is known color: Medium Violet Red. HEX triplet: C2, 22 and A6. RGB value is (194,34,166). Sum of RGB (Red+Green+Blue) = 194+34+166=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C222A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222A6 is #3DDD59. Grayscale: #606060. Windows color (decimal): -4054362 or 10887874. OLE color: 10887874.
HSL color Cylindrical-coordinate representation of color #C222A6: hue angle of 310.5º 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 #C222A6 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 166 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.24 |
| HSL | 310.5º | 0.7% | 0.45% | - |
| HSV(B) | 310.5º | 0.82% | 0.76% | - |
| XYZ | 29.7 | 15.37 | 37.48 | - |
| YUV | 96.89 | 167.01 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 166 | 0 | 0.82 | 0.14 | 0.24 | 310.5 | 0.7 | 0.45 |
| Hex | C2 | 22 | A6 | 0 | 52 | E | 18 | 136 | 46 | 2D |
| Octal | 302 | 42 | 246 | 0 | 122 | 16 | 30 | 466 | 106 | 55 |
| Binary | 11000010 | 100010 | 10100110 | 0 | 1010010 | 1110 | 11000 | 100110110 | 1000110 | 101101 |
Color Harmonies of #C222A6
Complementary color
Monochromatic Colors of #C222A6
Black with #C222A6
Text Example
Text Example
White with #C222A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222A6; }
p { color: rgb(194,34,166); }
H1.HeaderClassName
{
color: #C222A6;
}
.AnyTagClassName
{
color: #C222A6;
}
</style>
background-color css
<style>
a { background-color: #C222A6; }
a { background-color: rgb(194,34,166); }
div.DivClassName
{
background-color: #C222A6;
}
.BgClassName
{
background-color: #C222A6;
}
</style>
border-color css
<style>
span { border-color: #C222A6; }
span { border-color: rgb(194,34,166); }
td.TdClassName
{
border-color: #C222A6;
}
.TagClassName
{
border-color: #C222A6;
}
</style>