Shades of Medium Red Violet #C93888
Tints of Medium Red Violet #C93888
RGB
CMYK
RGB Variations
Color information
#C93888 (or 0xC93888) is known color: Medium Red Violet. HEX triplet: C9, 38 and 88. RGB value is (201,56,136). Sum of RGB (Red+Green+Blue) = 201+56+136=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C93888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93888 is #36C777. Grayscale: #6C6C6C. Windows color (decimal): -3590008 or 8927433. OLE color: 8927433.
HSL color Cylindrical-coordinate representation of color #C93888: hue angle of 326.9º 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 #C93888 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 136 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.21 |
| HSL | 326.9º | 0.57% | 0.5% | - |
| HSV(B) | 326.9º | 0.72% | 0.79% | - |
| XYZ | 29.95 | 17.02 | 25 | - |
| YUV | 108.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 136 | 0 | 0.72 | 0.32 | 0.21 | 326.9 | 0.57 | 0.5 |
| Hex | C9 | 38 | 88 | 0 | 48 | 20 | 15 | 147 | 39 | 32 |
| Octal | 311 | 70 | 210 | 0 | 110 | 40 | 25 | 507 | 71 | 62 |
| Binary | 11001001 | 111000 | 10001000 | 0 | 1001000 | 100000 | 10101 | 101000111 | 111001 | 110010 |
Color Harmonies of #C93888
Complementary color
Monochromatic Colors of #C93888
Black with #C93888
Text Example
Text Example
White with #C93888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93888; }
p { color: rgb(201,56,136); }
H1.HeaderClassName
{
color: #C93888;
}
.AnyTagClassName
{
color: #C93888;
}
</style>
background-color css
<style>
a { background-color: #C93888; }
a { background-color: rgb(201,56,136); }
div.DivClassName
{
background-color: #C93888;
}
.BgClassName
{
background-color: #C93888;
}
</style>
border-color css
<style>
span { border-color: #C93888; }
span { border-color: rgb(201,56,136); }
td.TdClassName
{
border-color: #C93888;
}
.TagClassName
{
border-color: #C93888;
}
</style>