Shades of Medium Red Violet #C93588
Tints of Medium Red Violet #C93588
RGB
CMYK
RGB Variations
Color information
#C93588 (or 0xC93588) is known color: Medium Red Violet. HEX triplet: C9, 35 and 88. RGB value is (201,53,136). Sum of RGB (Red+Green+Blue) = 201+53+136=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C93588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93588 is #36CA77. Grayscale: #6A6A6A. Windows color (decimal): -3590776 or 8926665. OLE color: 8926665.
HSL color Cylindrical-coordinate representation of color #C93588: hue angle of 326.35º 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 #C93588 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 136 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.21 |
| HSL | 326.35º | 0.58% | 0.5% | - |
| HSV(B) | 326.35º | 0.74% | 0.79% | - |
| XYZ | 29.8 | 16.74 | 24.95 | - |
| YUV | 106.71 | 144.53 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 136 | 0 | 0.74 | 0.32 | 0.21 | 326.35 | 0.58 | 0.5 |
| Hex | C9 | 35 | 88 | 0 | 4A | 20 | 15 | 146 | 3A | 32 |
| Octal | 311 | 65 | 210 | 0 | 112 | 40 | 25 | 506 | 72 | 62 |
| Binary | 11001001 | 110101 | 10001000 | 0 | 1001010 | 100000 | 10101 | 101000110 | 111010 | 110010 |
Color Harmonies of #C93588
Complementary color
Monochromatic Colors of #C93588
Black with #C93588
Text Example
Text Example
White with #C93588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93588; }
p { color: rgb(201,53,136); }
H1.HeaderClassName
{
color: #C93588;
}
.AnyTagClassName
{
color: #C93588;
}
</style>
background-color css
<style>
a { background-color: #C93588; }
a { background-color: rgb(201,53,136); }
div.DivClassName
{
background-color: #C93588;
}
.BgClassName
{
background-color: #C93588;
}
</style>
border-color css
<style>
span { border-color: #C93588; }
span { border-color: rgb(201,53,136); }
td.TdClassName
{
border-color: #C93588;
}
.TagClassName
{
border-color: #C93588;
}
</style>