Shades of Medium Violet Red #C91374
Tints of Medium Violet Red #C91374
RGB
CMYK
RGB Variations
Color information
#C91374 (or 0xC91374) is known color: Medium Violet Red. HEX triplet: C9, 13 and 74. RGB value is (201,19,116). Sum of RGB (Red+Green+Blue) = 201+19+116=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C91374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91374 is #36EC8B. Grayscale: #545454. Windows color (decimal): -3599500 or 7607241. OLE color: 7607241.
HSL color Cylindrical-coordinate representation of color #C91374: hue angle of 328.02º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91374 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 116 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.21 |
| HSL | 328.02º | 0.83% | 0.43% | - |
| HSV(B) | 328.02º | 0.91% | 0.79% | - |
| XYZ | 27.47 | 14.14 | 17.81 | - |
| YUV | 84.48 | 145.8 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 116 | 0 | 0.91 | 0.42 | 0.21 | 328.02 | 0.83 | 0.43 |
| Hex | C9 | 13 | 74 | 0 | 5B | 2A | 15 | 148 | 53 | 2B |
| Octal | 311 | 23 | 164 | 0 | 133 | 52 | 25 | 510 | 123 | 53 |
| Binary | 11001001 | 10011 | 1110100 | 0 | 1011011 | 101010 | 10101 | 101001000 | 1010011 | 101011 |
Color Harmonies of #C91374
Complementary color
Monochromatic Colors of #C91374
Black with #C91374
Text Example
Text Example
White with #C91374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91374; }
p { color: rgb(201,19,116); }
H1.HeaderClassName
{
color: #C91374;
}
.AnyTagClassName
{
color: #C91374;
}
</style>
background-color css
<style>
a { background-color: #C91374; }
a { background-color: rgb(201,19,116); }
div.DivClassName
{
background-color: #C91374;
}
.BgClassName
{
background-color: #C91374;
}
</style>
border-color css
<style>
span { border-color: #C91374; }
span { border-color: rgb(201,19,116); }
td.TdClassName
{
border-color: #C91374;
}
.TagClassName
{
border-color: #C91374;
}
</style>