Shades of Medium Red Violet #C93979
Tints of Medium Red Violet #C93979
RGB
CMYK
RGB Variations
Color information
#C93979 (or 0xC93979) is known color: Medium Red Violet. HEX triplet: C9, 39 and 79. RGB value is (201,57,121). Sum of RGB (Red+Green+Blue) = 201+57+121=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C93979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93979 is #36C686. Grayscale: #6B6B6B. Windows color (decimal): -3589767 or 7944649. OLE color: 7944649.
HSL color Cylindrical-coordinate representation of color #C93979: hue angle of 333.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93979 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 121 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.21 |
| HSL | 333.33º | 0.57% | 0.51% | - |
| HSV(B) | 333.33º | 0.72% | 0.79% | - |
| XYZ | 29 | 16.72 | 19.79 | - |
| YUV | 107.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 121 | 0 | 0.72 | 0.40 | 0.21 | 333.33 | 0.57 | 0.51 |
| Hex | C9 | 39 | 79 | 0 | 48 | 28 | 15 | 14D | 39 | 33 |
| Octal | 311 | 71 | 171 | 0 | 110 | 50 | 25 | 515 | 71 | 63 |
| Binary | 11001001 | 111001 | 1111001 | 0 | 1001000 | 101000 | 10101 | 101001101 | 111001 | 110011 |
Color Harmonies of #C93979
Complementary color
Monochromatic Colors of #C93979
Black with #C93979
Text Example
Text Example
White with #C93979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93979; }
p { color: rgb(201,57,121); }
H1.HeaderClassName
{
color: #C93979;
}
.AnyTagClassName
{
color: #C93979;
}
</style>
background-color css
<style>
a { background-color: #C93979; }
a { background-color: rgb(201,57,121); }
div.DivClassName
{
background-color: #C93979;
}
.BgClassName
{
background-color: #C93979;
}
</style>
border-color css
<style>
span { border-color: #C93979; }
span { border-color: rgb(201,57,121); }
td.TdClassName
{
border-color: #C93979;
}
.TagClassName
{
border-color: #C93979;
}
</style>