Shades of Medium Violet Red #C91173
Tints of Medium Violet Red #C91173
RGB
CMYK
RGB Variations
Color information
#C91173 (or 0xC91173) is known color: Medium Violet Red. HEX triplet: C9, 11 and 73. RGB value is (201,17,115). Sum of RGB (Red+Green+Blue) = 201+17+115=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C91173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91173 is #36EE8C. Grayscale: #525252. Windows color (decimal): -3600013 or 7541193. OLE color: 7541193.
HSL color Cylindrical-coordinate representation of color #C91173: hue angle of 328.04º 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 #C91173 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 115 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.21 |
| HSL | 328.04º | 0.84% | 0.43% | - |
| HSV(B) | 328.04º | 0.92% | 0.79% | - |
| XYZ | 27.38 | 14.06 | 17.49 | - |
| YUV | 83.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 115 | 0 | 0.92 | 0.43 | 0.21 | 328.04 | 0.84 | 0.43 |
| Hex | C9 | 11 | 73 | 0 | 5C | 2B | 15 | 148 | 54 | 2B |
| Octal | 311 | 21 | 163 | 0 | 134 | 53 | 25 | 510 | 124 | 53 |
| Binary | 11001001 | 10001 | 1110011 | 0 | 1011100 | 101011 | 10101 | 101001000 | 1010100 | 101011 |
Color Harmonies of #C91173
Complementary color
Monochromatic Colors of #C91173
Black with #C91173
Text Example
Text Example
White with #C91173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91173; }
p { color: rgb(201,17,115); }
H1.HeaderClassName
{
color: #C91173;
}
.AnyTagClassName
{
color: #C91173;
}
</style>
background-color css
<style>
a { background-color: #C91173; }
a { background-color: rgb(201,17,115); }
div.DivClassName
{
background-color: #C91173;
}
.BgClassName
{
background-color: #C91173;
}
</style>
border-color css
<style>
span { border-color: #C91173; }
span { border-color: rgb(201,17,115); }
td.TdClassName
{
border-color: #C91173;
}
.TagClassName
{
border-color: #C91173;
}
</style>