Shades of Medium Violet Red #C91574
Tints of Medium Violet Red #C91574
RGB
CMYK
RGB Variations
Color information
#C91574 (or 0xC91574) is known color: Medium Violet Red. HEX triplet: C9, 15 and 74. RGB value is (201,21,116). Sum of RGB (Red+Green+Blue) = 201+21+116=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C91574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91574 is #36EA8B. Grayscale: #555555. Windows color (decimal): -3598988 or 7607753. OLE color: 7607753.
HSL color Cylindrical-coordinate representation of color #C91574: hue angle of 328.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91574 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 116 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.21 |
| HSL | 328.33º | 0.81% | 0.44% | - |
| HSV(B) | 328.33º | 0.9% | 0.79% | - |
| XYZ | 27.51 | 14.21 | 17.82 | - |
| YUV | 85.65 | 145.13 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 116 | 0 | 0.90 | 0.42 | 0.21 | 328.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | 74 | 0 | 5A | 2A | 15 | 148 | 51 | 2C |
| Octal | 311 | 25 | 164 | 0 | 132 | 52 | 25 | 510 | 121 | 54 |
| Binary | 11001001 | 10101 | 1110100 | 0 | 1011010 | 101010 | 10101 | 101001000 | 1010001 | 101100 |
Color Harmonies of #C91574
Complementary color
Monochromatic Colors of #C91574
Black with #C91574
Text Example
Text Example
White with #C91574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91574; }
p { color: rgb(201,21,116); }
H1.HeaderClassName
{
color: #C91574;
}
.AnyTagClassName
{
color: #C91574;
}
</style>
background-color css
<style>
a { background-color: #C91574; }
a { background-color: rgb(201,21,116); }
div.DivClassName
{
background-color: #C91574;
}
.BgClassName
{
background-color: #C91574;
}
</style>
border-color css
<style>
span { border-color: #C91574; }
span { border-color: rgb(201,21,116); }
td.TdClassName
{
border-color: #C91574;
}
.TagClassName
{
border-color: #C91574;
}
</style>