Shades of Medium Red Violet #C93478
Tints of Medium Red Violet #C93478
RGB
CMYK
RGB Variations
Color information
#C93478 (or 0xC93478) is known color: Medium Red Violet. HEX triplet: C9, 34 and 78. RGB value is (201,52,120). Sum of RGB (Red+Green+Blue) = 201+52+120=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C93478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93478 is #36CB87. Grayscale: #686868. Windows color (decimal): -3591048 or 7877833. OLE color: 7877833.
HSL color Cylindrical-coordinate representation of color #C93478: hue angle of 332.62º degrees, saturation: 0.59, 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 #C93478 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 120 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.21 |
| HSL | 332.62º | 0.59% | 0.5% | - |
| HSV(B) | 332.62º | 0.74% | 0.79% | - |
| XYZ | 28.71 | 16.23 | 19.39 | - |
| YUV | 104.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 120 | 0 | 0.74 | 0.40 | 0.21 | 332.62 | 0.59 | 0.5 |
| Hex | C9 | 34 | 78 | 0 | 4A | 28 | 15 | 14D | 3B | 32 |
| Octal | 311 | 64 | 170 | 0 | 112 | 50 | 25 | 515 | 73 | 62 |
| Binary | 11001001 | 110100 | 1111000 | 0 | 1001010 | 101000 | 10101 | 101001101 | 111011 | 110010 |
Color Harmonies of #C93478
Complementary color
Monochromatic Colors of #C93478
Black with #C93478
Text Example
Text Example
White with #C93478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93478; }
p { color: rgb(201,52,120); }
H1.HeaderClassName
{
color: #C93478;
}
.AnyTagClassName
{
color: #C93478;
}
</style>
background-color css
<style>
a { background-color: #C93478; }
a { background-color: rgb(201,52,120); }
div.DivClassName
{
background-color: #C93478;
}
.BgClassName
{
background-color: #C93478;
}
</style>
border-color css
<style>
span { border-color: #C93478; }
span { border-color: rgb(201,52,120); }
td.TdClassName
{
border-color: #C93478;
}
.TagClassName
{
border-color: #C93478;
}
</style>