Shades of Medium Violet Red #C91387
Tints of Medium Violet Red #C91387
RGB
CMYK
RGB Variations
Color information
#C91387 (or 0xC91387) is known color: Medium Violet Red. HEX triplet: C9, 13 and 87. RGB value is (201,19,135). Sum of RGB (Red+Green+Blue) = 201+19+135=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C91387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91387 is #36EC78. Grayscale: #565656. Windows color (decimal): -3599481 or 8852425. OLE color: 8852425.
HSL color Cylindrical-coordinate representation of color #C91387: hue angle of 321.76º 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 #C91387 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 135 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.21 |
| HSL | 321.76º | 0.83% | 0.43% | - |
| HSV(B) | 321.76º | 0.91% | 0.79% | - |
| XYZ | 28.69 | 14.63 | 24.23 | - |
| YUV | 86.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 135 | 0 | 0.91 | 0.33 | 0.21 | 321.76 | 0.83 | 0.43 |
| Hex | C9 | 13 | 87 | 0 | 5B | 21 | 15 | 142 | 53 | 2B |
| Octal | 311 | 23 | 207 | 0 | 133 | 41 | 25 | 502 | 123 | 53 |
| Binary | 11001001 | 10011 | 10000111 | 0 | 1011011 | 100001 | 10101 | 101000010 | 1010011 | 101011 |
Color Harmonies of #C91387
Complementary color
Monochromatic Colors of #C91387
Black with #C91387
Text Example
Text Example
White with #C91387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91387; }
p { color: rgb(201,19,135); }
H1.HeaderClassName
{
color: #C91387;
}
.AnyTagClassName
{
color: #C91387;
}
</style>
background-color css
<style>
a { background-color: #C91387; }
a { background-color: rgb(201,19,135); }
div.DivClassName
{
background-color: #C91387;
}
.BgClassName
{
background-color: #C91387;
}
</style>
border-color css
<style>
span { border-color: #C91387; }
span { border-color: rgb(201,19,135); }
td.TdClassName
{
border-color: #C91387;
}
.TagClassName
{
border-color: #C91387;
}
</style>