Shades of Mulberry #C93C81
Tints of Mulberry #C93C81
RGB
CMYK
RGB Variations
Color information
#C93C81 (or 0xC93C81) is known color: Mulberry. HEX triplet: C9, 3C and 81. RGB value is (201,60,129). Sum of RGB (Red+Green+Blue) = 201+60+129=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93C81 is #36C37E. Grayscale: #6D6D6D. Windows color (decimal): -3588991 or 8469705. OLE color: 8469705.
HSL color Cylindrical-coordinate representation of color #C93C81: hue angle of 330.64º 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 #C93C81 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 129 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.21 |
| HSL | 330.64º | 0.57% | 0.51% | - |
| HSV(B) | 330.64º | 0.7% | 0.79% | - |
| XYZ | 29.67 | 17.23 | 22.53 | - |
| YUV | 110.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 129 | 0 | 0.70 | 0.36 | 0.21 | 330.64 | 0.57 | 0.51 |
| Hex | C9 | 3C | 81 | 0 | 46 | 24 | 15 | 14B | 39 | 33 |
| Octal | 311 | 74 | 201 | 0 | 106 | 44 | 25 | 513 | 71 | 63 |
| Binary | 11001001 | 111100 | 10000001 | 0 | 1000110 | 100100 | 10101 | 101001011 | 111001 | 110011 |
Color Harmonies of #C93C81
Complementary color
Monochromatic Colors of #C93C81
Black with #C93C81
Text Example
Text Example
White with #C93C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C81; }
p { color: rgb(201,60,129); }
H1.HeaderClassName
{
color: #C93C81;
}
.AnyTagClassName
{
color: #C93C81;
}
</style>
background-color css
<style>
a { background-color: #C93C81; }
a { background-color: rgb(201,60,129); }
div.DivClassName
{
background-color: #C93C81;
}
.BgClassName
{
background-color: #C93C81;
}
</style>
border-color css
<style>
span { border-color: #C93C81; }
span { border-color: rgb(201,60,129); }
td.TdClassName
{
border-color: #C93C81;
}
.TagClassName
{
border-color: #C93C81;
}
</style>