Shades of Medium Violet Red #C91076
Tints of Medium Violet Red #C91076
RGB
CMYK
RGB Variations
Color information
#C91076 (or 0xC91076) is known color: Medium Violet Red. HEX triplet: C9, 10 and 76. RGB value is (201,16,118). Sum of RGB (Red+Green+Blue) = 201+16+118=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C91076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91076 is #36EF89. Grayscale: #525252. Windows color (decimal): -3600266 or 7737545. OLE color: 7737545.
HSL color Cylindrical-coordinate representation of color #C91076: hue angle of 326.92º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91076 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 118 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.21 |
| HSL | 326.92º | 0.85% | 0.43% | - |
| HSV(B) | 326.92º | 0.92% | 0.79% | - |
| XYZ | 27.54 | 14.1 | 18.41 | - |
| YUV | 82.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 118 | 0 | 0.92 | 0.41 | 0.21 | 326.92 | 0.85 | 0.43 |
| Hex | C9 | 10 | 76 | 0 | 5C | 29 | 15 | 147 | 55 | 2B |
| Octal | 311 | 20 | 166 | 0 | 134 | 51 | 25 | 507 | 125 | 53 |
| Binary | 11001001 | 10000 | 1110110 | 0 | 1011100 | 101001 | 10101 | 101000111 | 1010101 | 101011 |
Color Harmonies of #C91076
Complementary color
Monochromatic Colors of #C91076
Black with #C91076
Text Example
Text Example
White with #C91076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91076; }
p { color: rgb(201,16,118); }
H1.HeaderClassName
{
color: #C91076;
}
.AnyTagClassName
{
color: #C91076;
}
</style>
background-color css
<style>
a { background-color: #C91076; }
a { background-color: rgb(201,16,118); }
div.DivClassName
{
background-color: #C91076;
}
.BgClassName
{
background-color: #C91076;
}
</style>
border-color css
<style>
span { border-color: #C91076; }
span { border-color: rgb(201,16,118); }
td.TdClassName
{
border-color: #C91076;
}
.TagClassName
{
border-color: #C91076;
}
</style>