Shades of Medium Red Violet #C22A76
Tints of Medium Red Violet #C22A76
RGB
CMYK
RGB Variations
Color information
#C22A76 (or 0xC22A76) is known color: Medium Red Violet. HEX triplet: C2, 2A and 76. RGB value is (194,42,118). Sum of RGB (Red+Green+Blue) = 194+42+118=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A76 is #3DD589. Grayscale: #5F5F5F. Windows color (decimal): -4052362 or 7744194. OLE color: 7744194.
HSL color Cylindrical-coordinate representation of color #C22A76: hue angle of 330º 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 #C22A76 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 118 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.24 |
| HSL | 330º | 0.64% | 0.46% | - |
| HSV(B) | 330º | 0.78% | 0.76% | - |
| XYZ | 26.35 | 14.43 | 18.54 | - |
| YUV | 96.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 118 | 0 | 0.78 | 0.39 | 0.24 | 330 | 0.64 | 0.46 |
| Hex | C2 | 2A | 76 | 0 | 4E | 27 | 18 | 14A | 40 | 2E |
| Octal | 302 | 52 | 166 | 0 | 116 | 47 | 30 | 512 | 100 | 56 |
| Binary | 11000010 | 101010 | 1110110 | 0 | 1001110 | 100111 | 11000 | 101001010 | 1000000 | 101110 |
Color Harmonies of #C22A76
Complementary color
Monochromatic Colors of #C22A76
Black with #C22A76
Text Example
Text Example
White with #C22A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A76; }
p { color: rgb(194,42,118); }
H1.HeaderClassName
{
color: #C22A76;
}
.AnyTagClassName
{
color: #C22A76;
}
</style>
background-color css
<style>
a { background-color: #C22A76; }
a { background-color: rgb(194,42,118); }
div.DivClassName
{
background-color: #C22A76;
}
.BgClassName
{
background-color: #C22A76;
}
</style>
border-color css
<style>
span { border-color: #C22A76; }
span { border-color: rgb(194,42,118); }
td.TdClassName
{
border-color: #C22A76;
}
.TagClassName
{
border-color: #C22A76;
}
</style>