Shades of Medium Violet Red #C91695
Tints of Medium Violet Red #C91695
RGB
CMYK
RGB Variations
Color information
#C91695 (or 0xC91695) is known color: Medium Violet Red. HEX triplet: C9, 16 and 95. RGB value is (201,22,149). Sum of RGB (Red+Green+Blue) = 201+22+149=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C91695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91695 is #36E96A. Grayscale: #595959. Windows color (decimal): -3598699 or 9770697. OLE color: 9770697.
HSL color Cylindrical-coordinate representation of color #C91695: hue angle of 317.43º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91695 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 149 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.21 |
| HSL | 317.43º | 0.8% | 0.44% | - |
| HSV(B) | 317.43º | 0.89% | 0.79% | - |
| XYZ | 29.8 | 15.16 | 29.79 | - |
| YUV | 90 | 161.3 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 149 | 0 | 0.89 | 0.26 | 0.21 | 317.43 | 0.8 | 0.44 |
| Hex | C9 | 16 | 95 | 0 | 59 | 1A | 15 | 13D | 50 | 2C |
| Octal | 311 | 26 | 225 | 0 | 131 | 32 | 25 | 475 | 120 | 54 |
| Binary | 11001001 | 10110 | 10010101 | 0 | 1011001 | 11010 | 10101 | 100111101 | 1010000 | 101100 |
Color Harmonies of #C91695
Complementary color
Monochromatic Colors of #C91695
Black with #C91695
Text Example
Text Example
White with #C91695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91695; }
p { color: rgb(201,22,149); }
H1.HeaderClassName
{
color: #C91695;
}
.AnyTagClassName
{
color: #C91695;
}
</style>
background-color css
<style>
a { background-color: #C91695; }
a { background-color: rgb(201,22,149); }
div.DivClassName
{
background-color: #C91695;
}
.BgClassName
{
background-color: #C91695;
}
</style>
border-color css
<style>
span { border-color: #C91695; }
span { border-color: rgb(201,22,149); }
td.TdClassName
{
border-color: #C91695;
}
.TagClassName
{
border-color: #C91695;
}
</style>