Shades of Medium Violet Red #C91694
Tints of Medium Violet Red #C91694
RGB
CMYK
RGB Variations
Color information
#C91694 (or 0xC91694) is known color: Medium Violet Red. HEX triplet: C9, 16 and 94. RGB value is (201,22,148). Sum of RGB (Red+Green+Blue) = 201+22+148=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C91694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91694 is #36E96B. Grayscale: #595959. Windows color (decimal): -3598700 or 9705161. OLE color: 9705161.
HSL color Cylindrical-coordinate representation of color #C91694: hue angle of 317.77º 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 #C91694 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 148 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.21 |
| HSL | 317.77º | 0.8% | 0.44% | - |
| HSV(B) | 317.77º | 0.89% | 0.79% | - |
| XYZ | 29.72 | 15.13 | 29.37 | - |
| YUV | 89.89 | 160.8 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 148 | 0 | 0.89 | 0.26 | 0.21 | 317.77 | 0.8 | 0.44 |
| Hex | C9 | 16 | 94 | 0 | 59 | 1A | 15 | 13E | 50 | 2C |
| Octal | 311 | 26 | 224 | 0 | 131 | 32 | 25 | 476 | 120 | 54 |
| Binary | 11001001 | 10110 | 10010100 | 0 | 1011001 | 11010 | 10101 | 100111110 | 1010000 | 101100 |
Color Harmonies of #C91694
Complementary color
Monochromatic Colors of #C91694
Black with #C91694
Text Example
Text Example
White with #C91694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91694; }
p { color: rgb(201,22,148); }
H1.HeaderClassName
{
color: #C91694;
}
.AnyTagClassName
{
color: #C91694;
}
</style>
background-color css
<style>
a { background-color: #C91694; }
a { background-color: rgb(201,22,148); }
div.DivClassName
{
background-color: #C91694;
}
.BgClassName
{
background-color: #C91694;
}
</style>
border-color css
<style>
span { border-color: #C91694; }
span { border-color: rgb(201,22,148); }
td.TdClassName
{
border-color: #C91694;
}
.TagClassName
{
border-color: #C91694;
}
</style>