Shades of Medium Violet Red #C80979
Tints of Medium Violet Red #C80979
RGB
CMYK
RGB Variations
Color information
#C80979 (or 0xC80979) is known color: Medium Violet Red. HEX triplet: C8, 09 and 79. RGB value is (200,9,121). Sum of RGB (Red+Green+Blue) = 200+9+121=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C80979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80979 is #37F686. Grayscale: #4E4E4E. Windows color (decimal): -3667591 or 7932360. OLE color: 7932360.
HSL color Cylindrical-coordinate representation of color #C80979: hue angle of 324.82º 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 #C80979 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.22 |
| HSL | 324.82º | 0.91% | 0.41% | - |
| HSV(B) | 324.82º | 0.96% | 0.78% | - |
| XYZ | 27.37 | 13.86 | 19.32 | - |
| YUV | 78.88 | 151.78 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 121 | 0 | 0.96 | 0.39 | 0.22 | 324.82 | 0.91 | 0.41 |
| Hex | C8 | 9 | 79 | 0 | 60 | 27 | 16 | 145 | 5B | 29 |
| Octal | 310 | 11 | 171 | 0 | 140 | 47 | 26 | 505 | 133 | 51 |
| Binary | 11001000 | 1001 | 1111001 | 0 | 1100000 | 100111 | 10110 | 101000101 | 1011011 | 101001 |
Color Harmonies of #C80979
Complementary color
Monochromatic Colors of #C80979
Black with #C80979
Text Example
Text Example
White with #C80979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80979; }
p { color: rgb(200,9,121); }
H1.HeaderClassName
{
color: #C80979;
}
.AnyTagClassName
{
color: #C80979;
}
</style>
background-color css
<style>
a { background-color: #C80979; }
a { background-color: rgb(200,9,121); }
div.DivClassName
{
background-color: #C80979;
}
.BgClassName
{
background-color: #C80979;
}
</style>
border-color css
<style>
span { border-color: #C80979; }
span { border-color: rgb(200,9,121); }
td.TdClassName
{
border-color: #C80979;
}
.TagClassName
{
border-color: #C80979;
}
</style>