Shades of Medium Violet Red #C91E74
Tints of Medium Violet Red #C91E74
RGB
CMYK
RGB Variations
Color information
#C91E74 (or 0xC91E74) is known color: Medium Violet Red. HEX triplet: C9, 1E and 74. RGB value is (201,30,116). Sum of RGB (Red+Green+Blue) = 201+30+116=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91E74 is #36E18B. Grayscale: #5A5A5A. Windows color (decimal): -3596684 or 7610057. OLE color: 7610057.
HSL color Cylindrical-coordinate representation of color #C91E74: hue angle of 329.82º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91E74 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 116 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.21 |
| HSL | 329.82º | 0.74% | 0.45% | - |
| HSV(B) | 329.82º | 0.85% | 0.79% | - |
| XYZ | 27.7 | 14.61 | 17.88 | - |
| YUV | 90.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 116 | 0 | 0.85 | 0.42 | 0.21 | 329.82 | 0.74 | 0.45 |
| Hex | C9 | 1E | 74 | 0 | 55 | 2A | 15 | 14A | 4A | 2D |
| Octal | 311 | 36 | 164 | 0 | 125 | 52 | 25 | 512 | 112 | 55 |
| Binary | 11001001 | 11110 | 1110100 | 0 | 1010101 | 101010 | 10101 | 101001010 | 1001010 | 101101 |
Color Harmonies of #C91E74
Complementary color
Monochromatic Colors of #C91E74
Black with #C91E74
Text Example
Text Example
White with #C91E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E74; }
p { color: rgb(201,30,116); }
H1.HeaderClassName
{
color: #C91E74;
}
.AnyTagClassName
{
color: #C91E74;
}
</style>
background-color css
<style>
a { background-color: #C91E74; }
a { background-color: rgb(201,30,116); }
div.DivClassName
{
background-color: #C91E74;
}
.BgClassName
{
background-color: #C91E74;
}
</style>
border-color css
<style>
span { border-color: #C91E74; }
span { border-color: rgb(201,30,116); }
td.TdClassName
{
border-color: #C91E74;
}
.TagClassName
{
border-color: #C91E74;
}
</style>