Shades of Medium Red Violet #C93477
Tints of Medium Red Violet #C93477
RGB
CMYK
RGB Variations
Color information
#C93477 (or 0xC93477) is known color: Medium Red Violet. HEX triplet: C9, 34 and 77. RGB value is (201,52,119). Sum of RGB (Red+Green+Blue) = 201+52+119=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C93477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93477 is #36CB88. Grayscale: #686868. Windows color (decimal): -3591049 or 7812297. OLE color: 7812297.
HSL color Cylindrical-coordinate representation of color #C93477: hue angle of 333.02º 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 #C93477 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 119 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.21 |
| HSL | 333.02º | 0.59% | 0.5% | - |
| HSV(B) | 333.02º | 0.74% | 0.79% | - |
| XYZ | 28.65 | 16.21 | 19.07 | - |
| YUV | 104.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 119 | 0 | 0.74 | 0.41 | 0.21 | 333.02 | 0.59 | 0.5 |
| Hex | C9 | 34 | 77 | 0 | 4A | 29 | 15 | 14D | 3B | 32 |
| Octal | 311 | 64 | 167 | 0 | 112 | 51 | 25 | 515 | 73 | 62 |
| Binary | 11001001 | 110100 | 1110111 | 0 | 1001010 | 101001 | 10101 | 101001101 | 111011 | 110010 |
Color Harmonies of #C93477
Complementary color
Monochromatic Colors of #C93477
Black with #C93477
Text Example
Text Example
White with #C93477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93477; }
p { color: rgb(201,52,119); }
H1.HeaderClassName
{
color: #C93477;
}
.AnyTagClassName
{
color: #C93477;
}
</style>
background-color css
<style>
a { background-color: #C93477; }
a { background-color: rgb(201,52,119); }
div.DivClassName
{
background-color: #C93477;
}
.BgClassName
{
background-color: #C93477;
}
</style>
border-color css
<style>
span { border-color: #C93477; }
span { border-color: rgb(201,52,119); }
td.TdClassName
{
border-color: #C93477;
}
.TagClassName
{
border-color: #C93477;
}
</style>