Shades of Medium Violet Red #C91389
Tints of Medium Violet Red #C91389
RGB
CMYK
RGB Variations
Color information
#C91389 (or 0xC91389) is known color: Medium Violet Red. HEX triplet: C9, 13 and 89. RGB value is (201,19,137). Sum of RGB (Red+Green+Blue) = 201+19+137=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C91389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91389 is #36EC76. Grayscale: #565656. Windows color (decimal): -3599479 or 8983497. OLE color: 8983497.
HSL color Cylindrical-coordinate representation of color #C91389: hue angle of 321.1º 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 #C91389 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 137 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.21 |
| HSL | 321.1º | 0.83% | 0.43% | - |
| HSV(B) | 321.1º | 0.91% | 0.79% | - |
| XYZ | 28.84 | 14.69 | 24.98 | - |
| YUV | 86.87 | 156.3 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 137 | 0 | 0.91 | 0.32 | 0.21 | 321.1 | 0.83 | 0.43 |
| Hex | C9 | 13 | 89 | 0 | 5B | 20 | 15 | 141 | 53 | 2B |
| Octal | 311 | 23 | 211 | 0 | 133 | 40 | 25 | 501 | 123 | 53 |
| Binary | 11001001 | 10011 | 10001001 | 0 | 1011011 | 100000 | 10101 | 101000001 | 1010011 | 101011 |
Color Harmonies of #C91389
Complementary color
Monochromatic Colors of #C91389
Black with #C91389
Text Example
Text Example
White with #C91389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91389; }
p { color: rgb(201,19,137); }
H1.HeaderClassName
{
color: #C91389;
}
.AnyTagClassName
{
color: #C91389;
}
</style>
background-color css
<style>
a { background-color: #C91389; }
a { background-color: rgb(201,19,137); }
div.DivClassName
{
background-color: #C91389;
}
.BgClassName
{
background-color: #C91389;
}
</style>
border-color css
<style>
span { border-color: #C91389; }
span { border-color: rgb(201,19,137); }
td.TdClassName
{
border-color: #C91389;
}
.TagClassName
{
border-color: #C91389;
}
</style>