Shades of Medium Violet Red #C81076
Tints of Medium Violet Red #C81076
RGB
CMYK
RGB Variations
Color information
#C81076 (or 0xC81076) is known color: Medium Violet Red. HEX triplet: C8, 10 and 76. RGB value is (200,16,118). Sum of RGB (Red+Green+Blue) = 200+16+118=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C81076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81076 is #37EF89. Grayscale: #525252. Windows color (decimal): -3665802 or 7737544. OLE color: 7737544.
HSL color Cylindrical-coordinate representation of color #C81076: hue angle of 326.74º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81076 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 118 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.22 |
| HSL | 326.74º | 0.85% | 0.42% | - |
| HSV(B) | 326.74º | 0.92% | 0.78% | - |
| XYZ | 27.27 | 13.96 | 18.4 | - |
| YUV | 82.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 118 | 0 | 0.92 | 0.41 | 0.22 | 326.74 | 0.85 | 0.42 |
| Hex | C8 | 10 | 76 | 0 | 5C | 29 | 16 | 147 | 55 | 2A |
| Octal | 310 | 20 | 166 | 0 | 134 | 51 | 26 | 507 | 125 | 52 |
| Binary | 11001000 | 10000 | 1110110 | 0 | 1011100 | 101001 | 10110 | 101000111 | 1010101 | 101010 |
Color Harmonies of #C81076
Complementary color
Monochromatic Colors of #C81076
Black with #C81076
Text Example
Text Example
White with #C81076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81076; }
p { color: rgb(200,16,118); }
H1.HeaderClassName
{
color: #C81076;
}
.AnyTagClassName
{
color: #C81076;
}
</style>
background-color css
<style>
a { background-color: #C81076; }
a { background-color: rgb(200,16,118); }
div.DivClassName
{
background-color: #C81076;
}
.BgClassName
{
background-color: #C81076;
}
</style>
border-color css
<style>
span { border-color: #C81076; }
span { border-color: rgb(200,16,118); }
td.TdClassName
{
border-color: #C81076;
}
.TagClassName
{
border-color: #C81076;
}
</style>