Shades of Medium Violet Red #C22293
Tints of Medium Violet Red #C22293
RGB
CMYK
RGB Variations
Color information
#C22293 (or 0xC22293) is known color: Medium Violet Red. HEX triplet: C2, 22 and 93. RGB value is (194,34,147). Sum of RGB (Red+Green+Blue) = 194+34+147=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C22293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22293 is #3DDD6C. Grayscale: #5E5E5E. Windows color (decimal): -4054381 or 9642690. OLE color: 9642690.
HSL color Cylindrical-coordinate representation of color #C22293: hue angle of 317.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 #C22293 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 147 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.24 |
| HSL | 317.63º | 0.7% | 0.45% | - |
| HSV(B) | 317.63º | 0.82% | 0.76% | - |
| XYZ | 28.09 | 14.72 | 28.96 | - |
| YUV | 94.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 147 | 0 | 0.82 | 0.24 | 0.24 | 317.63 | 0.7 | 0.45 |
| Hex | C2 | 22 | 93 | 0 | 52 | 18 | 18 | 13E | 46 | 2D |
| Octal | 302 | 42 | 223 | 0 | 122 | 30 | 30 | 476 | 106 | 55 |
| Binary | 11000010 | 100010 | 10010011 | 0 | 1010010 | 11000 | 11000 | 100111110 | 1000110 | 101101 |
Color Harmonies of #C22293
Complementary color
Monochromatic Colors of #C22293
Black with #C22293
Text Example
Text Example
White with #C22293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22293; }
p { color: rgb(194,34,147); }
H1.HeaderClassName
{
color: #C22293;
}
.AnyTagClassName
{
color: #C22293;
}
</style>
background-color css
<style>
a { background-color: #C22293; }
a { background-color: rgb(194,34,147); }
div.DivClassName
{
background-color: #C22293;
}
.BgClassName
{
background-color: #C22293;
}
</style>
border-color css
<style>
span { border-color: #C22293; }
span { border-color: rgb(194,34,147); }
td.TdClassName
{
border-color: #C22293;
}
.TagClassName
{
border-color: #C22293;
}
</style>