Shades of Mulberry #C93C84
Tints of Mulberry #C93C84
RGB
CMYK
RGB Variations
Color information
#C93C84 (or 0xC93C84) is known color: Mulberry. HEX triplet: C9, 3C and 84. RGB value is (201,60,132). Sum of RGB (Red+Green+Blue) = 201+60+132=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93C84 is #36C37B. Grayscale: #6E6E6E. Windows color (decimal): -3588988 or 8666313. OLE color: 8666313.
HSL color Cylindrical-coordinate representation of color #C93C84: hue angle of 329.36º 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 #C93C84 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 132 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.21 |
| HSL | 329.36º | 0.57% | 0.51% | - |
| HSV(B) | 329.36º | 0.7% | 0.79% | - |
| XYZ | 29.87 | 17.32 | 23.6 | - |
| YUV | 110.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 132 | 0 | 0.70 | 0.34 | 0.21 | 329.36 | 0.57 | 0.51 |
| Hex | C9 | 3C | 84 | 0 | 46 | 22 | 15 | 149 | 39 | 33 |
| Octal | 311 | 74 | 204 | 0 | 106 | 42 | 25 | 511 | 71 | 63 |
| Binary | 11001001 | 111100 | 10000100 | 0 | 1000110 | 100010 | 10101 | 101001001 | 111001 | 110011 |
Color Harmonies of #C93C84
Complementary color
Monochromatic Colors of #C93C84
Black with #C93C84
Text Example
Text Example
White with #C93C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C84; }
p { color: rgb(201,60,132); }
H1.HeaderClassName
{
color: #C93C84;
}
.AnyTagClassName
{
color: #C93C84;
}
</style>
background-color css
<style>
a { background-color: #C93C84; }
a { background-color: rgb(201,60,132); }
div.DivClassName
{
background-color: #C93C84;
}
.BgClassName
{
background-color: #C93C84;
}
</style>
border-color css
<style>
span { border-color: #C93C84; }
span { border-color: rgb(201,60,132); }
td.TdClassName
{
border-color: #C93C84;
}
.TagClassName
{
border-color: #C93C84;
}
</style>