Shades of Medium Violet Red #C91577
Tints of Medium Violet Red #C91577
RGB
CMYK
RGB Variations
Color information
#C91577 (or 0xC91577) is known color: Medium Violet Red. HEX triplet: C9, 15 and 77. RGB value is (201,21,119). Sum of RGB (Red+Green+Blue) = 201+21+119=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C91577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91577 is #36EA88. Grayscale: #555555. Windows color (decimal): -3598985 or 7804361. OLE color: 7804361.
HSL color Cylindrical-coordinate representation of color #C91577: hue angle of 327.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91577 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 119 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.21 |
| HSL | 327.33º | 0.81% | 0.44% | - |
| HSV(B) | 327.33º | 0.9% | 0.79% | - |
| XYZ | 27.69 | 14.29 | 18.75 | - |
| YUV | 85.99 | 146.63 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 119 | 0 | 0.90 | 0.41 | 0.21 | 327.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | 77 | 0 | 5A | 29 | 15 | 147 | 51 | 2C |
| Octal | 311 | 25 | 167 | 0 | 132 | 51 | 25 | 507 | 121 | 54 |
| Binary | 11001001 | 10101 | 1110111 | 0 | 1011010 | 101001 | 10101 | 101000111 | 1010001 | 101100 |
Color Harmonies of #C91577
Complementary color
Monochromatic Colors of #C91577
Black with #C91577
Text Example
Text Example
White with #C91577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91577; }
p { color: rgb(201,21,119); }
H1.HeaderClassName
{
color: #C91577;
}
.AnyTagClassName
{
color: #C91577;
}
</style>
background-color css
<style>
a { background-color: #C91577; }
a { background-color: rgb(201,21,119); }
div.DivClassName
{
background-color: #C91577;
}
.BgClassName
{
background-color: #C91577;
}
</style>
border-color css
<style>
span { border-color: #C91577; }
span { border-color: rgb(201,21,119); }
td.TdClassName
{
border-color: #C91577;
}
.TagClassName
{
border-color: #C91577;
}
</style>