Shades of Mulberry #C94888
Tints of Mulberry #C94888
RGB
CMYK
RGB Variations
Color information
#C94888 (or 0xC94888) is known color: Mulberry. HEX triplet: C9, 48 and 88. RGB value is (201,72,136). Sum of RGB (Red+Green+Blue) = 201+72+136=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C94888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94888 is #36B777. Grayscale: #757575. Windows color (decimal): -3585912 or 8931529. OLE color: 8931529.
HSL color Cylindrical-coordinate representation of color #C94888: hue angle of 330.23º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94888 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 136 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.21 |
| HSL | 330.23º | 0.54% | 0.54% | - |
| HSV(B) | 330.23º | 0.64% | 0.79% | - |
| XYZ | 30.85 | 18.83 | 25.3 | - |
| YUV | 117.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 136 | 0 | 0.64 | 0.32 | 0.21 | 330.23 | 0.54 | 0.54 |
| Hex | C9 | 48 | 88 | 0 | 40 | 20 | 15 | 14A | 36 | 36 |
| Octal | 311 | 110 | 210 | 0 | 100 | 40 | 25 | 512 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10001000 | 0 | 1000000 | 100000 | 10101 | 101001010 | 110110 | 110110 |
Color Harmonies of #C94888
Complementary color
Monochromatic Colors of #C94888
Black with #C94888
Text Example
Text Example
White with #C94888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94888; }
p { color: rgb(201,72,136); }
H1.HeaderClassName
{
color: #C94888;
}
.AnyTagClassName
{
color: #C94888;
}
</style>
background-color css
<style>
a { background-color: #C94888; }
a { background-color: rgb(201,72,136); }
div.DivClassName
{
background-color: #C94888;
}
.BgClassName
{
background-color: #C94888;
}
</style>
border-color css
<style>
span { border-color: #C94888; }
span { border-color: rgb(201,72,136); }
td.TdClassName
{
border-color: #C94888;
}
.TagClassName
{
border-color: #C94888;
}
</style>