Shades of Medium Violet Red #C91D85
Tints of Medium Violet Red #C91D85
RGB
CMYK
RGB Variations
Color information
#C91D85 (or 0xC91D85) is known color: Medium Violet Red. HEX triplet: C9, 1D and 85. RGB value is (201,29,133). Sum of RGB (Red+Green+Blue) = 201+29+133=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91D85 is #36E27A. Grayscale: #5C5C5C. Windows color (decimal): -3596923 or 8723913. OLE color: 8723913.
HSL color Cylindrical-coordinate representation of color #C91D85: hue angle of 323.72º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91D85 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 133 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.21 |
| HSL | 323.72º | 0.75% | 0.45% | - |
| HSV(B) | 323.72º | 0.86% | 0.79% | - |
| XYZ | 28.76 | 14.99 | 23.57 | - |
| YUV | 92.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 133 | 0 | 0.86 | 0.34 | 0.21 | 323.72 | 0.75 | 0.45 |
| Hex | C9 | 1D | 85 | 0 | 56 | 22 | 15 | 144 | 4B | 2D |
| Octal | 311 | 35 | 205 | 0 | 126 | 42 | 25 | 504 | 113 | 55 |
| Binary | 11001001 | 11101 | 10000101 | 0 | 1010110 | 100010 | 10101 | 101000100 | 1001011 | 101101 |
Color Harmonies of #C91D85
Complementary color
Monochromatic Colors of #C91D85
Black with #C91D85
Text Example
Text Example
White with #C91D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D85; }
p { color: rgb(201,29,133); }
H1.HeaderClassName
{
color: #C91D85;
}
.AnyTagClassName
{
color: #C91D85;
}
</style>
background-color css
<style>
a { background-color: #C91D85; }
a { background-color: rgb(201,29,133); }
div.DivClassName
{
background-color: #C91D85;
}
.BgClassName
{
background-color: #C91D85;
}
</style>
border-color css
<style>
span { border-color: #C91D85; }
span { border-color: rgb(201,29,133); }
td.TdClassName
{
border-color: #C91D85;
}
.TagClassName
{
border-color: #C91D85;
}
</style>