Shades of Medium Violet Red #C80978
Tints of Medium Violet Red #C80978
RGB
CMYK
RGB Variations
Color information
#C80978 (or 0xC80978) is known color: Medium Violet Red. HEX triplet: C8, 09 and 78. RGB value is (200,9,120). Sum of RGB (Red+Green+Blue) = 200+9+120=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C80978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80978 is #37F687. Grayscale: #4E4E4E. Windows color (decimal): -3667592 or 7866824. OLE color: 7866824.
HSL color Cylindrical-coordinate representation of color #C80978: hue angle of 325.13º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80978 is Cyan = 0, Magento = 0.96, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.4 | 0.22 |
| HSL | 325.13º | 0.91% | 0.41% | - |
| HSV(B) | 325.13º | 0.96% | 0.78% | - |
| XYZ | 27.31 | 13.83 | 19 | - |
| YUV | 78.76 | 151.28 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 120 | 0 | 0.96 | 0.4 | 0.22 | 325.13 | 0.91 | 0.41 |
| Hex | C8 | 9 | 78 | 0 | 60 | 28 | 16 | 145 | 5B | 29 |
| Octal | 310 | 11 | 170 | 0 | 140 | 50 | 26 | 505 | 133 | 51 |
| Binary | 11001000 | 1001 | 1111000 | 0 | 1100000 | 101000 | 10110 | 101000101 | 1011011 | 101001 |
Color Harmonies of #C80978
Complementary color
Monochromatic Colors of #C80978
Black with #C80978
Text Example
Text Example
White with #C80978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80978; }
p { color: rgb(200,9,120); }
H1.HeaderClassName
{
color: #C80978;
}
.AnyTagClassName
{
color: #C80978;
}
</style>
background-color css
<style>
a { background-color: #C80978; }
a { background-color: rgb(200,9,120); }
div.DivClassName
{
background-color: #C80978;
}
.BgClassName
{
background-color: #C80978;
}
</style>
border-color css
<style>
span { border-color: #C80978; }
span { border-color: rgb(200,9,120); }
td.TdClassName
{
border-color: #C80978;
}
.TagClassName
{
border-color: #C80978;
}
</style>