Shades of Medium Violet Red #C91E7C
Tints of Medium Violet Red #C91E7C
RGB
CMYK
RGB Variations
Color information
#C91E7C (or 0xC91E7C) is known color: Medium Violet Red. HEX triplet: C9, 1E and 7C. RGB value is (201,30,124). Sum of RGB (Red+Green+Blue) = 201+30+124=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91E7C is #36E183. Grayscale: #5B5B5B. Windows color (decimal): -3596676 or 8134345. OLE color: 8134345.
HSL color Cylindrical-coordinate representation of color #C91E7C: hue angle of 327.02º 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 #C91E7C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 124 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.21 |
| HSL | 327.02º | 0.74% | 0.45% | - |
| HSV(B) | 327.02º | 0.85% | 0.79% | - |
| XYZ | 28.19 | 14.8 | 20.44 | - |
| YUV | 91.85 | 146.15 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 124 | 0 | 0.85 | 0.38 | 0.21 | 327.02 | 0.74 | 0.45 |
| Hex | C9 | 1E | 7C | 0 | 55 | 26 | 15 | 147 | 4A | 2D |
| Octal | 311 | 36 | 174 | 0 | 125 | 46 | 25 | 507 | 112 | 55 |
| Binary | 11001001 | 11110 | 1111100 | 0 | 1010101 | 100110 | 10101 | 101000111 | 1001010 | 101101 |
Color Harmonies of #C91E7C
Complementary color
Monochromatic Colors of #C91E7C
Black with #C91E7C
Text Example
Text Example
White with #C91E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E7C; }
p { color: rgb(201,30,124); }
H1.HeaderClassName
{
color: #C91E7C;
}
.AnyTagClassName
{
color: #C91E7C;
}
</style>
background-color css
<style>
a { background-color: #C91E7C; }
a { background-color: rgb(201,30,124); }
div.DivClassName
{
background-color: #C91E7C;
}
.BgClassName
{
background-color: #C91E7C;
}
</style>
border-color css
<style>
span { border-color: #C91E7C; }
span { border-color: rgb(201,30,124); }
td.TdClassName
{
border-color: #C91E7C;
}
.TagClassName
{
border-color: #C91E7C;
}
</style>