Shades of Medium Red Violet #C22D76
Tints of Medium Red Violet #C22D76
RGB
CMYK
RGB Variations
Color information
#C22D76 (or 0xC22D76) is known color: Medium Red Violet. HEX triplet: C2, 2D and 76. RGB value is (194,45,118). Sum of RGB (Red+Green+Blue) = 194+45+118=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D76 is #3DD289. Grayscale: #616161. Windows color (decimal): -4051594 or 7744962. OLE color: 7744962.
HSL color Cylindrical-coordinate representation of color #C22D76: hue angle of 330.6º degrees, saturation: 0.62, 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 #C22D76 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 118 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.24 |
| HSL | 330.6º | 0.62% | 0.47% | - |
| HSV(B) | 330.6º | 0.77% | 0.76% | - |
| XYZ | 26.46 | 14.65 | 18.57 | - |
| YUV | 97.87 | 139.36 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 118 | 0 | 0.77 | 0.39 | 0.24 | 330.6 | 0.62 | 0.47 |
| Hex | C2 | 2D | 76 | 0 | 4D | 27 | 18 | 14B | 3E | 2F |
| Octal | 302 | 55 | 166 | 0 | 115 | 47 | 30 | 513 | 76 | 57 |
| Binary | 11000010 | 101101 | 1110110 | 0 | 1001101 | 100111 | 11000 | 101001011 | 111110 | 101111 |
Color Harmonies of #C22D76
Complementary color
Monochromatic Colors of #C22D76
Black with #C22D76
Text Example
Text Example
White with #C22D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D76; }
p { color: rgb(194,45,118); }
H1.HeaderClassName
{
color: #C22D76;
}
.AnyTagClassName
{
color: #C22D76;
}
</style>
background-color css
<style>
a { background-color: #C22D76; }
a { background-color: rgb(194,45,118); }
div.DivClassName
{
background-color: #C22D76;
}
.BgClassName
{
background-color: #C22D76;
}
</style>
border-color css
<style>
span { border-color: #C22D76; }
span { border-color: rgb(194,45,118); }
td.TdClassName
{
border-color: #C22D76;
}
.TagClassName
{
border-color: #C22D76;
}
</style>