Shades of Medium Violet Red #C91095
Tints of Medium Violet Red #C91095
RGB
CMYK
RGB Variations
Color information
#C91095 (or 0xC91095) is known color: Medium Violet Red. HEX triplet: C9, 10 and 95. RGB value is (201,16,149). Sum of RGB (Red+Green+Blue) = 201+16+149=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C91095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91095 is #36EF6A. Grayscale: #565656. Windows color (decimal): -3600235 or 9769161. OLE color: 9769161.
HSL color Cylindrical-coordinate representation of color #C91095: hue angle of 316.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91095 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 149 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.21 |
| HSL | 316.86º | 0.85% | 0.43% | - |
| HSV(B) | 316.86º | 0.92% | 0.79% | - |
| XYZ | 29.7 | 14.96 | 29.76 | - |
| YUV | 86.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 149 | 0 | 0.92 | 0.26 | 0.21 | 316.86 | 0.85 | 0.43 |
| Hex | C9 | 10 | 95 | 0 | 5C | 1A | 15 | 13D | 55 | 2B |
| Octal | 311 | 20 | 225 | 0 | 134 | 32 | 25 | 475 | 125 | 53 |
| Binary | 11001001 | 10000 | 10010101 | 0 | 1011100 | 11010 | 10101 | 100111101 | 1010101 | 101011 |
Color Harmonies of #C91095
Complementary color
Monochromatic Colors of #C91095
Black with #C91095
Text Example
Text Example
White with #C91095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91095; }
p { color: rgb(201,16,149); }
H1.HeaderClassName
{
color: #C91095;
}
.AnyTagClassName
{
color: #C91095;
}
</style>
background-color css
<style>
a { background-color: #C91095; }
a { background-color: rgb(201,16,149); }
div.DivClassName
{
background-color: #C91095;
}
.BgClassName
{
background-color: #C91095;
}
</style>
border-color css
<style>
span { border-color: #C91095; }
span { border-color: rgb(201,16,149); }
td.TdClassName
{
border-color: #C91095;
}
.TagClassName
{
border-color: #C91095;
}
</style>