Shades of Mulberry #C94388
Tints of Mulberry #C94388
RGB
CMYK
RGB Variations
Color information
#C94388 (or 0xC94388) is known color: Mulberry. HEX triplet: C9, 43 and 88. RGB value is (201,67,136). Sum of RGB (Red+Green+Blue) = 201+67+136=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C94388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94388 is #36BC77. Grayscale: #727272. Windows color (decimal): -3587192 or 8930249. OLE color: 8930249.
HSL color Cylindrical-coordinate representation of color #C94388: hue angle of 329.1º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94388 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 136 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.21 |
| HSL | 329.1º | 0.55% | 0.53% | - |
| HSV(B) | 329.1º | 0.67% | 0.79% | - |
| XYZ | 30.54 | 18.21 | 25.2 | - |
| YUV | 114.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 136 | 0 | 0.67 | 0.32 | 0.21 | 329.1 | 0.55 | 0.53 |
| Hex | C9 | 43 | 88 | 0 | 43 | 20 | 15 | 149 | 37 | 35 |
| Octal | 311 | 103 | 210 | 0 | 103 | 40 | 25 | 511 | 67 | 65 |
| Binary | 11001001 | 1000011 | 10001000 | 0 | 1000011 | 100000 | 10101 | 101001001 | 110111 | 110101 |
Color Harmonies of #C94388
Complementary color
Monochromatic Colors of #C94388
Black with #C94388
Text Example
Text Example
White with #C94388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94388; }
p { color: rgb(201,67,136); }
H1.HeaderClassName
{
color: #C94388;
}
.AnyTagClassName
{
color: #C94388;
}
</style>
background-color css
<style>
a { background-color: #C94388; }
a { background-color: rgb(201,67,136); }
div.DivClassName
{
background-color: #C94388;
}
.BgClassName
{
background-color: #C94388;
}
</style>
border-color css
<style>
span { border-color: #C94388; }
span { border-color: rgb(201,67,136); }
td.TdClassName
{
border-color: #C94388;
}
.TagClassName
{
border-color: #C94388;
}
</style>