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