Shades of Medium Violet Red #C91D8D
Tints of Medium Violet Red #C91D8D
RGB
CMYK
RGB Variations
Color information
#C91D8D (or 0xC91D8D) is known color: Medium Violet Red. HEX triplet: C9, 1D and 8D. RGB value is (201,29,141). Sum of RGB (Red+Green+Blue) = 201+29+141=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91D8D is #36E272. Grayscale: #5C5C5C. Windows color (decimal): -3596915 or 9248201. OLE color: 9248201.
HSL color Cylindrical-coordinate representation of color #C91D8D: hue angle of 320.93º 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 #C91D8D is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 141 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.21 |
| HSL | 320.93º | 0.75% | 0.45% | - |
| HSV(B) | 320.93º | 0.86% | 0.79% | - |
| XYZ | 29.33 | 15.22 | 26.59 | - |
| YUV | 93.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 141 | 0 | 0.86 | 0.30 | 0.21 | 320.93 | 0.75 | 0.45 |
| Hex | C9 | 1D | 8D | 0 | 56 | 1E | 15 | 141 | 4B | 2D |
| Octal | 311 | 35 | 215 | 0 | 126 | 36 | 25 | 501 | 113 | 55 |
| Binary | 11001001 | 11101 | 10001101 | 0 | 1010110 | 11110 | 10101 | 101000001 | 1001011 | 101101 |
Color Harmonies of #C91D8D
Complementary color
Monochromatic Colors of #C91D8D
Black with #C91D8D
Text Example
Text Example
White with #C91D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D8D; }
p { color: rgb(201,29,141); }
H1.HeaderClassName
{
color: #C91D8D;
}
.AnyTagClassName
{
color: #C91D8D;
}
</style>
background-color css
<style>
a { background-color: #C91D8D; }
a { background-color: rgb(201,29,141); }
div.DivClassName
{
background-color: #C91D8D;
}
.BgClassName
{
background-color: #C91D8D;
}
</style>
border-color css
<style>
span { border-color: #C91D8D; }
span { border-color: rgb(201,29,141); }
td.TdClassName
{
border-color: #C91D8D;
}
.TagClassName
{
border-color: #C91D8D;
}
</style>