Shades of Medium Red Violet #C22992
Tints of Medium Red Violet #C22992
RGB
CMYK
RGB Variations
Color information
#C22992 (or 0xC22992) is known color: Medium Red Violet. HEX triplet: C2, 29 and 92. RGB value is (194,41,146). Sum of RGB (Red+Green+Blue) = 194+41+146=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C22992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22992 is #3DD66D. Grayscale: #626262. Windows color (decimal): -4052590 or 9578946. OLE color: 9578946.
HSL color Cylindrical-coordinate representation of color #C22992: hue angle of 318.82º 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 #C22992 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 146 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.24 |
| HSL | 318.82º | 0.65% | 0.46% | - |
| HSV(B) | 318.82º | 0.79% | 0.76% | - |
| XYZ | 28.23 | 15.13 | 28.63 | - |
| YUV | 98.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 146 | 0 | 0.79 | 0.25 | 0.24 | 318.82 | 0.65 | 0.46 |
| Hex | C2 | 29 | 92 | 0 | 4F | 19 | 18 | 13F | 41 | 2E |
| Octal | 302 | 51 | 222 | 0 | 117 | 31 | 30 | 477 | 101 | 56 |
| Binary | 11000010 | 101001 | 10010010 | 0 | 1001111 | 11001 | 11000 | 100111111 | 1000001 | 101110 |
Color Harmonies of #C22992
Complementary color
Monochromatic Colors of #C22992
Black with #C22992
Text Example
Text Example
White with #C22992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22992; }
p { color: rgb(194,41,146); }
H1.HeaderClassName
{
color: #C22992;
}
.AnyTagClassName
{
color: #C22992;
}
</style>
background-color css
<style>
a { background-color: #C22992; }
a { background-color: rgb(194,41,146); }
div.DivClassName
{
background-color: #C22992;
}
.BgClassName
{
background-color: #C22992;
}
</style>
border-color css
<style>
span { border-color: #C22992; }
span { border-color: rgb(194,41,146); }
td.TdClassName
{
border-color: #C22992;
}
.TagClassName
{
border-color: #C22992;
}
</style>