Shades of Medium Violet Red #C80797
Tints of Medium Violet Red #C80797
RGB
CMYK
RGB Variations
Color information
#C80797 (or 0xC80797) is known color: Medium Violet Red. HEX triplet: C8, 07 and 97. RGB value is (200,7,151). Sum of RGB (Red+Green+Blue) = 200+7+151=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C80797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80797 is #37F868. Grayscale: #505050. Windows color (decimal): -3668073 or 9897928. OLE color: 9897928.
HSL color Cylindrical-coordinate representation of color #C80797: hue angle of 315.23º 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 #C80797 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 151 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.22 |
| HSL | 315.23º | 0.93% | 0.41% | - |
| HSV(B) | 315.23º | 0.97% | 0.78% | - |
| XYZ | 29.48 | 14.67 | 30.56 | - |
| YUV | 81.12 | 167.44 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 151 | 0 | 0.96 | 0.24 | 0.22 | 315.23 | 0.93 | 0.41 |
| Hex | C8 | 7 | 97 | 0 | 60 | 18 | 16 | 13B | 5D | 29 |
| Octal | 310 | 7 | 227 | 0 | 140 | 30 | 26 | 473 | 135 | 51 |
| Binary | 11001000 | 111 | 10010111 | 0 | 1100000 | 11000 | 10110 | 100111011 | 1011101 | 101001 |
Color Harmonies of #C80797
Complementary color
Monochromatic Colors of #C80797
Black with #C80797
Text Example
Text Example
White with #C80797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80797; }
p { color: rgb(200,7,151); }
H1.HeaderClassName
{
color: #C80797;
}
.AnyTagClassName
{
color: #C80797;
}
</style>
background-color css
<style>
a { background-color: #C80797; }
a { background-color: rgb(200,7,151); }
div.DivClassName
{
background-color: #C80797;
}
.BgClassName
{
background-color: #C80797;
}
</style>
border-color css
<style>
span { border-color: #C80797; }
span { border-color: rgb(200,7,151); }
td.TdClassName
{
border-color: #C80797;
}
.TagClassName
{
border-color: #C80797;
}
</style>