Shades of Medium Violet Red #C91179
Tints of Medium Violet Red #C91179
RGB
CMYK
RGB Variations
Color information
#C91179 (or 0xC91179) is known color: Medium Violet Red. HEX triplet: C9, 11 and 79. RGB value is (201,17,121). Sum of RGB (Red+Green+Blue) = 201+17+121=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C91179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91179 is #36EE86. Grayscale: #535353. Windows color (decimal): -3600007 or 7934409. OLE color: 7934409.
HSL color Cylindrical-coordinate representation of color #C91179: hue angle of 326.09º degrees, saturation: 0.84, 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 #C91179 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.21 |
| HSL | 326.09º | 0.84% | 0.43% | - |
| HSV(B) | 326.09º | 0.92% | 0.79% | - |
| XYZ | 27.74 | 14.2 | 19.37 | - |
| YUV | 83.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 121 | 0 | 0.92 | 0.40 | 0.21 | 326.09 | 0.84 | 0.43 |
| Hex | C9 | 11 | 79 | 0 | 5C | 28 | 15 | 146 | 54 | 2B |
| Octal | 311 | 21 | 171 | 0 | 134 | 50 | 25 | 506 | 124 | 53 |
| Binary | 11001001 | 10001 | 1111001 | 0 | 1011100 | 101000 | 10101 | 101000110 | 1010100 | 101011 |
Color Harmonies of #C91179
Complementary color
Monochromatic Colors of #C91179
Black with #C91179
Text Example
Text Example
White with #C91179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91179; }
p { color: rgb(201,17,121); }
H1.HeaderClassName
{
color: #C91179;
}
.AnyTagClassName
{
color: #C91179;
}
</style>
background-color css
<style>
a { background-color: #C91179; }
a { background-color: rgb(201,17,121); }
div.DivClassName
{
background-color: #C91179;
}
.BgClassName
{
background-color: #C91179;
}
</style>
border-color css
<style>
span { border-color: #C91179; }
span { border-color: rgb(201,17,121); }
td.TdClassName
{
border-color: #C91179;
}
.TagClassName
{
border-color: #C91179;
}
</style>