Shades of Medium Violet Red #C92091
Tints of Medium Violet Red #C92091
RGB
CMYK
RGB Variations
Color information
#C92091 (or 0xC92091) is known color: Medium Violet Red. HEX triplet: C9, 20 and 91. RGB value is (201,32,145). Sum of RGB (Red+Green+Blue) = 201+32+145=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C92091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92091 is #36DF6E. Grayscale: #5F5F5F. Windows color (decimal): -3596143 or 9511113. OLE color: 9511113.
HSL color Cylindrical-coordinate representation of color #C92091: hue angle of 319.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92091 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 145 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.21 |
| HSL | 319.88º | 0.73% | 0.46% | - |
| HSV(B) | 319.88º | 0.84% | 0.79% | - |
| XYZ | 29.71 | 15.49 | 28.21 | - |
| YUV | 95.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 145 | 0 | 0.84 | 0.28 | 0.21 | 319.88 | 0.73 | 0.46 |
| Hex | C9 | 20 | 91 | 0 | 54 | 1C | 15 | 140 | 49 | 2E |
| Octal | 311 | 40 | 221 | 0 | 124 | 34 | 25 | 500 | 111 | 56 |
| Binary | 11001001 | 100000 | 10010001 | 0 | 1010100 | 11100 | 10101 | 101000000 | 1001001 | 101110 |
Color Harmonies of #C92091
Complementary color
Monochromatic Colors of #C92091
Black with #C92091
Text Example
Text Example
White with #C92091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92091; }
p { color: rgb(201,32,145); }
H1.HeaderClassName
{
color: #C92091;
}
.AnyTagClassName
{
color: #C92091;
}
</style>
background-color css
<style>
a { background-color: #C92091; }
a { background-color: rgb(201,32,145); }
div.DivClassName
{
background-color: #C92091;
}
.BgClassName
{
background-color: #C92091;
}
</style>
border-color css
<style>
span { border-color: #C92091; }
span { border-color: rgb(201,32,145); }
td.TdClassName
{
border-color: #C92091;
}
.TagClassName
{
border-color: #C92091;
}
</style>