Shades of Medium Violet Red #C20B72
Tints of Medium Violet Red #C20B72
RGB
CMYK
RGB Variations
Color information
#C20B72 (or 0xC20B72) is known color: Medium Violet Red. HEX triplet: C2, 0B and 72. RGB value is (194,11,114). Sum of RGB (Red+Green+Blue) = 194+11+114=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B72 is #3DF48D. Grayscale: #4D4D4D. Windows color (decimal): -4060302 or 7474114. OLE color: 7474114.
HSL color Cylindrical-coordinate representation of color #C20B72: hue angle of 326.23º 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 #C20B72 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 114 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.24 |
| HSL | 326.23º | 0.89% | 0.4% | - |
| HSV(B) | 326.23º | 0.94% | 0.76% | - |
| XYZ | 25.41 | 12.92 | 17.08 | - |
| YUV | 77.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 114 | 0 | 0.94 | 0.41 | 0.24 | 326.23 | 0.89 | 0.4 |
| Hex | C2 | B | 72 | 0 | 5E | 29 | 18 | 146 | 59 | 28 |
| Octal | 302 | 13 | 162 | 0 | 136 | 51 | 30 | 506 | 131 | 50 |
| Binary | 11000010 | 1011 | 1110010 | 0 | 1011110 | 101001 | 11000 | 101000110 | 1011001 | 101000 |
Color Harmonies of #C20B72
Complementary color
Monochromatic Colors of #C20B72
Black with #C20B72
Text Example
Text Example
White with #C20B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B72; }
p { color: rgb(194,11,114); }
H1.HeaderClassName
{
color: #C20B72;
}
.AnyTagClassName
{
color: #C20B72;
}
</style>
background-color css
<style>
a { background-color: #C20B72; }
a { background-color: rgb(194,11,114); }
div.DivClassName
{
background-color: #C20B72;
}
.BgClassName
{
background-color: #C20B72;
}
</style>
border-color css
<style>
span { border-color: #C20B72; }
span { border-color: rgb(194,11,114); }
td.TdClassName
{
border-color: #C20B72;
}
.TagClassName
{
border-color: #C20B72;
}
</style>