Shades of Medium Violet Red #C22294
Tints of Medium Violet Red #C22294
RGB
CMYK
RGB Variations
Color information
#C22294 (or 0xC22294) is known color: Medium Violet Red. HEX triplet: C2, 22 and 94. RGB value is (194,34,148). Sum of RGB (Red+Green+Blue) = 194+34+148=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C22294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22294 is #3DDD6B. Grayscale: #5E5E5E. Windows color (decimal): -4054380 or 9708226. OLE color: 9708226.
HSL color Cylindrical-coordinate representation of color #C22294: hue angle of 317.25º 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 #C22294 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 148 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.24 |
| HSL | 317.25º | 0.7% | 0.45% | - |
| HSV(B) | 317.25º | 0.82% | 0.76% | - |
| XYZ | 28.17 | 14.75 | 29.38 | - |
| YUV | 94.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 148 | 0 | 0.82 | 0.24 | 0.24 | 317.25 | 0.7 | 0.45 |
| Hex | C2 | 22 | 94 | 0 | 52 | 18 | 18 | 13D | 46 | 2D |
| Octal | 302 | 42 | 224 | 0 | 122 | 30 | 30 | 475 | 106 | 55 |
| Binary | 11000010 | 100010 | 10010100 | 0 | 1010010 | 11000 | 11000 | 100111101 | 1000110 | 101101 |
Color Harmonies of #C22294
Complementary color
Monochromatic Colors of #C22294
Black with #C22294
Text Example
Text Example
White with #C22294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22294; }
p { color: rgb(194,34,148); }
H1.HeaderClassName
{
color: #C22294;
}
.AnyTagClassName
{
color: #C22294;
}
</style>
background-color css
<style>
a { background-color: #C22294; }
a { background-color: rgb(194,34,148); }
div.DivClassName
{
background-color: #C22294;
}
.BgClassName
{
background-color: #C22294;
}
</style>
border-color css
<style>
span { border-color: #C22294; }
span { border-color: rgb(194,34,148); }
td.TdClassName
{
border-color: #C22294;
}
.TagClassName
{
border-color: #C22294;
}
</style>