Shades of Medium Violet Red #C20B76
Tints of Medium Violet Red #C20B76
RGB
CMYK
RGB Variations
Color information
#C20B76 (or 0xC20B76) is known color: Medium Violet Red. HEX triplet: C2, 0B and 76. RGB value is (194,11,118). Sum of RGB (Red+Green+Blue) = 194+11+118=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B76 is #3DF489. Grayscale: #4D4D4D. Windows color (decimal): -4060298 or 7736258. OLE color: 7736258.
HSL color Cylindrical-coordinate representation of color #C20B76: hue angle of 324.92º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20B76 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 118 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.24 |
| HSL | 324.92º | 0.89% | 0.4% | - |
| HSV(B) | 324.92º | 0.94% | 0.76% | - |
| XYZ | 25.64 | 13.02 | 18.3 | - |
| YUV | 77.92 | 150.63 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 118 | 0 | 0.94 | 0.39 | 0.24 | 324.92 | 0.89 | 0.4 |
| Hex | C2 | B | 76 | 0 | 5E | 27 | 18 | 145 | 59 | 28 |
| Octal | 302 | 13 | 166 | 0 | 136 | 47 | 30 | 505 | 131 | 50 |
| Binary | 11000010 | 1011 | 1110110 | 0 | 1011110 | 100111 | 11000 | 101000101 | 1011001 | 101000 |
Color Harmonies of #C20B76
Complementary color
Monochromatic Colors of #C20B76
Black with #C20B76
Text Example
Text Example
White with #C20B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B76; }
p { color: rgb(194,11,118); }
H1.HeaderClassName
{
color: #C20B76;
}
.AnyTagClassName
{
color: #C20B76;
}
</style>
background-color css
<style>
a { background-color: #C20B76; }
a { background-color: rgb(194,11,118); }
div.DivClassName
{
background-color: #C20B76;
}
.BgClassName
{
background-color: #C20B76;
}
</style>
border-color css
<style>
span { border-color: #C20B76; }
span { border-color: rgb(194,11,118); }
td.TdClassName
{
border-color: #C20B76;
}
.TagClassName
{
border-color: #C20B76;
}
</style>