Shades of Medium Red Violet #C92988
Tints of Medium Red Violet #C92988
RGB
CMYK
RGB Variations
Color information
#C92988 (or 0xC92988) is known color: Medium Red Violet. HEX triplet: C9, 29 and 88. RGB value is (201,41,136). Sum of RGB (Red+Green+Blue) = 201+41+136=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C92988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92988 is #36D677. Grayscale: #636363. Windows color (decimal): -3593848 or 8923593. OLE color: 8923593.
HSL color Cylindrical-coordinate representation of color #C92988: hue angle of 324.38º 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 #C92988 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 136 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.21 |
| HSL | 324.38º | 0.66% | 0.47% | - |
| HSV(B) | 324.38º | 0.8% | 0.79% | - |
| XYZ | 29.32 | 15.78 | 24.79 | - |
| YUV | 99.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 136 | 0 | 0.80 | 0.32 | 0.21 | 324.38 | 0.66 | 0.47 |
| Hex | C9 | 29 | 88 | 0 | 50 | 20 | 15 | 144 | 42 | 2F |
| Octal | 311 | 51 | 210 | 0 | 120 | 40 | 25 | 504 | 102 | 57 |
| Binary | 11001001 | 101001 | 10001000 | 0 | 1010000 | 100000 | 10101 | 101000100 | 1000010 | 101111 |
Color Harmonies of #C92988
Complementary color
Monochromatic Colors of #C92988
Black with #C92988
Text Example
Text Example
White with #C92988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92988; }
p { color: rgb(201,41,136); }
H1.HeaderClassName
{
color: #C92988;
}
.AnyTagClassName
{
color: #C92988;
}
</style>
background-color css
<style>
a { background-color: #C92988; }
a { background-color: rgb(201,41,136); }
div.DivClassName
{
background-color: #C92988;
}
.BgClassName
{
background-color: #C92988;
}
</style>
border-color css
<style>
span { border-color: #C92988; }
span { border-color: rgb(201,41,136); }
td.TdClassName
{
border-color: #C92988;
}
.TagClassName
{
border-color: #C92988;
}
</style>