Shades of Medium Violet Red #C91D90
Tints of Medium Violet Red #C91D90
RGB
CMYK
RGB Variations
Color information
#C91D90 (or 0xC91D90) is known color: Medium Violet Red. HEX triplet: C9, 1D and 90. RGB value is (201,29,144). Sum of RGB (Red+Green+Blue) = 201+29+144=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91D90 is #36E26F. Grayscale: #5D5D5D. Windows color (decimal): -3596912 or 9444809. OLE color: 9444809.
HSL color Cylindrical-coordinate representation of color #C91D90: hue angle of 319.88º 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 #C91D90 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 144 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.21 |
| HSL | 319.88º | 0.75% | 0.45% | - |
| HSV(B) | 319.88º | 0.86% | 0.79% | - |
| XYZ | 29.56 | 15.31 | 27.78 | - |
| YUV | 93.54 | 156.48 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 144 | 0 | 0.86 | 0.28 | 0.21 | 319.88 | 0.75 | 0.45 |
| Hex | C9 | 1D | 90 | 0 | 56 | 1C | 15 | 140 | 4B | 2D |
| Octal | 311 | 35 | 220 | 0 | 126 | 34 | 25 | 500 | 113 | 55 |
| Binary | 11001001 | 11101 | 10010000 | 0 | 1010110 | 11100 | 10101 | 101000000 | 1001011 | 101101 |
Color Harmonies of #C91D90
Complementary color
Monochromatic Colors of #C91D90
Black with #C91D90
Text Example
Text Example
White with #C91D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D90; }
p { color: rgb(201,29,144); }
H1.HeaderClassName
{
color: #C91D90;
}
.AnyTagClassName
{
color: #C91D90;
}
</style>
background-color css
<style>
a { background-color: #C91D90; }
a { background-color: rgb(201,29,144); }
div.DivClassName
{
background-color: #C91D90;
}
.BgClassName
{
background-color: #C91D90;
}
</style>
border-color css
<style>
span { border-color: #C91D90; }
span { border-color: rgb(201,29,144); }
td.TdClassName
{
border-color: #C91D90;
}
.TagClassName
{
border-color: #C91D90;
}
</style>