Shades of Medium Red Violet #C93189
Tints of Medium Red Violet #C93189
RGB
CMYK
RGB Variations
Color information
#C93189 (or 0xC93189) is known color: Medium Red Violet. HEX triplet: C9, 31 and 89. RGB value is (201,49,137). Sum of RGB (Red+Green+Blue) = 201+49+137=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C93189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93189 is #36CE76. Grayscale: #686868. Windows color (decimal): -3591799 or 8991177. OLE color: 8991177.
HSL color Cylindrical-coordinate representation of color #C93189: hue angle of 325.26º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93189 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 137 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.21 |
| HSL | 325.26º | 0.61% | 0.49% | - |
| HSV(B) | 325.26º | 0.76% | 0.79% | - |
| XYZ | 29.7 | 16.42 | 25.27 | - |
| YUV | 104.48 | 146.36 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 137 | 0 | 0.76 | 0.32 | 0.21 | 325.26 | 0.61 | 0.49 |
| Hex | C9 | 31 | 89 | 0 | 4C | 20 | 15 | 145 | 3D | 31 |
| Octal | 311 | 61 | 211 | 0 | 114 | 40 | 25 | 505 | 75 | 61 |
| Binary | 11001001 | 110001 | 10001001 | 0 | 1001100 | 100000 | 10101 | 101000101 | 111101 | 110001 |
Color Harmonies of #C93189
Complementary color
Monochromatic Colors of #C93189
Black with #C93189
Text Example
Text Example
White with #C93189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93189; }
p { color: rgb(201,49,137); }
H1.HeaderClassName
{
color: #C93189;
}
.AnyTagClassName
{
color: #C93189;
}
</style>
background-color css
<style>
a { background-color: #C93189; }
a { background-color: rgb(201,49,137); }
div.DivClassName
{
background-color: #C93189;
}
.BgClassName
{
background-color: #C93189;
}
</style>
border-color css
<style>
span { border-color: #C93189; }
span { border-color: rgb(201,49,137); }
td.TdClassName
{
border-color: #C93189;
}
.TagClassName
{
border-color: #C93189;
}
</style>