Shades of Medium Violet Red #C91E8C
Tints of Medium Violet Red #C91E8C
RGB
CMYK
RGB Variations
Color information
#C91E8C (or 0xC91E8C) is known color: Medium Violet Red. HEX triplet: C9, 1E and 8C. RGB value is (201,30,140). Sum of RGB (Red+Green+Blue) = 201+30+140=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91E8C is #36E173. Grayscale: #5D5D5D. Windows color (decimal): -3596660 or 9182921. OLE color: 9182921.
HSL color Cylindrical-coordinate representation of color #C91E8C: hue angle of 321.4º 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 #C91E8C is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 140 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.21 |
| HSL | 321.4º | 0.74% | 0.45% | - |
| HSV(B) | 321.4º | 0.85% | 0.79% | - |
| XYZ | 29.29 | 15.24 | 26.21 | - |
| YUV | 93.67 | 154.15 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 140 | 0 | 0.85 | 0.30 | 0.21 | 321.4 | 0.74 | 0.45 |
| Hex | C9 | 1E | 8C | 0 | 55 | 1E | 15 | 141 | 4A | 2D |
| Octal | 311 | 36 | 214 | 0 | 125 | 36 | 25 | 501 | 112 | 55 |
| Binary | 11001001 | 11110 | 10001100 | 0 | 1010101 | 11110 | 10101 | 101000001 | 1001010 | 101101 |
Color Harmonies of #C91E8C
Complementary color
Monochromatic Colors of #C91E8C
Black with #C91E8C
Text Example
Text Example
White with #C91E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E8C; }
p { color: rgb(201,30,140); }
H1.HeaderClassName
{
color: #C91E8C;
}
.AnyTagClassName
{
color: #C91E8C;
}
</style>
background-color css
<style>
a { background-color: #C91E8C; }
a { background-color: rgb(201,30,140); }
div.DivClassName
{
background-color: #C91E8C;
}
.BgClassName
{
background-color: #C91E8C;
}
</style>
border-color css
<style>
span { border-color: #C91E8C; }
span { border-color: rgb(201,30,140); }
td.TdClassName
{
border-color: #C91E8C;
}
.TagClassName
{
border-color: #C91E8C;
}
</style>