Shades of Medium Red Violet #C22C76
Tints of Medium Red Violet #C22C76
RGB
CMYK
RGB Variations
Color information
#C22C76 (or 0xC22C76) is known color: Medium Red Violet. HEX triplet: C2, 2C and 76. RGB value is (194,44,118). Sum of RGB (Red+Green+Blue) = 194+44+118=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C76 is #3DD389. Grayscale: #616161. Windows color (decimal): -4051850 or 7744706. OLE color: 7744706.
HSL color Cylindrical-coordinate representation of color #C22C76: hue angle of 330.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C76 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 118 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.24 |
| HSL | 330.4º | 0.63% | 0.47% | - |
| HSV(B) | 330.4º | 0.77% | 0.76% | - |
| XYZ | 26.42 | 14.58 | 18.56 | - |
| YUV | 97.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 118 | 0 | 0.77 | 0.39 | 0.24 | 330.4 | 0.63 | 0.47 |
| Hex | C2 | 2C | 76 | 0 | 4D | 27 | 18 | 14A | 3F | 2F |
| Octal | 302 | 54 | 166 | 0 | 115 | 47 | 30 | 512 | 77 | 57 |
| Binary | 11000010 | 101100 | 1110110 | 0 | 1001101 | 100111 | 11000 | 101001010 | 111111 | 101111 |
Color Harmonies of #C22C76
Complementary color
Monochromatic Colors of #C22C76
Black with #C22C76
Text Example
Text Example
White with #C22C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C76; }
p { color: rgb(194,44,118); }
H1.HeaderClassName
{
color: #C22C76;
}
.AnyTagClassName
{
color: #C22C76;
}
</style>
background-color css
<style>
a { background-color: #C22C76; }
a { background-color: rgb(194,44,118); }
div.DivClassName
{
background-color: #C22C76;
}
.BgClassName
{
background-color: #C22C76;
}
</style>
border-color css
<style>
span { border-color: #C22C76; }
span { border-color: rgb(194,44,118); }
td.TdClassName
{
border-color: #C22C76;
}
.TagClassName
{
border-color: #C22C76;
}
</style>