Shades of Medium Violet Red #C91287
Tints of Medium Violet Red #C91287
RGB
CMYK
RGB Variations
Color information
#C91287 (or 0xC91287) is known color: Medium Violet Red. HEX triplet: C9, 12 and 87. RGB value is (201,18,135). Sum of RGB (Red+Green+Blue) = 201+18+135=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C91287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91287 is #36ED78. Grayscale: #555555. Windows color (decimal): -3599737 or 8852169. OLE color: 8852169.
HSL color Cylindrical-coordinate representation of color #C91287: hue angle of 321.64º 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 #C91287 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 135 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.21 |
| HSL | 321.64º | 0.84% | 0.43% | - |
| HSV(B) | 321.64º | 0.91% | 0.79% | - |
| XYZ | 28.68 | 14.6 | 24.23 | - |
| YUV | 86.06 | 155.63 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 135 | 0 | 0.91 | 0.33 | 0.21 | 321.64 | 0.84 | 0.43 |
| Hex | C9 | 12 | 87 | 0 | 5B | 21 | 15 | 142 | 54 | 2B |
| Octal | 311 | 22 | 207 | 0 | 133 | 41 | 25 | 502 | 124 | 53 |
| Binary | 11001001 | 10010 | 10000111 | 0 | 1011011 | 100001 | 10101 | 101000010 | 1010100 | 101011 |
Color Harmonies of #C91287
Complementary color
Monochromatic Colors of #C91287
Black with #C91287
Text Example
Text Example
White with #C91287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91287; }
p { color: rgb(201,18,135); }
H1.HeaderClassName
{
color: #C91287;
}
.AnyTagClassName
{
color: #C91287;
}
</style>
background-color css
<style>
a { background-color: #C91287; }
a { background-color: rgb(201,18,135); }
div.DivClassName
{
background-color: #C91287;
}
.BgClassName
{
background-color: #C91287;
}
</style>
border-color css
<style>
span { border-color: #C91287; }
span { border-color: rgb(201,18,135); }
td.TdClassName
{
border-color: #C91287;
}
.TagClassName
{
border-color: #C91287;
}
</style>