Shades of Medium Red Violet #C92995
Tints of Medium Red Violet #C92995
RGB
CMYK
RGB Variations
Color information
#C92995 (or 0xC92995) is known color: Medium Red Violet. HEX triplet: C9, 29 and 95. RGB value is (201,41,149). Sum of RGB (Red+Green+Blue) = 201+41+149=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C92995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92995 is #36D66A. Grayscale: #646464. Windows color (decimal): -3593835 or 9775561. OLE color: 9775561.
HSL color Cylindrical-coordinate representation of color #C92995: hue angle of 319.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92995 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 149 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.21 |
| HSL | 319.5º | 0.66% | 0.47% | - |
| HSV(B) | 319.5º | 0.8% | 0.79% | - |
| XYZ | 30.31 | 16.17 | 29.96 | - |
| YUV | 101.15 | 155.01 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 149 | 0 | 0.80 | 0.26 | 0.21 | 319.5 | 0.66 | 0.47 |
| Hex | C9 | 29 | 95 | 0 | 50 | 1A | 15 | 140 | 42 | 2F |
| Octal | 311 | 51 | 225 | 0 | 120 | 32 | 25 | 500 | 102 | 57 |
| Binary | 11001001 | 101001 | 10010101 | 0 | 1010000 | 11010 | 10101 | 101000000 | 1000010 | 101111 |
Color Harmonies of #C92995
Complementary color
Monochromatic Colors of #C92995
Black with #C92995
Text Example
Text Example
White with #C92995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92995; }
p { color: rgb(201,41,149); }
H1.HeaderClassName
{
color: #C92995;
}
.AnyTagClassName
{
color: #C92995;
}
</style>
background-color css
<style>
a { background-color: #C92995; }
a { background-color: rgb(201,41,149); }
div.DivClassName
{
background-color: #C92995;
}
.BgClassName
{
background-color: #C92995;
}
</style>
border-color css
<style>
span { border-color: #C92995; }
span { border-color: rgb(201,41,149); }
td.TdClassName
{
border-color: #C92995;
}
.TagClassName
{
border-color: #C92995;
}
</style>