Shades of Medium Violet Red #C80677
Tints of Medium Violet Red #C80677
RGB
CMYK
RGB Variations
Color information
#C80677 (or 0xC80677) is known color: Medium Violet Red. HEX triplet: C8, 06 and 77. RGB value is (200,6,119). Sum of RGB (Red+Green+Blue) = 200+6+119=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C80677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80677 is #37F988. Grayscale: #4C4C4C. Windows color (decimal): -3668361 or 7800520. OLE color: 7800520.
HSL color Cylindrical-coordinate representation of color #C80677: hue angle of 325.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80677 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 119 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.22 |
| HSL | 325.05º | 0.94% | 0.4% | - |
| HSV(B) | 325.05º | 0.97% | 0.78% | - |
| XYZ | 27.21 | 13.74 | 18.67 | - |
| YUV | 76.89 | 151.77 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 119 | 0 | 0.97 | 0.40 | 0.22 | 325.05 | 0.94 | 0.4 |
| Hex | C8 | 6 | 77 | 0 | 61 | 28 | 16 | 145 | 5E | 28 |
| Octal | 310 | 6 | 167 | 0 | 141 | 50 | 26 | 505 | 136 | 50 |
| Binary | 11001000 | 110 | 1110111 | 0 | 1100001 | 101000 | 10110 | 101000101 | 1011110 | 101000 |
Color Harmonies of #C80677
Complementary color
Monochromatic Colors of #C80677
Black with #C80677
Text Example
Text Example
White with #C80677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80677; }
p { color: rgb(200,6,119); }
H1.HeaderClassName
{
color: #C80677;
}
.AnyTagClassName
{
color: #C80677;
}
</style>
background-color css
<style>
a { background-color: #C80677; }
a { background-color: rgb(200,6,119); }
div.DivClassName
{
background-color: #C80677;
}
.BgClassName
{
background-color: #C80677;
}
</style>
border-color css
<style>
span { border-color: #C80677; }
span { border-color: rgb(200,6,119); }
td.TdClassName
{
border-color: #C80677;
}
.TagClassName
{
border-color: #C80677;
}
</style>