Shades of Medium Violet Red #C80B79
Tints of Medium Violet Red #C80B79
RGB
CMYK
RGB Variations
Color information
#C80B79 (or 0xC80B79) is known color: Medium Violet Red. HEX triplet: C8, 0B and 79. RGB value is (200,11,121). Sum of RGB (Red+Green+Blue) = 200+11+121=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B79 is #37F486. Grayscale: #4F4F4F. Windows color (decimal): -3667079 or 7932872. OLE color: 7932872.
HSL color Cylindrical-coordinate representation of color #C80B79: hue angle of 325.08º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B79 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 121 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.22 |
| HSL | 325.08º | 0.9% | 0.41% | - |
| HSV(B) | 325.08º | 0.95% | 0.78% | - |
| XYZ | 27.39 | 13.9 | 19.33 | - |
| YUV | 80.05 | 151.12 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 121 | 0 | 0.94 | 0.39 | 0.22 | 325.08 | 0.9 | 0.41 |
| Hex | C8 | B | 79 | 0 | 5E | 27 | 16 | 145 | 5A | 29 |
| Octal | 310 | 13 | 171 | 0 | 136 | 47 | 26 | 505 | 132 | 51 |
| Binary | 11001000 | 1011 | 1111001 | 0 | 1011110 | 100111 | 10110 | 101000101 | 1011010 | 101001 |
Color Harmonies of #C80B79
Complementary color
Monochromatic Colors of #C80B79
Black with #C80B79
Text Example
Text Example
White with #C80B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B79; }
p { color: rgb(200,11,121); }
H1.HeaderClassName
{
color: #C80B79;
}
.AnyTagClassName
{
color: #C80B79;
}
</style>
background-color css
<style>
a { background-color: #C80B79; }
a { background-color: rgb(200,11,121); }
div.DivClassName
{
background-color: #C80B79;
}
.BgClassName
{
background-color: #C80B79;
}
</style>
border-color css
<style>
span { border-color: #C80B79; }
span { border-color: rgb(200,11,121); }
td.TdClassName
{
border-color: #C80B79;
}
.TagClassName
{
border-color: #C80B79;
}
</style>