Shades of Medium Violet Red #C91D79
Tints of Medium Violet Red #C91D79
RGB
CMYK
RGB Variations
Color information
#C91D79 (or 0xC91D79) is known color: Medium Violet Red. HEX triplet: C9, 1D and 79. RGB value is (201,29,121). Sum of RGB (Red+Green+Blue) = 201+29+121=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91D79 is #36E286. Grayscale: #5A5A5A. Windows color (decimal): -3596935 or 7937481. OLE color: 7937481.
HSL color Cylindrical-coordinate representation of color #C91D79: hue angle of 327.91º degrees, saturation: 0.75, 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 #C91D79 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 121 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.21 |
| HSL | 327.91º | 0.75% | 0.45% | - |
| HSV(B) | 327.91º | 0.86% | 0.79% | - |
| XYZ | 27.98 | 14.68 | 19.45 | - |
| YUV | 90.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 121 | 0 | 0.86 | 0.40 | 0.21 | 327.91 | 0.75 | 0.45 |
| Hex | C9 | 1D | 79 | 0 | 56 | 28 | 15 | 148 | 4B | 2D |
| Octal | 311 | 35 | 171 | 0 | 126 | 50 | 25 | 510 | 113 | 55 |
| Binary | 11001001 | 11101 | 1111001 | 0 | 1010110 | 101000 | 10101 | 101001000 | 1001011 | 101101 |
Color Harmonies of #C91D79
Complementary color
Monochromatic Colors of #C91D79
Black with #C91D79
Text Example
Text Example
White with #C91D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D79; }
p { color: rgb(201,29,121); }
H1.HeaderClassName
{
color: #C91D79;
}
.AnyTagClassName
{
color: #C91D79;
}
</style>
background-color css
<style>
a { background-color: #C91D79; }
a { background-color: rgb(201,29,121); }
div.DivClassName
{
background-color: #C91D79;
}
.BgClassName
{
background-color: #C91D79;
}
</style>
border-color css
<style>
span { border-color: #C91D79; }
span { border-color: rgb(201,29,121); }
td.TdClassName
{
border-color: #C91D79;
}
.TagClassName
{
border-color: #C91D79;
}
</style>