Shades of Medium Red Violet #C92979
Tints of Medium Red Violet #C92979
RGB
CMYK
RGB Variations
Color information
#C92979 (or 0xC92979) is known color: Medium Red Violet. HEX triplet: C9, 29 and 79. RGB value is (201,41,121). Sum of RGB (Red+Green+Blue) = 201+41+121=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C92979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92979 is #36D686. Grayscale: #616161. Windows color (decimal): -3593863 or 7940553. OLE color: 7940553.
HSL color Cylindrical-coordinate representation of color #C92979: hue angle of 330º 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 #C92979 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 121 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.21 |
| HSL | 330º | 0.66% | 0.47% | - |
| HSV(B) | 330º | 0.8% | 0.79% | - |
| XYZ | 28.33 | 15.38 | 19.57 | - |
| YUV | 97.96 | 141.01 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 121 | 0 | 0.80 | 0.40 | 0.21 | 330 | 0.66 | 0.47 |
| Hex | C9 | 29 | 79 | 0 | 50 | 28 | 15 | 14A | 42 | 2F |
| Octal | 311 | 51 | 171 | 0 | 120 | 50 | 25 | 512 | 102 | 57 |
| Binary | 11001001 | 101001 | 1111001 | 0 | 1010000 | 101000 | 10101 | 101001010 | 1000010 | 101111 |
Color Harmonies of #C92979
Complementary color
Monochromatic Colors of #C92979
Black with #C92979
Text Example
Text Example
White with #C92979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92979; }
p { color: rgb(201,41,121); }
H1.HeaderClassName
{
color: #C92979;
}
.AnyTagClassName
{
color: #C92979;
}
</style>
background-color css
<style>
a { background-color: #C92979; }
a { background-color: rgb(201,41,121); }
div.DivClassName
{
background-color: #C92979;
}
.BgClassName
{
background-color: #C92979;
}
</style>
border-color css
<style>
span { border-color: #C92979; }
span { border-color: rgb(201,41,121); }
td.TdClassName
{
border-color: #C92979;
}
.TagClassName
{
border-color: #C92979;
}
</style>