Shades of Medium Violet Red #C222A0
Tints of Medium Violet Red #C222A0
RGB
CMYK
RGB Variations
Color information
#C222A0 (or 0xC222A0) is known color: Medium Violet Red. HEX triplet: C2, 22 and A0. RGB value is (194,34,160). Sum of RGB (Red+Green+Blue) = 194+34+160=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C222A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222A0 is #3DDD5F. Grayscale: #5F5F5F. Windows color (decimal): -4054368 or 10494658. OLE color: 10494658.
HSL color Cylindrical-coordinate representation of color #C222A0: hue angle of 312.75º 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 #C222A0 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 160 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.24 |
| HSL | 312.75º | 0.7% | 0.45% | - |
| HSV(B) | 312.75º | 0.82% | 0.76% | - |
| XYZ | 29.17 | 15.15 | 34.65 | - |
| YUV | 96.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 160 | 0 | 0.82 | 0.18 | 0.24 | 312.75 | 0.7 | 0.45 |
| Hex | C2 | 22 | A0 | 0 | 52 | 12 | 18 | 139 | 46 | 2D |
| Octal | 302 | 42 | 240 | 0 | 122 | 22 | 30 | 471 | 106 | 55 |
| Binary | 11000010 | 100010 | 10100000 | 0 | 1010010 | 10010 | 11000 | 100111001 | 1000110 | 101101 |
Color Harmonies of #C222A0
Complementary color
Monochromatic Colors of #C222A0
Black with #C222A0
Text Example
Text Example
White with #C222A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222A0; }
p { color: rgb(194,34,160); }
H1.HeaderClassName
{
color: #C222A0;
}
.AnyTagClassName
{
color: #C222A0;
}
</style>
background-color css
<style>
a { background-color: #C222A0; }
a { background-color: rgb(194,34,160); }
div.DivClassName
{
background-color: #C222A0;
}
.BgClassName
{
background-color: #C222A0;
}
</style>
border-color css
<style>
span { border-color: #C222A0; }
span { border-color: rgb(194,34,160); }
td.TdClassName
{
border-color: #C222A0;
}
.TagClassName
{
border-color: #C222A0;
}
</style>