Shades of Medium Violet Red #C91D94
Tints of Medium Violet Red #C91D94
RGB
CMYK
RGB Variations
Color information
#C91D94 (or 0xC91D94) is known color: Medium Violet Red. HEX triplet: C9, 1D and 94. RGB value is (201,29,148). Sum of RGB (Red+Green+Blue) = 201+29+148=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91D94 is #36E26B. Grayscale: #5D5D5D. Windows color (decimal): -3596908 or 9706953. OLE color: 9706953.
HSL color Cylindrical-coordinate representation of color #C91D94: hue angle of 318.49º 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 #C91D94 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 148 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.21 |
| HSL | 318.49º | 0.75% | 0.45% | - |
| HSV(B) | 318.49º | 0.86% | 0.79% | - |
| XYZ | 29.87 | 15.43 | 29.42 | - |
| YUV | 93.99 | 158.48 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 148 | 0 | 0.86 | 0.26 | 0.21 | 318.49 | 0.75 | 0.45 |
| Hex | C9 | 1D | 94 | 0 | 56 | 1A | 15 | 13E | 4B | 2D |
| Octal | 311 | 35 | 224 | 0 | 126 | 32 | 25 | 476 | 113 | 55 |
| Binary | 11001001 | 11101 | 10010100 | 0 | 1010110 | 11010 | 10101 | 100111110 | 1001011 | 101101 |
Color Harmonies of #C91D94
Complementary color
Monochromatic Colors of #C91D94
Black with #C91D94
Text Example
Text Example
White with #C91D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D94; }
p { color: rgb(201,29,148); }
H1.HeaderClassName
{
color: #C91D94;
}
.AnyTagClassName
{
color: #C91D94;
}
</style>
background-color css
<style>
a { background-color: #C91D94; }
a { background-color: rgb(201,29,148); }
div.DivClassName
{
background-color: #C91D94;
}
.BgClassName
{
background-color: #C91D94;
}
</style>
border-color css
<style>
span { border-color: #C91D94; }
span { border-color: rgb(201,29,148); }
td.TdClassName
{
border-color: #C91D94;
}
.TagClassName
{
border-color: #C91D94;
}
</style>