Shades of Mulberry #C94688
Tints of Mulberry #C94688
RGB
CMYK
RGB Variations
Color information
#C94688 (or 0xC94688) is known color: Mulberry. HEX triplet: C9, 46 and 88. RGB value is (201,70,136). Sum of RGB (Red+Green+Blue) = 201+70+136=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C94688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94688 is #36B977. Grayscale: #747474. Windows color (decimal): -3586424 or 8931017. OLE color: 8931017.
HSL color Cylindrical-coordinate representation of color #C94688: hue angle of 329.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94688 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 136 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.21 |
| HSL | 329.77º | 0.55% | 0.53% | - |
| HSV(B) | 329.77º | 0.65% | 0.79% | - |
| XYZ | 30.72 | 18.58 | 25.26 | - |
| YUV | 116.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 136 | 0 | 0.65 | 0.32 | 0.21 | 329.77 | 0.55 | 0.53 |
| Hex | C9 | 46 | 88 | 0 | 41 | 20 | 15 | 14A | 37 | 35 |
| Octal | 311 | 106 | 210 | 0 | 101 | 40 | 25 | 512 | 67 | 65 |
| Binary | 11001001 | 1000110 | 10001000 | 0 | 1000001 | 100000 | 10101 | 101001010 | 110111 | 110101 |
Color Harmonies of #C94688
Complementary color
Monochromatic Colors of #C94688
Black with #C94688
Text Example
Text Example
White with #C94688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94688; }
p { color: rgb(201,70,136); }
H1.HeaderClassName
{
color: #C94688;
}
.AnyTagClassName
{
color: #C94688;
}
</style>
background-color css
<style>
a { background-color: #C94688; }
a { background-color: rgb(201,70,136); }
div.DivClassName
{
background-color: #C94688;
}
.BgClassName
{
background-color: #C94688;
}
</style>
border-color css
<style>
span { border-color: #C94688; }
span { border-color: rgb(201,70,136); }
td.TdClassName
{
border-color: #C94688;
}
.TagClassName
{
border-color: #C94688;
}
</style>