Shades of Medium Red Violet #C22C78
Tints of Medium Red Violet #C22C78
RGB
CMYK
RGB Variations
Color information
#C22C78 (or 0xC22C78) is known color: Medium Red Violet. HEX triplet: C2, 2C and 78. RGB value is (194,44,120). Sum of RGB (Red+Green+Blue) = 194+44+120=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C78 is #3DD387. Grayscale: #616161. Windows color (decimal): -4051848 or 7875778. OLE color: 7875778.
HSL color Cylindrical-coordinate representation of color #C22C78: hue angle of 329.6º 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 #C22C78 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 120 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.24 |
| HSL | 329.6º | 0.63% | 0.47% | - |
| HSV(B) | 329.6º | 0.77% | 0.76% | - |
| XYZ | 26.54 | 14.63 | 19.19 | - |
| YUV | 97.51 | 140.7 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 120 | 0 | 0.77 | 0.38 | 0.24 | 329.6 | 0.63 | 0.47 |
| Hex | C2 | 2C | 78 | 0 | 4D | 26 | 18 | 14A | 3F | 2F |
| Octal | 302 | 54 | 170 | 0 | 115 | 46 | 30 | 512 | 77 | 57 |
| Binary | 11000010 | 101100 | 1111000 | 0 | 1001101 | 100110 | 11000 | 101001010 | 111111 | 101111 |
Color Harmonies of #C22C78
Complementary color
Monochromatic Colors of #C22C78
Black with #C22C78
Text Example
Text Example
White with #C22C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C78; }
p { color: rgb(194,44,120); }
H1.HeaderClassName
{
color: #C22C78;
}
.AnyTagClassName
{
color: #C22C78;
}
</style>
background-color css
<style>
a { background-color: #C22C78; }
a { background-color: rgb(194,44,120); }
div.DivClassName
{
background-color: #C22C78;
}
.BgClassName
{
background-color: #C22C78;
}
</style>
border-color css
<style>
span { border-color: #C22C78; }
span { border-color: rgb(194,44,120); }
td.TdClassName
{
border-color: #C22C78;
}
.TagClassName
{
border-color: #C22C78;
}
</style>