Shades of Medium Violet Red #C81176
Tints of Medium Violet Red #C81176
RGB
CMYK
RGB Variations
Color information
#C81176 (or 0xC81176) is known color: Medium Violet Red. HEX triplet: C8, 11 and 76. RGB value is (200,17,118). Sum of RGB (Red+Green+Blue) = 200+17+118=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C81176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81176 is #37EE89. Grayscale: #535353. Windows color (decimal): -3665546 or 7737800. OLE color: 7737800.
HSL color Cylindrical-coordinate representation of color #C81176: hue angle of 326.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81176 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 118 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.22 |
| HSL | 326.89º | 0.84% | 0.43% | - |
| HSV(B) | 326.89º | 0.92% | 0.78% | - |
| XYZ | 27.29 | 13.99 | 18.4 | - |
| YUV | 83.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 118 | 0 | 0.92 | 0.41 | 0.22 | 326.89 | 0.84 | 0.43 |
| Hex | C8 | 11 | 76 | 0 | 5C | 29 | 16 | 147 | 54 | 2B |
| Octal | 310 | 21 | 166 | 0 | 134 | 51 | 26 | 507 | 124 | 53 |
| Binary | 11001000 | 10001 | 1110110 | 0 | 1011100 | 101001 | 10110 | 101000111 | 1010100 | 101011 |
Color Harmonies of #C81176
Complementary color
Monochromatic Colors of #C81176
Black with #C81176
Text Example
Text Example
White with #C81176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81176; }
p { color: rgb(200,17,118); }
H1.HeaderClassName
{
color: #C81176;
}
.AnyTagClassName
{
color: #C81176;
}
</style>
background-color css
<style>
a { background-color: #C81176; }
a { background-color: rgb(200,17,118); }
div.DivClassName
{
background-color: #C81176;
}
.BgClassName
{
background-color: #C81176;
}
</style>
border-color css
<style>
span { border-color: #C81176; }
span { border-color: rgb(200,17,118); }
td.TdClassName
{
border-color: #C81176;
}
.TagClassName
{
border-color: #C81176;
}
</style>