Shades of Medium Violet Red #C91371
Tints of Medium Violet Red #C91371
RGB
CMYK
RGB Variations
Color information
#C91371 (or 0xC91371) is known color: Medium Violet Red. HEX triplet: C9, 13 and 71. RGB value is (201,19,113). Sum of RGB (Red+Green+Blue) = 201+19+113=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C91371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91371 is #36EC8E. Grayscale: #535353. Windows color (decimal): -3599503 or 7410633. OLE color: 7410633.
HSL color Cylindrical-coordinate representation of color #C91371: hue angle of 329.01º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91371 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 113 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.21 |
| HSL | 329.01º | 0.83% | 0.43% | - |
| HSV(B) | 329.01º | 0.91% | 0.79% | - |
| XYZ | 27.3 | 14.08 | 16.9 | - |
| YUV | 84.13 | 144.3 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 113 | 0 | 0.91 | 0.44 | 0.21 | 329.01 | 0.83 | 0.43 |
| Hex | C9 | 13 | 71 | 0 | 5B | 2C | 15 | 149 | 53 | 2B |
| Octal | 311 | 23 | 161 | 0 | 133 | 54 | 25 | 511 | 123 | 53 |
| Binary | 11001001 | 10011 | 1110001 | 0 | 1011011 | 101100 | 10101 | 101001001 | 1010011 | 101011 |
Color Harmonies of #C91371
Complementary color
Monochromatic Colors of #C91371
Black with #C91371
Text Example
Text Example
White with #C91371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91371; }
p { color: rgb(201,19,113); }
H1.HeaderClassName
{
color: #C91371;
}
.AnyTagClassName
{
color: #C91371;
}
</style>
background-color css
<style>
a { background-color: #C91371; }
a { background-color: rgb(201,19,113); }
div.DivClassName
{
background-color: #C91371;
}
.BgClassName
{
background-color: #C91371;
}
</style>
border-color css
<style>
span { border-color: #C91371; }
span { border-color: rgb(201,19,113); }
td.TdClassName
{
border-color: #C91371;
}
.TagClassName
{
border-color: #C91371;
}
</style>