Shades of Medium Violet Red #C91697
Tints of Medium Violet Red #C91697
RGB
CMYK
RGB Variations
Color information
#C91697 (or 0xC91697) is known color: Medium Violet Red. HEX triplet: C9, 16 and 97. RGB value is (201,22,151). Sum of RGB (Red+Green+Blue) = 201+22+151=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C91697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91697 is #36E968. Grayscale: #595959. Windows color (decimal): -3598697 or 9901769. OLE color: 9901769.
HSL color Cylindrical-coordinate representation of color #C91697: hue angle of 316.76º 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 #C91697 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 151 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.21 |
| HSL | 316.76º | 0.8% | 0.44% | - |
| HSV(B) | 316.76º | 0.89% | 0.79% | - |
| XYZ | 29.96 | 15.23 | 30.64 | - |
| YUV | 90.23 | 162.3 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 151 | 0 | 0.89 | 0.25 | 0.21 | 316.76 | 0.8 | 0.44 |
| Hex | C9 | 16 | 97 | 0 | 59 | 19 | 15 | 13D | 50 | 2C |
| Octal | 311 | 26 | 227 | 0 | 131 | 31 | 25 | 475 | 120 | 54 |
| Binary | 11001001 | 10110 | 10010111 | 0 | 1011001 | 11001 | 10101 | 100111101 | 1010000 | 101100 |
Color Harmonies of #C91697
Complementary color
Monochromatic Colors of #C91697
Black with #C91697
Text Example
Text Example
White with #C91697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91697; }
p { color: rgb(201,22,151); }
H1.HeaderClassName
{
color: #C91697;
}
.AnyTagClassName
{
color: #C91697;
}
</style>
background-color css
<style>
a { background-color: #C91697; }
a { background-color: rgb(201,22,151); }
div.DivClassName
{
background-color: #C91697;
}
.BgClassName
{
background-color: #C91697;
}
</style>
border-color css
<style>
span { border-color: #C91697; }
span { border-color: rgb(201,22,151); }
td.TdClassName
{
border-color: #C91697;
}
.TagClassName
{
border-color: #C91697;
}
</style>