Shades of Medium Violet Red #C92079
Tints of Medium Violet Red #C92079
RGB
CMYK
RGB Variations
Color information
#C92079 (or 0xC92079) is known color: Medium Violet Red. HEX triplet: C9, 20 and 79. RGB value is (201,32,121). Sum of RGB (Red+Green+Blue) = 201+32+121=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C92079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92079 is #36DF86. Grayscale: #5C5C5C. Windows color (decimal): -3596167 or 7938249. OLE color: 7938249.
HSL color Cylindrical-coordinate representation of color #C92079: hue angle of 328.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92079 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 121 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.21 |
| HSL | 328.4º | 0.73% | 0.46% | - |
| HSV(B) | 328.4º | 0.84% | 0.79% | - |
| XYZ | 28.06 | 14.83 | 19.47 | - |
| YUV | 92.68 | 143.99 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 121 | 0 | 0.84 | 0.40 | 0.21 | 328.4 | 0.73 | 0.46 |
| Hex | C9 | 20 | 79 | 0 | 54 | 28 | 15 | 148 | 49 | 2E |
| Octal | 311 | 40 | 171 | 0 | 124 | 50 | 25 | 510 | 111 | 56 |
| Binary | 11001001 | 100000 | 1111001 | 0 | 1010100 | 101000 | 10101 | 101001000 | 1001001 | 101110 |
Color Harmonies of #C92079
Complementary color
Monochromatic Colors of #C92079
Black with #C92079
Text Example
Text Example
White with #C92079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92079; }
p { color: rgb(201,32,121); }
H1.HeaderClassName
{
color: #C92079;
}
.AnyTagClassName
{
color: #C92079;
}
</style>
background-color css
<style>
a { background-color: #C92079; }
a { background-color: rgb(201,32,121); }
div.DivClassName
{
background-color: #C92079;
}
.BgClassName
{
background-color: #C92079;
}
</style>
border-color css
<style>
span { border-color: #C92079; }
span { border-color: rgb(201,32,121); }
td.TdClassName
{
border-color: #C92079;
}
.TagClassName
{
border-color: #C92079;
}
</style>