Shades of Medium Violet Red #C20777
Tints of Medium Violet Red #C20777
RGB
CMYK
RGB Variations
Color information
#C20777 (or 0xC20777) is known color: Medium Violet Red. HEX triplet: C2, 07 and 77. RGB value is (194,7,119). Sum of RGB (Red+Green+Blue) = 194+7+119=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C20777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20777 is #3DF888. Grayscale: #4B4B4B. Windows color (decimal): -4061321 or 7800770. OLE color: 7800770.
HSL color Cylindrical-coordinate representation of color #C20777: hue angle of 324.06º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20777 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 119 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.24 |
| HSL | 324.06º | 0.93% | 0.39% | - |
| HSV(B) | 324.06º | 0.96% | 0.76% | - |
| XYZ | 25.65 | 12.95 | 18.6 | - |
| YUV | 75.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 119 | 0 | 0.96 | 0.39 | 0.24 | 324.06 | 0.93 | 0.39 |
| Hex | C2 | 7 | 77 | 0 | 60 | 27 | 18 | 144 | 5D | 27 |
| Octal | 302 | 7 | 167 | 0 | 140 | 47 | 30 | 504 | 135 | 47 |
| Binary | 11000010 | 111 | 1110111 | 0 | 1100000 | 100111 | 11000 | 101000100 | 1011101 | 100111 |
Color Harmonies of #C20777
Complementary color
Monochromatic Colors of #C20777
Black with #C20777
Text Example
Text Example
White with #C20777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20777; }
p { color: rgb(194,7,119); }
H1.HeaderClassName
{
color: #C20777;
}
.AnyTagClassName
{
color: #C20777;
}
</style>
background-color css
<style>
a { background-color: #C20777; }
a { background-color: rgb(194,7,119); }
div.DivClassName
{
background-color: #C20777;
}
.BgClassName
{
background-color: #C20777;
}
</style>
border-color css
<style>
span { border-color: #C20777; }
span { border-color: rgb(194,7,119); }
td.TdClassName
{
border-color: #C20777;
}
.TagClassName
{
border-color: #C20777;
}
</style>