Shades of Medium Red Violet #C93989
Tints of Medium Red Violet #C93989
RGB
CMYK
RGB Variations
Color information
#C93989 (or 0xC93989) is known color: Medium Red Violet. HEX triplet: C9, 39 and 89. RGB value is (201,57,137). Sum of RGB (Red+Green+Blue) = 201+57+137=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C93989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93989 is #36C676. Grayscale: #6D6D6D. Windows color (decimal): -3589751 or 8993225. OLE color: 8993225.
HSL color Cylindrical-coordinate representation of color #C93989: hue angle of 326.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93989 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 137 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.21 |
| HSL | 326.67º | 0.57% | 0.51% | - |
| HSV(B) | 326.67º | 0.72% | 0.79% | - |
| XYZ | 30.07 | 17.15 | 25.39 | - |
| YUV | 109.18 | 143.71 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 137 | 0 | 0.72 | 0.32 | 0.21 | 326.67 | 0.57 | 0.51 |
| Hex | C9 | 39 | 89 | 0 | 48 | 20 | 15 | 147 | 39 | 33 |
| Octal | 311 | 71 | 211 | 0 | 110 | 40 | 25 | 507 | 71 | 63 |
| Binary | 11001001 | 111001 | 10001001 | 0 | 1001000 | 100000 | 10101 | 101000111 | 111001 | 110011 |
Color Harmonies of #C93989
Complementary color
Monochromatic Colors of #C93989
Black with #C93989
Text Example
Text Example
White with #C93989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93989; }
p { color: rgb(201,57,137); }
H1.HeaderClassName
{
color: #C93989;
}
.AnyTagClassName
{
color: #C93989;
}
</style>
background-color css
<style>
a { background-color: #C93989; }
a { background-color: rgb(201,57,137); }
div.DivClassName
{
background-color: #C93989;
}
.BgClassName
{
background-color: #C93989;
}
</style>
border-color css
<style>
span { border-color: #C93989; }
span { border-color: rgb(201,57,137); }
td.TdClassName
{
border-color: #C93989;
}
.TagClassName
{
border-color: #C93989;
}
</style>