Shades of Medium Violet Red #C80777
Tints of Medium Violet Red #C80777
RGB
CMYK
RGB Variations
Color information
#C80777 (or 0xC80777) is known color: Medium Violet Red. HEX triplet: C8, 07 and 77. RGB value is (200,7,119). Sum of RGB (Red+Green+Blue) = 200+7+119=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C80777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80777 is #37F888. Grayscale: #4D4D4D. Windows color (decimal): -3668105 or 7800776. OLE color: 7800776.
HSL color Cylindrical-coordinate representation of color #C80777: hue angle of 325.18º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80777 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 119 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.22 |
| HSL | 325.18º | 0.93% | 0.41% | - |
| HSV(B) | 325.18º | 0.97% | 0.78% | - |
| XYZ | 27.23 | 13.76 | 18.67 | - |
| YUV | 77.48 | 151.44 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 119 | 0 | 0.96 | 0.40 | 0.22 | 325.18 | 0.93 | 0.41 |
| Hex | C8 | 7 | 77 | 0 | 60 | 28 | 16 | 145 | 5D | 29 |
| Octal | 310 | 7 | 167 | 0 | 140 | 50 | 26 | 505 | 135 | 51 |
| Binary | 11001000 | 111 | 1110111 | 0 | 1100000 | 101000 | 10110 | 101000101 | 1011101 | 101001 |
Color Harmonies of #C80777
Complementary color
Monochromatic Colors of #C80777
Black with #C80777
Text Example
Text Example
White with #C80777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80777; }
p { color: rgb(200,7,119); }
H1.HeaderClassName
{
color: #C80777;
}
.AnyTagClassName
{
color: #C80777;
}
</style>
background-color css
<style>
a { background-color: #C80777; }
a { background-color: rgb(200,7,119); }
div.DivClassName
{
background-color: #C80777;
}
.BgClassName
{
background-color: #C80777;
}
</style>
border-color css
<style>
span { border-color: #C80777; }
span { border-color: rgb(200,7,119); }
td.TdClassName
{
border-color: #C80777;
}
.TagClassName
{
border-color: #C80777;
}
</style>