Shades of Medium Violet Red #C91377
Tints of Medium Violet Red #C91377
RGB
CMYK
RGB Variations
Color information
#C91377 (or 0xC91377) is known color: Medium Violet Red. HEX triplet: C9, 13 and 77. RGB value is (201,19,119). Sum of RGB (Red+Green+Blue) = 201+19+119=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C91377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91377 is #36EC88. Grayscale: #545454. Windows color (decimal): -3599497 or 7803849. OLE color: 7803849.
HSL color Cylindrical-coordinate representation of color #C91377: hue angle of 327.03º 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 #C91377 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 119 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.21 |
| HSL | 327.03º | 0.83% | 0.43% | - |
| HSV(B) | 327.03º | 0.91% | 0.79% | - |
| XYZ | 27.65 | 14.22 | 18.74 | - |
| YUV | 84.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 119 | 0 | 0.91 | 0.41 | 0.21 | 327.03 | 0.83 | 0.43 |
| Hex | C9 | 13 | 77 | 0 | 5B | 29 | 15 | 147 | 53 | 2B |
| Octal | 311 | 23 | 167 | 0 | 133 | 51 | 25 | 507 | 123 | 53 |
| Binary | 11001001 | 10011 | 1110111 | 0 | 1011011 | 101001 | 10101 | 101000111 | 1010011 | 101011 |
Color Harmonies of #C91377
Complementary color
Monochromatic Colors of #C91377
Black with #C91377
Text Example
Text Example
White with #C91377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91377; }
p { color: rgb(201,19,119); }
H1.HeaderClassName
{
color: #C91377;
}
.AnyTagClassName
{
color: #C91377;
}
</style>
background-color css
<style>
a { background-color: #C91377; }
a { background-color: rgb(201,19,119); }
div.DivClassName
{
background-color: #C91377;
}
.BgClassName
{
background-color: #C91377;
}
</style>
border-color css
<style>
span { border-color: #C91377; }
span { border-color: rgb(201,19,119); }
td.TdClassName
{
border-color: #C91377;
}
.TagClassName
{
border-color: #C91377;
}
</style>