Shades of Medium Red Violet #C93589
Tints of Medium Red Violet #C93589
RGB
CMYK
RGB Variations
Color information
#C93589 (or 0xC93589) is known color: Medium Red Violet. HEX triplet: C9, 35 and 89. RGB value is (201,53,137). Sum of RGB (Red+Green+Blue) = 201+53+137=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C93589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93589 is #36CA76. Grayscale: #6A6A6A. Windows color (decimal): -3590775 or 8992201. OLE color: 8992201.
HSL color Cylindrical-coordinate representation of color #C93589: hue angle of 325.95º 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 #C93589 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 137 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.21 |
| HSL | 325.95º | 0.58% | 0.5% | - |
| HSV(B) | 325.95º | 0.74% | 0.79% | - |
| XYZ | 29.88 | 16.77 | 25.33 | - |
| YUV | 106.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 137 | 0 | 0.74 | 0.32 | 0.21 | 325.95 | 0.58 | 0.5 |
| Hex | C9 | 35 | 89 | 0 | 4A | 20 | 15 | 146 | 3A | 32 |
| Octal | 311 | 65 | 211 | 0 | 112 | 40 | 25 | 506 | 72 | 62 |
| Binary | 11001001 | 110101 | 10001001 | 0 | 1001010 | 100000 | 10101 | 101000110 | 111010 | 110010 |
Color Harmonies of #C93589
Complementary color
Monochromatic Colors of #C93589
Black with #C93589
Text Example
Text Example
White with #C93589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93589; }
p { color: rgb(201,53,137); }
H1.HeaderClassName
{
color: #C93589;
}
.AnyTagClassName
{
color: #C93589;
}
</style>
background-color css
<style>
a { background-color: #C93589; }
a { background-color: rgb(201,53,137); }
div.DivClassName
{
background-color: #C93589;
}
.BgClassName
{
background-color: #C93589;
}
</style>
border-color css
<style>
span { border-color: #C93589; }
span { border-color: rgb(201,53,137); }
td.TdClassName
{
border-color: #C93589;
}
.TagClassName
{
border-color: #C93589;
}
</style>