Shades of Medium Violet Red #C91477
Tints of Medium Violet Red #C91477
RGB
CMYK
RGB Variations
Color information
#C91477 (or 0xC91477) is known color: Medium Violet Red. HEX triplet: C9, 14 and 77. RGB value is (201,20,119). Sum of RGB (Red+Green+Blue) = 201+20+119=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C91477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91477 is #36EB88. Grayscale: #555555. Windows color (decimal): -3599241 or 7804105. OLE color: 7804105.
HSL color Cylindrical-coordinate representation of color #C91477: hue angle of 327.18º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91477 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 119 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.21 |
| HSL | 327.18º | 0.82% | 0.43% | - |
| HSV(B) | 327.18º | 0.9% | 0.79% | - |
| XYZ | 27.67 | 14.25 | 18.75 | - |
| YUV | 85.41 | 146.97 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 119 | 0 | 0.90 | 0.41 | 0.21 | 327.18 | 0.82 | 0.43 |
| Hex | C9 | 14 | 77 | 0 | 5A | 29 | 15 | 147 | 52 | 2B |
| Octal | 311 | 24 | 167 | 0 | 132 | 51 | 25 | 507 | 122 | 53 |
| Binary | 11001001 | 10100 | 1110111 | 0 | 1011010 | 101001 | 10101 | 101000111 | 1010010 | 101011 |
Color Harmonies of #C91477
Complementary color
Monochromatic Colors of #C91477
Black with #C91477
Text Example
Text Example
White with #C91477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91477; }
p { color: rgb(201,20,119); }
H1.HeaderClassName
{
color: #C91477;
}
.AnyTagClassName
{
color: #C91477;
}
</style>
background-color css
<style>
a { background-color: #C91477; }
a { background-color: rgb(201,20,119); }
div.DivClassName
{
background-color: #C91477;
}
.BgClassName
{
background-color: #C91477;
}
</style>
border-color css
<style>
span { border-color: #C91477; }
span { border-color: rgb(201,20,119); }
td.TdClassName
{
border-color: #C91477;
}
.TagClassName
{
border-color: #C91477;
}
</style>