Shades of Medium Violet Red #C91E9C
Tints of Medium Violet Red #C91E9C
RGB
CMYK
RGB Variations
Color information
#C91E9C (or 0xC91E9C) is known color: Medium Violet Red. HEX triplet: C9, 1E and 9C. RGB value is (201,30,156). Sum of RGB (Red+Green+Blue) = 201+30+156=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91E9C is #36E163. Grayscale: #5F5F5F. Windows color (decimal): -3596644 or 10231497. OLE color: 10231497.
HSL color Cylindrical-coordinate representation of color #C91E9C: hue angle of 315.79º 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 #C91E9C is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 156 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.21 |
| HSL | 315.79º | 0.74% | 0.45% | - |
| HSV(B) | 315.79º | 0.85% | 0.79% | - |
| XYZ | 30.55 | 15.75 | 32.88 | - |
| YUV | 95.49 | 162.15 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 156 | 0 | 0.85 | 0.22 | 0.21 | 315.79 | 0.74 | 0.45 |
| Hex | C9 | 1E | 9C | 0 | 55 | 16 | 15 | 13C | 4A | 2D |
| Octal | 311 | 36 | 234 | 0 | 125 | 26 | 25 | 474 | 112 | 55 |
| Binary | 11001001 | 11110 | 10011100 | 0 | 1010101 | 10110 | 10101 | 100111100 | 1001010 | 101101 |
Color Harmonies of #C91E9C
Complementary color
Monochromatic Colors of #C91E9C
Black with #C91E9C
Text Example
Text Example
White with #C91E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E9C; }
p { color: rgb(201,30,156); }
H1.HeaderClassName
{
color: #C91E9C;
}
.AnyTagClassName
{
color: #C91E9C;
}
</style>
background-color css
<style>
a { background-color: #C91E9C; }
a { background-color: rgb(201,30,156); }
div.DivClassName
{
background-color: #C91E9C;
}
.BgClassName
{
background-color: #C91E9C;
}
</style>
border-color css
<style>
span { border-color: #C91E9C; }
span { border-color: rgb(201,30,156); }
td.TdClassName
{
border-color: #C91E9C;
}
.TagClassName
{
border-color: #C91E9C;
}
</style>