Shades of Medium Violet Red #C91588
Tints of Medium Violet Red #C91588
RGB
CMYK
RGB Variations
Color information
#C91588 (or 0xC91588) is known color: Medium Violet Red. HEX triplet: C9, 15 and 88. RGB value is (201,21,136). Sum of RGB (Red+Green+Blue) = 201+21+136=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C91588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91588 is #36EA77. Grayscale: #575757. Windows color (decimal): -3598968 or 8918473. OLE color: 8918473.
HSL color Cylindrical-coordinate representation of color #C91588: hue angle of 321.67º 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 #C91588 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 136 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.21 |
| HSL | 321.67º | 0.81% | 0.44% | - |
| HSV(B) | 321.67º | 0.9% | 0.79% | - |
| XYZ | 28.8 | 14.73 | 24.62 | - |
| YUV | 87.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 136 | 0 | 0.90 | 0.32 | 0.21 | 321.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | 88 | 0 | 5A | 20 | 15 | 142 | 51 | 2C |
| Octal | 311 | 25 | 210 | 0 | 132 | 40 | 25 | 502 | 121 | 54 |
| Binary | 11001001 | 10101 | 10001000 | 0 | 1011010 | 100000 | 10101 | 101000010 | 1010001 | 101100 |
Color Harmonies of #C91588
Complementary color
Monochromatic Colors of #C91588
Black with #C91588
Text Example
Text Example
White with #C91588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91588; }
p { color: rgb(201,21,136); }
H1.HeaderClassName
{
color: #C91588;
}
.AnyTagClassName
{
color: #C91588;
}
</style>
background-color css
<style>
a { background-color: #C91588; }
a { background-color: rgb(201,21,136); }
div.DivClassName
{
background-color: #C91588;
}
.BgClassName
{
background-color: #C91588;
}
</style>
border-color css
<style>
span { border-color: #C91588; }
span { border-color: rgb(201,21,136); }
td.TdClassName
{
border-color: #C91588;
}
.TagClassName
{
border-color: #C91588;
}
</style>