Shades of Mulberry #C94C81
Tints of Mulberry #C94C81
RGB
CMYK
RGB Variations
Color information
#C94C81 (or 0xC94C81) is known color: Mulberry. HEX triplet: C9, 4C and 81. RGB value is (201,76,129). Sum of RGB (Red+Green+Blue) = 201+76+129=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94C81 is #36B37E. Grayscale: #777777. Windows color (decimal): -3584895 or 8473801. OLE color: 8473801.
HSL color Cylindrical-coordinate representation of color #C94C81: hue angle of 334.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94C81 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 129 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.21 |
| HSL | 334.56º | 0.54% | 0.54% | - |
| HSV(B) | 334.56º | 0.62% | 0.79% | - |
| XYZ | 30.63 | 19.17 | 22.85 | - |
| YUV | 119.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 129 | 0 | 0.62 | 0.36 | 0.21 | 334.56 | 0.54 | 0.54 |
| Hex | C9 | 4C | 81 | 0 | 3E | 24 | 15 | 14F | 36 | 36 |
| Octal | 311 | 114 | 201 | 0 | 76 | 44 | 25 | 517 | 66 | 66 |
| Binary | 11001001 | 1001100 | 10000001 | 0 | 111110 | 100100 | 10101 | 101001111 | 110110 | 110110 |
Color Harmonies of #C94C81
Complementary color
Monochromatic Colors of #C94C81
Black with #C94C81
Text Example
Text Example
White with #C94C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C81; }
p { color: rgb(201,76,129); }
H1.HeaderClassName
{
color: #C94C81;
}
.AnyTagClassName
{
color: #C94C81;
}
</style>
background-color css
<style>
a { background-color: #C94C81; }
a { background-color: rgb(201,76,129); }
div.DivClassName
{
background-color: #C94C81;
}
.BgClassName
{
background-color: #C94C81;
}
</style>
border-color css
<style>
span { border-color: #C94C81; }
span { border-color: rgb(201,76,129); }
td.TdClassName
{
border-color: #C94C81;
}
.TagClassName
{
border-color: #C94C81;
}
</style>