Shades of Medium Violet Red #C91986
Tints of Medium Violet Red #C91986
RGB
CMYK
RGB Variations
Color information
#C91986 (or 0xC91986) is known color: Medium Violet Red. HEX triplet: C9, 19 and 86. RGB value is (201,25,134). Sum of RGB (Red+Green+Blue) = 201+25+134=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C91986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91986 is #36E679. Grayscale: #595959. Windows color (decimal): -3597946 or 8788425. OLE color: 8788425.
HSL color Cylindrical-coordinate representation of color #C91986: hue angle of 322.84º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91986 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 134 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.21 |
| HSL | 322.84º | 0.78% | 0.44% | - |
| HSV(B) | 322.84º | 0.88% | 0.79% | - |
| XYZ | 28.74 | 14.83 | 23.9 | - |
| YUV | 90.05 | 152.81 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 134 | 0 | 0.88 | 0.33 | 0.21 | 322.84 | 0.78 | 0.44 |
| Hex | C9 | 19 | 86 | 0 | 58 | 21 | 15 | 143 | 4E | 2C |
| Octal | 311 | 31 | 206 | 0 | 130 | 41 | 25 | 503 | 116 | 54 |
| Binary | 11001001 | 11001 | 10000110 | 0 | 1011000 | 100001 | 10101 | 101000011 | 1001110 | 101100 |
Color Harmonies of #C91986
Complementary color
Monochromatic Colors of #C91986
Black with #C91986
Text Example
Text Example
White with #C91986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91986; }
p { color: rgb(201,25,134); }
H1.HeaderClassName
{
color: #C91986;
}
.AnyTagClassName
{
color: #C91986;
}
</style>
background-color css
<style>
a { background-color: #C91986; }
a { background-color: rgb(201,25,134); }
div.DivClassName
{
background-color: #C91986;
}
.BgClassName
{
background-color: #C91986;
}
</style>
border-color css
<style>
span { border-color: #C91986; }
span { border-color: rgb(201,25,134); }
td.TdClassName
{
border-color: #C91986;
}
.TagClassName
{
border-color: #C91986;
}
</style>