Shades of Medium Violet Red #C91286
Tints of Medium Violet Red #C91286
RGB
CMYK
RGB Variations
Color information
#C91286 (or 0xC91286) is known color: Medium Violet Red. HEX triplet: C9, 12 and 86. RGB value is (201,18,134). Sum of RGB (Red+Green+Blue) = 201+18+134=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C91286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91286 is #36ED79. Grayscale: #555555. Windows color (decimal): -3599738 or 8786633. OLE color: 8786633.
HSL color Cylindrical-coordinate representation of color #C91286: hue angle of 321.97º degrees, saturation: 0.84, 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 #C91286 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 134 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.21 |
| HSL | 321.97º | 0.84% | 0.43% | - |
| HSV(B) | 321.97º | 0.91% | 0.79% | - |
| XYZ | 28.61 | 14.57 | 23.86 | - |
| YUV | 85.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 134 | 0 | 0.91 | 0.33 | 0.21 | 321.97 | 0.84 | 0.43 |
| Hex | C9 | 12 | 86 | 0 | 5B | 21 | 15 | 142 | 54 | 2B |
| Octal | 311 | 22 | 206 | 0 | 133 | 41 | 25 | 502 | 124 | 53 |
| Binary | 11001001 | 10010 | 10000110 | 0 | 1011011 | 100001 | 10101 | 101000010 | 1010100 | 101011 |
Color Harmonies of #C91286
Complementary color
Monochromatic Colors of #C91286
Black with #C91286
Text Example
Text Example
White with #C91286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91286; }
p { color: rgb(201,18,134); }
H1.HeaderClassName
{
color: #C91286;
}
.AnyTagClassName
{
color: #C91286;
}
</style>
background-color css
<style>
a { background-color: #C91286; }
a { background-color: rgb(201,18,134); }
div.DivClassName
{
background-color: #C91286;
}
.BgClassName
{
background-color: #C91286;
}
</style>
border-color css
<style>
span { border-color: #C91286; }
span { border-color: rgb(201,18,134); }
td.TdClassName
{
border-color: #C91286;
}
.TagClassName
{
border-color: #C91286;
}
</style>