Shades of Medium Violet Red #C91D9D
Tints of Medium Violet Red #C91D9D
RGB
CMYK
RGB Variations
Color information
#C91D9D (or 0xC91D9D) is known color: Medium Violet Red. HEX triplet: C9, 1D and 9D. RGB value is (201,29,157). Sum of RGB (Red+Green+Blue) = 201+29+157=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91D9D is #36E262. Grayscale: #5E5E5E. Windows color (decimal): -3596899 or 10296777. OLE color: 10296777.
HSL color Cylindrical-coordinate representation of color #C91D9D: hue angle of 315.35º 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 #C91D9D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 157 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.21 |
| HSL | 315.35º | 0.75% | 0.45% | - |
| HSV(B) | 315.35º | 0.86% | 0.79% | - |
| XYZ | 30.61 | 15.73 | 33.32 | - |
| YUV | 95.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 157 | 0 | 0.86 | 0.22 | 0.21 | 315.35 | 0.75 | 0.45 |
| Hex | C9 | 1D | 9D | 0 | 56 | 16 | 15 | 13B | 4B | 2D |
| Octal | 311 | 35 | 235 | 0 | 126 | 26 | 25 | 473 | 113 | 55 |
| Binary | 11001001 | 11101 | 10011101 | 0 | 1010110 | 10110 | 10101 | 100111011 | 1001011 | 101101 |
Color Harmonies of #C91D9D
Complementary color
Monochromatic Colors of #C91D9D
Black with #C91D9D
Text Example
Text Example
White with #C91D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D9D; }
p { color: rgb(201,29,157); }
H1.HeaderClassName
{
color: #C91D9D;
}
.AnyTagClassName
{
color: #C91D9D;
}
</style>
background-color css
<style>
a { background-color: #C91D9D; }
a { background-color: rgb(201,29,157); }
div.DivClassName
{
background-color: #C91D9D;
}
.BgClassName
{
background-color: #C91D9D;
}
</style>
border-color css
<style>
span { border-color: #C91D9D; }
span { border-color: rgb(201,29,157); }
td.TdClassName
{
border-color: #C91D9D;
}
.TagClassName
{
border-color: #C91D9D;
}
</style>