Shades of Medium Red Violet #C22791
Tints of Medium Red Violet #C22791
RGB
CMYK
RGB Variations
Color information
#C22791 (or 0xC22791) is known color: Medium Red Violet. HEX triplet: C2, 27 and 91. RGB value is (194,39,145). Sum of RGB (Red+Green+Blue) = 194+39+145=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C22791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22791 is #3DD86E. Grayscale: #616161. Windows color (decimal): -4053103 or 9512898. OLE color: 9512898.
HSL color Cylindrical-coordinate representation of color #C22791: hue angle of 318.97º 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 #C22791 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 145 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.24 |
| HSL | 318.97º | 0.67% | 0.46% | - |
| HSV(B) | 318.97º | 0.8% | 0.76% | - |
| XYZ | 28.08 | 14.96 | 28.2 | - |
| YUV | 97.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 145 | 0 | 0.80 | 0.25 | 0.24 | 318.97 | 0.67 | 0.46 |
| Hex | C2 | 27 | 91 | 0 | 50 | 19 | 18 | 13F | 43 | 2E |
| Octal | 302 | 47 | 221 | 0 | 120 | 31 | 30 | 477 | 103 | 56 |
| Binary | 11000010 | 100111 | 10010001 | 0 | 1010000 | 11001 | 11000 | 100111111 | 1000011 | 101110 |
Color Harmonies of #C22791
Complementary color
Monochromatic Colors of #C22791
Black with #C22791
Text Example
Text Example
White with #C22791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22791; }
p { color: rgb(194,39,145); }
H1.HeaderClassName
{
color: #C22791;
}
.AnyTagClassName
{
color: #C22791;
}
</style>
background-color css
<style>
a { background-color: #C22791; }
a { background-color: rgb(194,39,145); }
div.DivClassName
{
background-color: #C22791;
}
.BgClassName
{
background-color: #C22791;
}
</style>
border-color css
<style>
span { border-color: #C22791; }
span { border-color: rgb(194,39,145); }
td.TdClassName
{
border-color: #C22791;
}
.TagClassName
{
border-color: #C22791;
}
</style>