Shades of Medium Red Violet #C93578
Tints of Medium Red Violet #C93578
RGB
CMYK
RGB Variations
Color information
#C93578 (or 0xC93578) is known color: Medium Red Violet. HEX triplet: C9, 35 and 78. RGB value is (201,53,120). Sum of RGB (Red+Green+Blue) = 201+53+120=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C93578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93578 is #36CA87. Grayscale: #686868. Windows color (decimal): -3590792 or 7878089. OLE color: 7878089.
HSL color Cylindrical-coordinate representation of color #C93578: hue angle of 332.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93578 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 120 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.21 |
| HSL | 332.84º | 0.58% | 0.5% | - |
| HSV(B) | 332.84º | 0.74% | 0.79% | - |
| XYZ | 28.75 | 16.32 | 19.4 | - |
| YUV | 104.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 120 | 0 | 0.74 | 0.40 | 0.21 | 332.84 | 0.58 | 0.5 |
| Hex | C9 | 35 | 78 | 0 | 4A | 28 | 15 | 14D | 3A | 32 |
| Octal | 311 | 65 | 170 | 0 | 112 | 50 | 25 | 515 | 72 | 62 |
| Binary | 11001001 | 110101 | 1111000 | 0 | 1001010 | 101000 | 10101 | 101001101 | 111010 | 110010 |
Color Harmonies of #C93578
Complementary color
Monochromatic Colors of #C93578
Black with #C93578
Text Example
Text Example
White with #C93578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93578; }
p { color: rgb(201,53,120); }
H1.HeaderClassName
{
color: #C93578;
}
.AnyTagClassName
{
color: #C93578;
}
</style>
background-color css
<style>
a { background-color: #C93578; }
a { background-color: rgb(201,53,120); }
div.DivClassName
{
background-color: #C93578;
}
.BgClassName
{
background-color: #C93578;
}
</style>
border-color css
<style>
span { border-color: #C93578; }
span { border-color: rgb(201,53,120); }
td.TdClassName
{
border-color: #C93578;
}
.TagClassName
{
border-color: #C93578;
}
</style>