Shades of Medium Red Violet #C92998
Tints of Medium Red Violet #C92998
RGB
CMYK
RGB Variations
Color information
#C92998 (or 0xC92998) is known color: Medium Red Violet. HEX triplet: C9, 29 and 98. RGB value is (201,41,152). Sum of RGB (Red+Green+Blue) = 201+41+152=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C92998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92998 is #36D667. Grayscale: #656565. Windows color (decimal): -3593832 or 9972169. OLE color: 9972169.
HSL color Cylindrical-coordinate representation of color #C92998: hue angle of 318.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 #C92998 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 152 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.21 |
| HSL | 318.38º | 0.66% | 0.47% | - |
| HSV(B) | 318.38º | 0.8% | 0.79% | - |
| XYZ | 30.55 | 16.27 | 31.24 | - |
| YUV | 101.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 152 | 0 | 0.80 | 0.24 | 0.21 | 318.38 | 0.66 | 0.47 |
| Hex | C9 | 29 | 98 | 0 | 50 | 18 | 15 | 13E | 42 | 2F |
| Octal | 311 | 51 | 230 | 0 | 120 | 30 | 25 | 476 | 102 | 57 |
| Binary | 11001001 | 101001 | 10011000 | 0 | 1010000 | 11000 | 10101 | 100111110 | 1000010 | 101111 |
Color Harmonies of #C92998
Complementary color
Monochromatic Colors of #C92998
Black with #C92998
Text Example
Text Example
White with #C92998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92998; }
p { color: rgb(201,41,152); }
H1.HeaderClassName
{
color: #C92998;
}
.AnyTagClassName
{
color: #C92998;
}
</style>
background-color css
<style>
a { background-color: #C92998; }
a { background-color: rgb(201,41,152); }
div.DivClassName
{
background-color: #C92998;
}
.BgClassName
{
background-color: #C92998;
}
</style>
border-color css
<style>
span { border-color: #C92998; }
span { border-color: rgb(201,41,152); }
td.TdClassName
{
border-color: #C92998;
}
.TagClassName
{
border-color: #C92998;
}
</style>