Shades of Medium Violet Red #C91388
Tints of Medium Violet Red #C91388
RGB
CMYK
RGB Variations
Color information
#C91388 (or 0xC91388) is known color: Medium Violet Red. HEX triplet: C9, 13 and 88. RGB value is (201,19,136). Sum of RGB (Red+Green+Blue) = 201+19+136=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C91388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91388 is #36EC77. Grayscale: #565656. Windows color (decimal): -3599480 or 8917961. OLE color: 8917961.
HSL color Cylindrical-coordinate representation of color #C91388: hue angle of 321.43º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91388 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 136 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.21 |
| HSL | 321.43º | 0.83% | 0.43% | - |
| HSV(B) | 321.43º | 0.91% | 0.79% | - |
| XYZ | 28.76 | 14.66 | 24.61 | - |
| YUV | 86.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 136 | 0 | 0.91 | 0.32 | 0.21 | 321.43 | 0.83 | 0.43 |
| Hex | C9 | 13 | 88 | 0 | 5B | 20 | 15 | 141 | 53 | 2B |
| Octal | 311 | 23 | 210 | 0 | 133 | 40 | 25 | 501 | 123 | 53 |
| Binary | 11001001 | 10011 | 10001000 | 0 | 1011011 | 100000 | 10101 | 101000001 | 1010011 | 101011 |
Color Harmonies of #C91388
Complementary color
Monochromatic Colors of #C91388
Black with #C91388
Text Example
Text Example
White with #C91388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91388; }
p { color: rgb(201,19,136); }
H1.HeaderClassName
{
color: #C91388;
}
.AnyTagClassName
{
color: #C91388;
}
</style>
background-color css
<style>
a { background-color: #C91388; }
a { background-color: rgb(201,19,136); }
div.DivClassName
{
background-color: #C91388;
}
.BgClassName
{
background-color: #C91388;
}
</style>
border-color css
<style>
span { border-color: #C91388; }
span { border-color: rgb(201,19,136); }
td.TdClassName
{
border-color: #C91388;
}
.TagClassName
{
border-color: #C91388;
}
</style>