Shades of Medium Violet Red #C91D9B
Tints of Medium Violet Red #C91D9B
RGB
CMYK
RGB Variations
Color information
#C91D9B (or 0xC91D9B) is known color: Medium Violet Red. HEX triplet: C9, 1D and 9B. RGB value is (201,29,155). Sum of RGB (Red+Green+Blue) = 201+29+155=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91D9B is #36E264. Grayscale: #5E5E5E. Windows color (decimal): -3596901 or 10165705. OLE color: 10165705.
HSL color Cylindrical-coordinate representation of color #C91D9B: hue angle of 316.05º 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 #C91D9B is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 155 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.21 |
| HSL | 316.05º | 0.75% | 0.45% | - |
| HSV(B) | 316.05º | 0.86% | 0.79% | - |
| XYZ | 30.44 | 15.66 | 32.43 | - |
| YUV | 94.79 | 161.98 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 155 | 0 | 0.86 | 0.23 | 0.21 | 316.05 | 0.75 | 0.45 |
| Hex | C9 | 1D | 9B | 0 | 56 | 17 | 15 | 13C | 4B | 2D |
| Octal | 311 | 35 | 233 | 0 | 126 | 27 | 25 | 474 | 113 | 55 |
| Binary | 11001001 | 11101 | 10011011 | 0 | 1010110 | 10111 | 10101 | 100111100 | 1001011 | 101101 |
Color Harmonies of #C91D9B
Complementary color
Monochromatic Colors of #C91D9B
Black with #C91D9B
Text Example
Text Example
White with #C91D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D9B; }
p { color: rgb(201,29,155); }
H1.HeaderClassName
{
color: #C91D9B;
}
.AnyTagClassName
{
color: #C91D9B;
}
</style>
background-color css
<style>
a { background-color: #C91D9B; }
a { background-color: rgb(201,29,155); }
div.DivClassName
{
background-color: #C91D9B;
}
.BgClassName
{
background-color: #C91D9B;
}
</style>
border-color css
<style>
span { border-color: #C91D9B; }
span { border-color: rgb(201,29,155); }
td.TdClassName
{
border-color: #C91D9B;
}
.TagClassName
{
border-color: #C91D9B;
}
</style>