Shades of Mulberry #C94C96
Tints of Mulberry #C94C96
RGB
CMYK
RGB Variations
Color information
#C94C96 (or 0xC94C96) is known color: Mulberry. HEX triplet: C9, 4C and 96. RGB value is (201,76,150). Sum of RGB (Red+Green+Blue) = 201+76+150=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94C96 is #36B369. Grayscale: #797979. Windows color (decimal): -3584874 or 9850057. OLE color: 9850057.
HSL color Cylindrical-coordinate representation of color #C94C96: hue angle of 324.48º 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 #C94C96 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 150 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.21 |
| HSL | 324.48º | 0.54% | 0.54% | - |
| HSV(B) | 324.48º | 0.62% | 0.79% | - |
| XYZ | 32.18 | 19.79 | 30.98 | - |
| YUV | 121.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 150 | 0 | 0.62 | 0.25 | 0.21 | 324.48 | 0.54 | 0.54 |
| Hex | C9 | 4C | 96 | 0 | 3E | 19 | 15 | 144 | 36 | 36 |
| Octal | 311 | 114 | 226 | 0 | 76 | 31 | 25 | 504 | 66 | 66 |
| Binary | 11001001 | 1001100 | 10010110 | 0 | 111110 | 11001 | 10101 | 101000100 | 110110 | 110110 |
Color Harmonies of #C94C96
Complementary color
Monochromatic Colors of #C94C96
Black with #C94C96
Text Example
Text Example
White with #C94C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C96; }
p { color: rgb(201,76,150); }
H1.HeaderClassName
{
color: #C94C96;
}
.AnyTagClassName
{
color: #C94C96;
}
</style>
background-color css
<style>
a { background-color: #C94C96; }
a { background-color: rgb(201,76,150); }
div.DivClassName
{
background-color: #C94C96;
}
.BgClassName
{
background-color: #C94C96;
}
</style>
border-color css
<style>
span { border-color: #C94C96; }
span { border-color: rgb(201,76,150); }
td.TdClassName
{
border-color: #C94C96;
}
.TagClassName
{
border-color: #C94C96;
}
</style>