Shades of Medium Violet Red #C80A76
Tints of Medium Violet Red #C80A76
RGB
CMYK
RGB Variations
Color information
#C80A76 (or 0xC80A76) is known color: Medium Violet Red. HEX triplet: C8, 0A and 76. RGB value is (200,10,118). Sum of RGB (Red+Green+Blue) = 200+10+118=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A76 is #37F589. Grayscale: #4E4E4E. Windows color (decimal): -3667338 or 7736008. OLE color: 7736008.
HSL color Cylindrical-coordinate representation of color #C80A76: hue angle of 325.89º degrees, saturation: 0.9, 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 #C80A76 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 118 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.22 |
| HSL | 325.89º | 0.9% | 0.41% | - |
| HSV(B) | 325.89º | 0.95% | 0.78% | - |
| XYZ | 27.2 | 13.8 | 18.37 | - |
| YUV | 79.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 118 | 0 | 0.95 | 0.41 | 0.22 | 325.89 | 0.9 | 0.41 |
| Hex | C8 | A | 76 | 0 | 5F | 29 | 16 | 146 | 5A | 29 |
| Octal | 310 | 12 | 166 | 0 | 137 | 51 | 26 | 506 | 132 | 51 |
| Binary | 11001000 | 1010 | 1110110 | 0 | 1011111 | 101001 | 10110 | 101000110 | 1011010 | 101001 |
Color Harmonies of #C80A76
Complementary color
Monochromatic Colors of #C80A76
Black with #C80A76
Text Example
Text Example
White with #C80A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A76; }
p { color: rgb(200,10,118); }
H1.HeaderClassName
{
color: #C80A76;
}
.AnyTagClassName
{
color: #C80A76;
}
</style>
background-color css
<style>
a { background-color: #C80A76; }
a { background-color: rgb(200,10,118); }
div.DivClassName
{
background-color: #C80A76;
}
.BgClassName
{
background-color: #C80A76;
}
</style>
border-color css
<style>
span { border-color: #C80A76; }
span { border-color: rgb(200,10,118); }
td.TdClassName
{
border-color: #C80A76;
}
.TagClassName
{
border-color: #C80A76;
}
</style>