Shades of Mulberry #C93C8E
Tints of Mulberry #C93C8E
RGB
CMYK
RGB Variations
Color information
#C93C8E (or 0xC93C8E) is known color: Mulberry. HEX triplet: C9, 3C and 8E. RGB value is (201,60,142). Sum of RGB (Red+Green+Blue) = 201+60+142=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93C8E is #36C371. Grayscale: #6F6F6F. Windows color (decimal): -3588978 or 9321673. OLE color: 9321673.
HSL color Cylindrical-coordinate representation of color #C93C8E: hue angle of 325.11º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C8E is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 142 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.21 |
| HSL | 325.11º | 0.57% | 0.51% | - |
| HSV(B) | 325.11º | 0.7% | 0.79% | - |
| XYZ | 30.59 | 17.6 | 27.38 | - |
| YUV | 111.51 | 145.21 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 142 | 0 | 0.70 | 0.29 | 0.21 | 325.11 | 0.57 | 0.51 |
| Hex | C9 | 3C | 8E | 0 | 46 | 1D | 15 | 145 | 39 | 33 |
| Octal | 311 | 74 | 216 | 0 | 106 | 35 | 25 | 505 | 71 | 63 |
| Binary | 11001001 | 111100 | 10001110 | 0 | 1000110 | 11101 | 10101 | 101000101 | 111001 | 110011 |
Color Harmonies of #C93C8E
Complementary color
Monochromatic Colors of #C93C8E
Black with #C93C8E
Text Example
Text Example
White with #C93C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C8E; }
p { color: rgb(201,60,142); }
H1.HeaderClassName
{
color: #C93C8E;
}
.AnyTagClassName
{
color: #C93C8E;
}
</style>
background-color css
<style>
a { background-color: #C93C8E; }
a { background-color: rgb(201,60,142); }
div.DivClassName
{
background-color: #C93C8E;
}
.BgClassName
{
background-color: #C93C8E;
}
</style>
border-color css
<style>
span { border-color: #C93C8E; }
span { border-color: rgb(201,60,142); }
td.TdClassName
{
border-color: #C93C8E;
}
.TagClassName
{
border-color: #C93C8E;
}
</style>