Shades of Medium Red Violet #C93779
Tints of Medium Red Violet #C93779
RGB
CMYK
RGB Variations
Color information
#C93779 (or 0xC93779) is known color: Medium Red Violet. HEX triplet: C9, 37 and 79. RGB value is (201,55,121). Sum of RGB (Red+Green+Blue) = 201+55+121=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C93779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93779 is #36C886. Grayscale: #6A6A6A. Windows color (decimal): -3590279 or 7944137. OLE color: 7944137.
HSL color Cylindrical-coordinate representation of color #C93779: hue angle of 332.88º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93779 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 121 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.21 |
| HSL | 332.88º | 0.57% | 0.5% | - |
| HSV(B) | 332.88º | 0.73% | 0.79% | - |
| XYZ | 28.9 | 16.53 | 19.76 | - |
| YUV | 106.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 121 | 0 | 0.73 | 0.40 | 0.21 | 332.88 | 0.57 | 0.5 |
| Hex | C9 | 37 | 79 | 0 | 49 | 28 | 15 | 14D | 39 | 32 |
| Octal | 311 | 67 | 171 | 0 | 111 | 50 | 25 | 515 | 71 | 62 |
| Binary | 11001001 | 110111 | 1111001 | 0 | 1001001 | 101000 | 10101 | 101001101 | 111001 | 110010 |
Color Harmonies of #C93779
Complementary color
Monochromatic Colors of #C93779
Black with #C93779
Text Example
Text Example
White with #C93779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93779; }
p { color: rgb(201,55,121); }
H1.HeaderClassName
{
color: #C93779;
}
.AnyTagClassName
{
color: #C93779;
}
</style>
background-color css
<style>
a { background-color: #C93779; }
a { background-color: rgb(201,55,121); }
div.DivClassName
{
background-color: #C93779;
}
.BgClassName
{
background-color: #C93779;
}
</style>
border-color css
<style>
span { border-color: #C93779; }
span { border-color: rgb(201,55,121); }
td.TdClassName
{
border-color: #C93779;
}
.TagClassName
{
border-color: #C93779;
}
</style>