Shades of Medium Violet Red #C91891
Tints of Medium Violet Red #C91891
RGB
CMYK
RGB Variations
Color information
#C91891 (or 0xC91891) is known color: Medium Violet Red. HEX triplet: C9, 18 and 91. RGB value is (201,24,145). Sum of RGB (Red+Green+Blue) = 201+24+145=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C91891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91891 is #36E76E. Grayscale: #5A5A5A. Windows color (decimal): -3598191 or 9509065. OLE color: 9509065.
HSL color Cylindrical-coordinate representation of color #C91891: hue angle of 318.98º 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 #C91891 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 145 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.21 |
| HSL | 318.98º | 0.79% | 0.44% | - |
| HSV(B) | 318.98º | 0.88% | 0.79% | - |
| XYZ | 29.52 | 15.12 | 28.15 | - |
| YUV | 90.72 | 158.64 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 145 | 0 | 0.88 | 0.28 | 0.21 | 318.98 | 0.79 | 0.44 |
| Hex | C9 | 18 | 91 | 0 | 58 | 1C | 15 | 13F | 4F | 2C |
| Octal | 311 | 30 | 221 | 0 | 130 | 34 | 25 | 477 | 117 | 54 |
| Binary | 11001001 | 11000 | 10010001 | 0 | 1011000 | 11100 | 10101 | 100111111 | 1001111 | 101100 |
Color Harmonies of #C91891
Complementary color
Monochromatic Colors of #C91891
Black with #C91891
Text Example
Text Example
White with #C91891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91891; }
p { color: rgb(201,24,145); }
H1.HeaderClassName
{
color: #C91891;
}
.AnyTagClassName
{
color: #C91891;
}
</style>
background-color css
<style>
a { background-color: #C91891; }
a { background-color: rgb(201,24,145); }
div.DivClassName
{
background-color: #C91891;
}
.BgClassName
{
background-color: #C91891;
}
</style>
border-color css
<style>
span { border-color: #C91891; }
span { border-color: rgb(201,24,145); }
td.TdClassName
{
border-color: #C91891;
}
.TagClassName
{
border-color: #C91891;
}
</style>