Shades of Medium Violet Red #C91C79
Tints of Medium Violet Red #C91C79
RGB
CMYK
RGB Variations
Color information
#C91C79 (or 0xC91C79) is known color: Medium Violet Red. HEX triplet: C9, 1C and 79. RGB value is (201,28,121). Sum of RGB (Red+Green+Blue) = 201+28+121=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91C79 is #36E386. Grayscale: #5A5A5A. Windows color (decimal): -3597191 or 7937225. OLE color: 7937225.
HSL color Cylindrical-coordinate representation of color #C91C79: hue angle of 327.75º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91C79 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 121 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.21 |
| HSL | 327.75º | 0.76% | 0.45% | - |
| HSV(B) | 327.75º | 0.86% | 0.79% | - |
| XYZ | 27.95 | 14.63 | 19.44 | - |
| YUV | 90.33 | 145.31 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 121 | 0 | 0.86 | 0.40 | 0.21 | 327.75 | 0.76 | 0.45 |
| Hex | C9 | 1C | 79 | 0 | 56 | 28 | 15 | 148 | 4C | 2D |
| Octal | 311 | 34 | 171 | 0 | 126 | 50 | 25 | 510 | 114 | 55 |
| Binary | 11001001 | 11100 | 1111001 | 0 | 1010110 | 101000 | 10101 | 101001000 | 1001100 | 101101 |
Color Harmonies of #C91C79
Complementary color
Monochromatic Colors of #C91C79
Black with #C91C79
Text Example
Text Example
White with #C91C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91C79; }
p { color: rgb(201,28,121); }
H1.HeaderClassName
{
color: #C91C79;
}
.AnyTagClassName
{
color: #C91C79;
}
</style>
background-color css
<style>
a { background-color: #C91C79; }
a { background-color: rgb(201,28,121); }
div.DivClassName
{
background-color: #C91C79;
}
.BgClassName
{
background-color: #C91C79;
}
</style>
border-color css
<style>
span { border-color: #C91C79; }
span { border-color: rgb(201,28,121); }
td.TdClassName
{
border-color: #C91C79;
}
.TagClassName
{
border-color: #C91C79;
}
</style>