Shades of Medium Violet Red #C20977
Tints of Medium Violet Red #C20977
RGB
CMYK
RGB Variations
Color information
#C20977 (or 0xC20977) is known color: Medium Violet Red. HEX triplet: C2, 09 and 77. RGB value is (194,9,119). Sum of RGB (Red+Green+Blue) = 194+9+119=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C20977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20977 is #3DF688. Grayscale: #4C4C4C. Windows color (decimal): -4060809 or 7801282. OLE color: 7801282.
HSL color Cylindrical-coordinate representation of color #C20977: hue angle of 324.32º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20977 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 119 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.24 |
| HSL | 324.32º | 0.91% | 0.4% | - |
| HSV(B) | 324.32º | 0.95% | 0.76% | - |
| XYZ | 25.68 | 13 | 18.61 | - |
| YUV | 76.86 | 151.79 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 119 | 0 | 0.95 | 0.39 | 0.24 | 324.32 | 0.91 | 0.4 |
| Hex | C2 | 9 | 77 | 0 | 5F | 27 | 18 | 144 | 5B | 28 |
| Octal | 302 | 11 | 167 | 0 | 137 | 47 | 30 | 504 | 133 | 50 |
| Binary | 11000010 | 1001 | 1110111 | 0 | 1011111 | 100111 | 11000 | 101000100 | 1011011 | 101000 |
Color Harmonies of #C20977
Complementary color
Monochromatic Colors of #C20977
Black with #C20977
Text Example
Text Example
White with #C20977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20977; }
p { color: rgb(194,9,119); }
H1.HeaderClassName
{
color: #C20977;
}
.AnyTagClassName
{
color: #C20977;
}
</style>
background-color css
<style>
a { background-color: #C20977; }
a { background-color: rgb(194,9,119); }
div.DivClassName
{
background-color: #C20977;
}
.BgClassName
{
background-color: #C20977;
}
</style>
border-color css
<style>
span { border-color: #C20977; }
span { border-color: rgb(194,9,119); }
td.TdClassName
{
border-color: #C20977;
}
.TagClassName
{
border-color: #C20977;
}
</style>