Shades of Mulberry #C94488
Tints of Mulberry #C94488
RGB
CMYK
RGB Variations
Color information
#C94488 (or 0xC94488) is known color: Mulberry. HEX triplet: C9, 44 and 88. RGB value is (201,68,136). Sum of RGB (Red+Green+Blue) = 201+68+136=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C94488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94488 is #36BB77. Grayscale: #737373. Windows color (decimal): -3586936 or 8930505. OLE color: 8930505.
HSL color Cylindrical-coordinate representation of color #C94488: hue angle of 329.32º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94488 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 136 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.21 |
| HSL | 329.32º | 0.55% | 0.53% | - |
| HSV(B) | 329.32º | 0.66% | 0.79% | - |
| XYZ | 30.6 | 18.33 | 25.22 | - |
| YUV | 115.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 136 | 0 | 0.66 | 0.32 | 0.21 | 329.32 | 0.55 | 0.53 |
| Hex | C9 | 44 | 88 | 0 | 42 | 20 | 15 | 149 | 37 | 35 |
| Octal | 311 | 104 | 210 | 0 | 102 | 40 | 25 | 511 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10001000 | 0 | 1000010 | 100000 | 10101 | 101001001 | 110111 | 110101 |
Color Harmonies of #C94488
Complementary color
Monochromatic Colors of #C94488
Black with #C94488
Text Example
Text Example
White with #C94488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94488; }
p { color: rgb(201,68,136); }
H1.HeaderClassName
{
color: #C94488;
}
.AnyTagClassName
{
color: #C94488;
}
</style>
background-color css
<style>
a { background-color: #C94488; }
a { background-color: rgb(201,68,136); }
div.DivClassName
{
background-color: #C94488;
}
.BgClassName
{
background-color: #C94488;
}
</style>
border-color css
<style>
span { border-color: #C94488; }
span { border-color: rgb(201,68,136); }
td.TdClassName
{
border-color: #C94488;
}
.TagClassName
{
border-color: #C94488;
}
</style>