Shades of Medium Violet Red #C91178
Tints of Medium Violet Red #C91178
RGB
CMYK
RGB Variations
Color information
#C91178 (or 0xC91178) is known color: Medium Violet Red. HEX triplet: C9, 11 and 78. RGB value is (201,17,120). Sum of RGB (Red+Green+Blue) = 201+17+120=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C91178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91178 is #36EE87. Grayscale: #535353. Windows color (decimal): -3600008 or 7868873. OLE color: 7868873.
HSL color Cylindrical-coordinate representation of color #C91178: hue angle of 326.41º 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 #C91178 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 120 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.21 |
| HSL | 326.41º | 0.84% | 0.43% | - |
| HSV(B) | 326.41º | 0.92% | 0.79% | - |
| XYZ | 27.68 | 14.17 | 19.05 | - |
| YUV | 83.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 120 | 0 | 0.92 | 0.40 | 0.21 | 326.41 | 0.84 | 0.43 |
| Hex | C9 | 11 | 78 | 0 | 5C | 28 | 15 | 146 | 54 | 2B |
| Octal | 311 | 21 | 170 | 0 | 134 | 50 | 25 | 506 | 124 | 53 |
| Binary | 11001001 | 10001 | 1111000 | 0 | 1011100 | 101000 | 10101 | 101000110 | 1010100 | 101011 |
Color Harmonies of #C91178
Complementary color
Monochromatic Colors of #C91178
Black with #C91178
Text Example
Text Example
White with #C91178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91178; }
p { color: rgb(201,17,120); }
H1.HeaderClassName
{
color: #C91178;
}
.AnyTagClassName
{
color: #C91178;
}
</style>
background-color css
<style>
a { background-color: #C91178; }
a { background-color: rgb(201,17,120); }
div.DivClassName
{
background-color: #C91178;
}
.BgClassName
{
background-color: #C91178;
}
</style>
border-color css
<style>
span { border-color: #C91178; }
span { border-color: rgb(201,17,120); }
td.TdClassName
{
border-color: #C91178;
}
.TagClassName
{
border-color: #C91178;
}
</style>