Shades of Medium Violet Red #C91584
Tints of Medium Violet Red #C91584
RGB
CMYK
RGB Variations
Color information
#C91584 (or 0xC91584) is known color: Medium Violet Red. HEX triplet: C9, 15 and 84. RGB value is (201,21,132). Sum of RGB (Red+Green+Blue) = 201+21+132=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C91584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91584 is #36EA7B. Grayscale: #575757. Windows color (decimal): -3598972 or 8656329. OLE color: 8656329.
HSL color Cylindrical-coordinate representation of color #C91584: hue angle of 323º 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 #C91584 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 132 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.21 |
| HSL | 323º | 0.81% | 0.44% | - |
| HSV(B) | 323º | 0.9% | 0.79% | - |
| XYZ | 28.52 | 14.62 | 23.15 | - |
| YUV | 87.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 132 | 0 | 0.90 | 0.34 | 0.21 | 323 | 0.81 | 0.44 |
| Hex | C9 | 15 | 84 | 0 | 5A | 22 | 15 | 143 | 51 | 2C |
| Octal | 311 | 25 | 204 | 0 | 132 | 42 | 25 | 503 | 121 | 54 |
| Binary | 11001001 | 10101 | 10000100 | 0 | 1011010 | 100010 | 10101 | 101000011 | 1010001 | 101100 |
Color Harmonies of #C91584
Complementary color
Monochromatic Colors of #C91584
Black with #C91584
Text Example
Text Example
White with #C91584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91584; }
p { color: rgb(201,21,132); }
H1.HeaderClassName
{
color: #C91584;
}
.AnyTagClassName
{
color: #C91584;
}
</style>
background-color css
<style>
a { background-color: #C91584; }
a { background-color: rgb(201,21,132); }
div.DivClassName
{
background-color: #C91584;
}
.BgClassName
{
background-color: #C91584;
}
</style>
border-color css
<style>
span { border-color: #C91584; }
span { border-color: rgb(201,21,132); }
td.TdClassName
{
border-color: #C91584;
}
.TagClassName
{
border-color: #C91584;
}
</style>