Shades of Medium Red Violet #C22972
Tints of Medium Red Violet #C22972
RGB
CMYK
RGB Variations
Color information
#C22972 (or 0xC22972) is known color: Medium Red Violet. HEX triplet: C2, 29 and 72. RGB value is (194,41,114). Sum of RGB (Red+Green+Blue) = 194+41+114=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C22972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22972 is #3DD68D. Grayscale: #5E5E5E. Windows color (decimal): -4052622 or 7481794. OLE color: 7481794.
HSL color Cylindrical-coordinate representation of color #C22972: hue angle of 331.37º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22972 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 114 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.24 |
| HSL | 331.37º | 0.65% | 0.46% | - |
| HSV(B) | 331.37º | 0.79% | 0.76% | - |
| XYZ | 26.08 | 14.27 | 17.3 | - |
| YUV | 95.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 114 | 0 | 0.79 | 0.41 | 0.24 | 331.37 | 0.65 | 0.46 |
| Hex | C2 | 29 | 72 | 0 | 4F | 29 | 18 | 14B | 41 | 2E |
| Octal | 302 | 51 | 162 | 0 | 117 | 51 | 30 | 513 | 101 | 56 |
| Binary | 11000010 | 101001 | 1110010 | 0 | 1001111 | 101001 | 11000 | 101001011 | 1000001 | 101110 |
Color Harmonies of #C22972
Complementary color
Monochromatic Colors of #C22972
Black with #C22972
Text Example
Text Example
White with #C22972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22972; }
p { color: rgb(194,41,114); }
H1.HeaderClassName
{
color: #C22972;
}
.AnyTagClassName
{
color: #C22972;
}
</style>
background-color css
<style>
a { background-color: #C22972; }
a { background-color: rgb(194,41,114); }
div.DivClassName
{
background-color: #C22972;
}
.BgClassName
{
background-color: #C22972;
}
</style>
border-color css
<style>
span { border-color: #C22972; }
span { border-color: rgb(194,41,114); }
td.TdClassName
{
border-color: #C22972;
}
.TagClassName
{
border-color: #C22972;
}
</style>