Shades of Medium Red Violet #C22A74
Tints of Medium Red Violet #C22A74
RGB
CMYK
RGB Variations
Color information
#C22A74 (or 0xC22A74) is known color: Medium Red Violet. HEX triplet: C2, 2A and 74. RGB value is (194,42,116). Sum of RGB (Red+Green+Blue) = 194+42+116=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A74 is #3DD58B. Grayscale: #5F5F5F. Windows color (decimal): -4052364 or 7613122. OLE color: 7613122.
HSL color Cylindrical-coordinate representation of color #C22A74: hue angle of 330.79º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A74 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 116 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.24 |
| HSL | 330.79º | 0.64% | 0.46% | - |
| HSV(B) | 330.79º | 0.78% | 0.76% | - |
| XYZ | 26.23 | 14.39 | 17.92 | - |
| YUV | 95.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 116 | 0 | 0.78 | 0.40 | 0.24 | 330.79 | 0.64 | 0.46 |
| Hex | C2 | 2A | 74 | 0 | 4E | 28 | 18 | 14B | 40 | 2E |
| Octal | 302 | 52 | 164 | 0 | 116 | 50 | 30 | 513 | 100 | 56 |
| Binary | 11000010 | 101010 | 1110100 | 0 | 1001110 | 101000 | 11000 | 101001011 | 1000000 | 101110 |
Color Harmonies of #C22A74
Complementary color
Monochromatic Colors of #C22A74
Black with #C22A74
Text Example
Text Example
White with #C22A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A74; }
p { color: rgb(194,42,116); }
H1.HeaderClassName
{
color: #C22A74;
}
.AnyTagClassName
{
color: #C22A74;
}
</style>
background-color css
<style>
a { background-color: #C22A74; }
a { background-color: rgb(194,42,116); }
div.DivClassName
{
background-color: #C22A74;
}
.BgClassName
{
background-color: #C22A74;
}
</style>
border-color css
<style>
span { border-color: #C22A74; }
span { border-color: rgb(194,42,116); }
td.TdClassName
{
border-color: #C22A74;
}
.TagClassName
{
border-color: #C22A74;
}
</style>