Shades of Medium Violet Red #C91490
Tints of Medium Violet Red #C91490
RGB
CMYK
RGB Variations
Color information
#C91490 (or 0xC91490) is known color: Medium Violet Red. HEX triplet: C9, 14 and 90. RGB value is (201,20,144). Sum of RGB (Red+Green+Blue) = 201+20+144=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C91490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91490 is #36EB6F. Grayscale: #575757. Windows color (decimal): -3599216 or 9442505. OLE color: 9442505.
HSL color Cylindrical-coordinate representation of color #C91490: hue angle of 318.9º 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 #C91490 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 144 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.21 |
| HSL | 318.9º | 0.82% | 0.43% | - |
| HSV(B) | 318.9º | 0.9% | 0.79% | - |
| XYZ | 29.37 | 14.93 | 27.72 | - |
| YUV | 88.26 | 159.47 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 144 | 0 | 0.90 | 0.28 | 0.21 | 318.9 | 0.82 | 0.43 |
| Hex | C9 | 14 | 90 | 0 | 5A | 1C | 15 | 13F | 52 | 2B |
| Octal | 311 | 24 | 220 | 0 | 132 | 34 | 25 | 477 | 122 | 53 |
| Binary | 11001001 | 10100 | 10010000 | 0 | 1011010 | 11100 | 10101 | 100111111 | 1010010 | 101011 |
Color Harmonies of #C91490
Complementary color
Monochromatic Colors of #C91490
Black with #C91490
Text Example
Text Example
White with #C91490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91490; }
p { color: rgb(201,20,144); }
H1.HeaderClassName
{
color: #C91490;
}
.AnyTagClassName
{
color: #C91490;
}
</style>
background-color css
<style>
a { background-color: #C91490; }
a { background-color: rgb(201,20,144); }
div.DivClassName
{
background-color: #C91490;
}
.BgClassName
{
background-color: #C91490;
}
</style>
border-color css
<style>
span { border-color: #C91490; }
span { border-color: rgb(201,20,144); }
td.TdClassName
{
border-color: #C91490;
}
.TagClassName
{
border-color: #C91490;
}
</style>