Shades of Medium Violet Red #C91871
Tints of Medium Violet Red #C91871
RGB
CMYK
RGB Variations
Color information
#C91871 (or 0xC91871) is known color: Medium Violet Red. HEX triplet: C9, 18 and 71. RGB value is (201,24,113). Sum of RGB (Red+Green+Blue) = 201+24+113=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C91871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91871 is #36E78E. Grayscale: #565656. Windows color (decimal): -3598223 or 7411913. OLE color: 7411913.
HSL color Cylindrical-coordinate representation of color #C91871: hue angle of 329.83º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91871 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 113 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.21 |
| HSL | 329.83º | 0.79% | 0.44% | - |
| HSV(B) | 329.83º | 0.88% | 0.79% | - |
| XYZ | 27.39 | 14.26 | 16.93 | - |
| YUV | 87.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 113 | 0 | 0.88 | 0.44 | 0.21 | 329.83 | 0.79 | 0.44 |
| Hex | C9 | 18 | 71 | 0 | 58 | 2C | 15 | 14A | 4F | 2C |
| Octal | 311 | 30 | 161 | 0 | 130 | 54 | 25 | 512 | 117 | 54 |
| Binary | 11001001 | 11000 | 1110001 | 0 | 1011000 | 101100 | 10101 | 101001010 | 1001111 | 101100 |
Color Harmonies of #C91871
Complementary color
Monochromatic Colors of #C91871
Black with #C91871
Text Example
Text Example
White with #C91871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91871; }
p { color: rgb(201,24,113); }
H1.HeaderClassName
{
color: #C91871;
}
.AnyTagClassName
{
color: #C91871;
}
</style>
background-color css
<style>
a { background-color: #C91871; }
a { background-color: rgb(201,24,113); }
div.DivClassName
{
background-color: #C91871;
}
.BgClassName
{
background-color: #C91871;
}
</style>
border-color css
<style>
span { border-color: #C91871; }
span { border-color: rgb(201,24,113); }
td.TdClassName
{
border-color: #C91871;
}
.TagClassName
{
border-color: #C91871;
}
</style>