Shades of Medium Red Violet #C22796
Tints of Medium Red Violet #C22796
RGB
CMYK
RGB Variations
Color information
#C22796 (or 0xC22796) is known color: Medium Red Violet. HEX triplet: C2, 27 and 96. RGB value is (194,39,150). Sum of RGB (Red+Green+Blue) = 194+39+150=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C22796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22796 is #3DD869. Grayscale: #616161. Windows color (decimal): -4053098 or 9840578. OLE color: 9840578.
HSL color Cylindrical-coordinate representation of color #C22796: hue angle of 317.03º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22796 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 150 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.24 |
| HSL | 317.03º | 0.67% | 0.46% | - |
| HSV(B) | 317.03º | 0.8% | 0.76% | - |
| XYZ | 28.48 | 15.12 | 30.27 | - |
| YUV | 98 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 150 | 0 | 0.80 | 0.23 | 0.24 | 317.03 | 0.67 | 0.46 |
| Hex | C2 | 27 | 96 | 0 | 50 | 17 | 18 | 13D | 43 | 2E |
| Octal | 302 | 47 | 226 | 0 | 120 | 27 | 30 | 475 | 103 | 56 |
| Binary | 11000010 | 100111 | 10010110 | 0 | 1010000 | 10111 | 11000 | 100111101 | 1000011 | 101110 |
Color Harmonies of #C22796
Complementary color
Monochromatic Colors of #C22796
Black with #C22796
Text Example
Text Example
White with #C22796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22796; }
p { color: rgb(194,39,150); }
H1.HeaderClassName
{
color: #C22796;
}
.AnyTagClassName
{
color: #C22796;
}
</style>
background-color css
<style>
a { background-color: #C22796; }
a { background-color: rgb(194,39,150); }
div.DivClassName
{
background-color: #C22796;
}
.BgClassName
{
background-color: #C22796;
}
</style>
border-color css
<style>
span { border-color: #C22796; }
span { border-color: rgb(194,39,150); }
td.TdClassName
{
border-color: #C22796;
}
.TagClassName
{
border-color: #C22796;
}
</style>