Shades of Medium Violet Red #C91790
Tints of Medium Violet Red #C91790
RGB
CMYK
RGB Variations
Color information
#C91790 (or 0xC91790) is known color: Medium Violet Red. HEX triplet: C9, 17 and 90. RGB value is (201,23,144). Sum of RGB (Red+Green+Blue) = 201+23+144=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C91790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91790 is #36E86F. Grayscale: #595959. Windows color (decimal): -3598448 or 9443273. OLE color: 9443273.
HSL color Cylindrical-coordinate representation of color #C91790: hue angle of 319.21º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91790 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 144 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.21 |
| HSL | 319.21º | 0.79% | 0.44% | - |
| HSV(B) | 319.21º | 0.89% | 0.79% | - |
| XYZ | 29.43 | 15.04 | 27.74 | - |
| YUV | 90.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 144 | 0 | 0.89 | 0.28 | 0.21 | 319.21 | 0.79 | 0.44 |
| Hex | C9 | 17 | 90 | 0 | 59 | 1C | 15 | 13F | 4F | 2C |
| Octal | 311 | 27 | 220 | 0 | 131 | 34 | 25 | 477 | 117 | 54 |
| Binary | 11001001 | 10111 | 10010000 | 0 | 1011001 | 11100 | 10101 | 100111111 | 1001111 | 101100 |
Color Harmonies of #C91790
Complementary color
Monochromatic Colors of #C91790
Black with #C91790
Text Example
Text Example
White with #C91790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91790; }
p { color: rgb(201,23,144); }
H1.HeaderClassName
{
color: #C91790;
}
.AnyTagClassName
{
color: #C91790;
}
</style>
background-color css
<style>
a { background-color: #C91790; }
a { background-color: rgb(201,23,144); }
div.DivClassName
{
background-color: #C91790;
}
.BgClassName
{
background-color: #C91790;
}
</style>
border-color css
<style>
span { border-color: #C91790; }
span { border-color: rgb(201,23,144); }
td.TdClassName
{
border-color: #C91790;
}
.TagClassName
{
border-color: #C91790;
}
</style>