Shades of Medium Violet Red #C92095
Tints of Medium Violet Red #C92095
RGB
CMYK
RGB Variations
Color information
#C92095 (or 0xC92095) is known color: Medium Violet Red. HEX triplet: C9, 20 and 95. RGB value is (201,32,149). Sum of RGB (Red+Green+Blue) = 201+32+149=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C92095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92095 is #36DF6A. Grayscale: #5F5F5F. Windows color (decimal): -3596139 or 9773257. OLE color: 9773257.
HSL color Cylindrical-coordinate representation of color #C92095: hue angle of 318.46º 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 #C92095 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 149 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.21 |
| HSL | 318.46º | 0.73% | 0.46% | - |
| HSV(B) | 318.46º | 0.84% | 0.79% | - |
| XYZ | 30.03 | 15.62 | 29.87 | - |
| YUV | 95.87 | 157.99 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 149 | 0 | 0.84 | 0.26 | 0.21 | 318.46 | 0.73 | 0.46 |
| Hex | C9 | 20 | 95 | 0 | 54 | 1A | 15 | 13E | 49 | 2E |
| Octal | 311 | 40 | 225 | 0 | 124 | 32 | 25 | 476 | 111 | 56 |
| Binary | 11001001 | 100000 | 10010101 | 0 | 1010100 | 11010 | 10101 | 100111110 | 1001001 | 101110 |
Color Harmonies of #C92095
Complementary color
Monochromatic Colors of #C92095
Black with #C92095
Text Example
Text Example
White with #C92095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92095; }
p { color: rgb(201,32,149); }
H1.HeaderClassName
{
color: #C92095;
}
.AnyTagClassName
{
color: #C92095;
}
</style>
background-color css
<style>
a { background-color: #C92095; }
a { background-color: rgb(201,32,149); }
div.DivClassName
{
background-color: #C92095;
}
.BgClassName
{
background-color: #C92095;
}
</style>
border-color css
<style>
span { border-color: #C92095; }
span { border-color: rgb(201,32,149); }
td.TdClassName
{
border-color: #C92095;
}
.TagClassName
{
border-color: #C92095;
}
</style>