Shades of Medium Red Violet #C93379
Tints of Medium Red Violet #C93379
RGB
CMYK
RGB Variations
Color information
#C93379 (or 0xC93379) is known color: Medium Red Violet. HEX triplet: C9, 33 and 79. RGB value is (201,51,121). Sum of RGB (Red+Green+Blue) = 201+51+121=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C93379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93379 is #36CC86. Grayscale: #676767. Windows color (decimal): -3591303 or 7943113. OLE color: 7943113.
HSL color Cylindrical-coordinate representation of color #C93379: hue angle of 332º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93379 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 121 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.21 |
| HSL | 332º | 0.6% | 0.49% | - |
| HSV(B) | 332º | 0.75% | 0.79% | - |
| XYZ | 28.72 | 16.17 | 19.7 | - |
| YUV | 103.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 121 | 0 | 0.75 | 0.40 | 0.21 | 332 | 0.6 | 0.49 |
| Hex | C9 | 33 | 79 | 0 | 4B | 28 | 15 | 14C | 3C | 31 |
| Octal | 311 | 63 | 171 | 0 | 113 | 50 | 25 | 514 | 74 | 61 |
| Binary | 11001001 | 110011 | 1111001 | 0 | 1001011 | 101000 | 10101 | 101001100 | 111100 | 110001 |
Color Harmonies of #C93379
Complementary color
Monochromatic Colors of #C93379
Black with #C93379
Text Example
Text Example
White with #C93379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93379; }
p { color: rgb(201,51,121); }
H1.HeaderClassName
{
color: #C93379;
}
.AnyTagClassName
{
color: #C93379;
}
</style>
background-color css
<style>
a { background-color: #C93379; }
a { background-color: rgb(201,51,121); }
div.DivClassName
{
background-color: #C93379;
}
.BgClassName
{
background-color: #C93379;
}
</style>
border-color css
<style>
span { border-color: #C93379; }
span { border-color: rgb(201,51,121); }
td.TdClassName
{
border-color: #C93379;
}
.TagClassName
{
border-color: #C93379;
}
</style>