Shades of Medium Violet Red #C20C74
Tints of Medium Violet Red #C20C74
RGB
CMYK
RGB Variations
Color information
#C20C74 (or 0xC20C74) is known color: Medium Violet Red. HEX triplet: C2, 0C and 74. RGB value is (194,12,116). Sum of RGB (Red+Green+Blue) = 194+12+116=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C74 is #3DF38B. Grayscale: #4E4E4E. Windows color (decimal): -4060044 or 7605442. OLE color: 7605442.
HSL color Cylindrical-coordinate representation of color #C20C74: hue angle of 325.71º degrees, saturation: 0.88, 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 #C20C74 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 116 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.24 |
| HSL | 325.71º | 0.88% | 0.4% | - |
| HSV(B) | 325.71º | 0.94% | 0.76% | - |
| XYZ | 25.53 | 12.99 | 17.69 | - |
| YUV | 78.27 | 149.3 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 116 | 0 | 0.94 | 0.40 | 0.24 | 325.71 | 0.88 | 0.4 |
| Hex | C2 | C | 74 | 0 | 5E | 28 | 18 | 146 | 58 | 28 |
| Octal | 302 | 14 | 164 | 0 | 136 | 50 | 30 | 506 | 130 | 50 |
| Binary | 11000010 | 1100 | 1110100 | 0 | 1011110 | 101000 | 11000 | 101000110 | 1011000 | 101000 |
Color Harmonies of #C20C74
Complementary color
Monochromatic Colors of #C20C74
Black with #C20C74
Text Example
Text Example
White with #C20C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C74; }
p { color: rgb(194,12,116); }
H1.HeaderClassName
{
color: #C20C74;
}
.AnyTagClassName
{
color: #C20C74;
}
</style>
background-color css
<style>
a { background-color: #C20C74; }
a { background-color: rgb(194,12,116); }
div.DivClassName
{
background-color: #C20C74;
}
.BgClassName
{
background-color: #C20C74;
}
</style>
border-color css
<style>
span { border-color: #C20C74; }
span { border-color: rgb(194,12,116); }
td.TdClassName
{
border-color: #C20C74;
}
.TagClassName
{
border-color: #C20C74;
}
</style>