Shades of Medium Red Violet #C93899
Tints of Medium Red Violet #C93899
RGB
CMYK
RGB Variations
Color information
#C93899 (or 0xC93899) is known color: Medium Red Violet. HEX triplet: C9, 38 and 99. RGB value is (201,56,153). Sum of RGB (Red+Green+Blue) = 201+56+153=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C93899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93899 is #36C766. Grayscale: #6E6E6E. Windows color (decimal): -3589991 or 10041545. OLE color: 10041545.
HSL color Cylindrical-coordinate representation of color #C93899: hue angle of 319.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93899 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 153 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.21 |
| HSL | 319.86º | 0.57% | 0.5% | - |
| HSV(B) | 319.86º | 0.72% | 0.79% | - |
| XYZ | 31.25 | 17.55 | 31.88 | - |
| YUV | 110.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 153 | 0 | 0.72 | 0.24 | 0.21 | 319.86 | 0.57 | 0.5 |
| Hex | C9 | 38 | 99 | 0 | 48 | 18 | 15 | 140 | 39 | 32 |
| Octal | 311 | 70 | 231 | 0 | 110 | 30 | 25 | 500 | 71 | 62 |
| Binary | 11001001 | 111000 | 10011001 | 0 | 1001000 | 11000 | 10101 | 101000000 | 111001 | 110010 |
Color Harmonies of #C93899
Complementary color
Monochromatic Colors of #C93899
Black with #C93899
Text Example
Text Example
White with #C93899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93899; }
p { color: rgb(201,56,153); }
H1.HeaderClassName
{
color: #C93899;
}
.AnyTagClassName
{
color: #C93899;
}
</style>
background-color css
<style>
a { background-color: #C93899; }
a { background-color: rgb(201,56,153); }
div.DivClassName
{
background-color: #C93899;
}
.BgClassName
{
background-color: #C93899;
}
</style>
border-color css
<style>
span { border-color: #C93899; }
span { border-color: rgb(201,56,153); }
td.TdClassName
{
border-color: #C93899;
}
.TagClassName
{
border-color: #C93899;
}
</style>