Shades of Medium Red Violet #C93887
Tints of Medium Red Violet #C93887
RGB
CMYK
RGB Variations
Color information
#C93887 (or 0xC93887) is known color: Medium Red Violet. HEX triplet: C9, 38 and 87. RGB value is (201,56,135). Sum of RGB (Red+Green+Blue) = 201+56+135=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C93887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93887 is #36C778. Grayscale: #6C6C6C. Windows color (decimal): -3590009 or 8861897. OLE color: 8861897.
HSL color Cylindrical-coordinate representation of color #C93887: hue angle of 327.31º 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 #C93887 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 135 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.21 |
| HSL | 327.31º | 0.57% | 0.5% | - |
| HSV(B) | 327.31º | 0.72% | 0.79% | - |
| XYZ | 29.87 | 17 | 24.63 | - |
| YUV | 108.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 135 | 0 | 0.72 | 0.33 | 0.21 | 327.31 | 0.57 | 0.5 |
| Hex | C9 | 38 | 87 | 0 | 48 | 21 | 15 | 147 | 39 | 32 |
| Octal | 311 | 70 | 207 | 0 | 110 | 41 | 25 | 507 | 71 | 62 |
| Binary | 11001001 | 111000 | 10000111 | 0 | 1001000 | 100001 | 10101 | 101000111 | 111001 | 110010 |
Color Harmonies of #C93887
Complementary color
Monochromatic Colors of #C93887
Black with #C93887
Text Example
Text Example
White with #C93887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93887; }
p { color: rgb(201,56,135); }
H1.HeaderClassName
{
color: #C93887;
}
.AnyTagClassName
{
color: #C93887;
}
</style>
background-color css
<style>
a { background-color: #C93887; }
a { background-color: rgb(201,56,135); }
div.DivClassName
{
background-color: #C93887;
}
.BgClassName
{
background-color: #C93887;
}
</style>
border-color css
<style>
span { border-color: #C93887; }
span { border-color: rgb(201,56,135); }
td.TdClassName
{
border-color: #C93887;
}
.TagClassName
{
border-color: #C93887;
}
</style>