Shades of Medium Violet Red #C91285
Tints of Medium Violet Red #C91285
RGB
CMYK
RGB Variations
Color information
#C91285 (or 0xC91285) is known color: Medium Violet Red. HEX triplet: C9, 12 and 85. RGB value is (201,18,133). Sum of RGB (Red+Green+Blue) = 201+18+133=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C91285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91285 is #36ED7A. Grayscale: #555555. Windows color (decimal): -3599739 or 8721097. OLE color: 8721097.
HSL color Cylindrical-coordinate representation of color #C91285: hue angle of 322.3º 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 #C91285 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 133 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.21 |
| HSL | 322.3º | 0.84% | 0.43% | - |
| HSV(B) | 322.3º | 0.91% | 0.79% | - |
| XYZ | 28.54 | 14.54 | 23.49 | - |
| YUV | 85.83 | 154.63 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 133 | 0 | 0.91 | 0.34 | 0.21 | 322.3 | 0.84 | 0.43 |
| Hex | C9 | 12 | 85 | 0 | 5B | 22 | 15 | 142 | 54 | 2B |
| Octal | 311 | 22 | 205 | 0 | 133 | 42 | 25 | 502 | 124 | 53 |
| Binary | 11001001 | 10010 | 10000101 | 0 | 1011011 | 100010 | 10101 | 101000010 | 1010100 | 101011 |
Color Harmonies of #C91285
Complementary color
Monochromatic Colors of #C91285
Black with #C91285
Text Example
Text Example
White with #C91285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91285; }
p { color: rgb(201,18,133); }
H1.HeaderClassName
{
color: #C91285;
}
.AnyTagClassName
{
color: #C91285;
}
</style>
background-color css
<style>
a { background-color: #C91285; }
a { background-color: rgb(201,18,133); }
div.DivClassName
{
background-color: #C91285;
}
.BgClassName
{
background-color: #C91285;
}
</style>
border-color css
<style>
span { border-color: #C91285; }
span { border-color: rgb(201,18,133); }
td.TdClassName
{
border-color: #C91285;
}
.TagClassName
{
border-color: #C91285;
}
</style>