Shades of Medium Violet Red #C91D7D
Tints of Medium Violet Red #C91D7D
RGB
CMYK
RGB Variations
Color information
#C91D7D (or 0xC91D7D) is known color: Medium Violet Red. HEX triplet: C9, 1D and 7D. RGB value is (201,29,125). Sum of RGB (Red+Green+Blue) = 201+29+125=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91D7D is #36E282. Grayscale: #5B5B5B. Windows color (decimal): -3596931 or 8199625. OLE color: 8199625.
HSL color Cylindrical-coordinate representation of color #C91D7D: hue angle of 326.51º 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 #C91D7D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 125 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.21 |
| HSL | 326.51º | 0.75% | 0.45% | - |
| HSV(B) | 326.51º | 0.86% | 0.79% | - |
| XYZ | 28.23 | 14.78 | 20.77 | - |
| YUV | 91.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 125 | 0 | 0.86 | 0.38 | 0.21 | 326.51 | 0.75 | 0.45 |
| Hex | C9 | 1D | 7D | 0 | 56 | 26 | 15 | 147 | 4B | 2D |
| Octal | 311 | 35 | 175 | 0 | 126 | 46 | 25 | 507 | 113 | 55 |
| Binary | 11001001 | 11101 | 1111101 | 0 | 1010110 | 100110 | 10101 | 101000111 | 1001011 | 101101 |
Color Harmonies of #C91D7D
Complementary color
Monochromatic Colors of #C91D7D
Black with #C91D7D
Text Example
Text Example
White with #C91D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D7D; }
p { color: rgb(201,29,125); }
H1.HeaderClassName
{
color: #C91D7D;
}
.AnyTagClassName
{
color: #C91D7D;
}
</style>
background-color css
<style>
a { background-color: #C91D7D; }
a { background-color: rgb(201,29,125); }
div.DivClassName
{
background-color: #C91D7D;
}
.BgClassName
{
background-color: #C91D7D;
}
</style>
border-color css
<style>
span { border-color: #C91D7D; }
span { border-color: rgb(201,29,125); }
td.TdClassName
{
border-color: #C91D7D;
}
.TagClassName
{
border-color: #C91D7D;
}
</style>