Shades of Mulberry #C94C99
Tints of Mulberry #C94C99
RGB
CMYK
RGB Variations
Color information
#C94C99 (or 0xC94C99) is known color: Mulberry. HEX triplet: C9, 4C and 99. RGB value is (201,76,153). Sum of RGB (Red+Green+Blue) = 201+76+153=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94C99 is #36B366. Grayscale: #797979. Windows color (decimal): -3584871 or 10046665. OLE color: 10046665.
HSL color Cylindrical-coordinate representation of color #C94C99: hue angle of 323.04º 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 #C94C99 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 153 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.21 |
| HSL | 323.04º | 0.54% | 0.54% | - |
| HSV(B) | 323.04º | 0.62% | 0.79% | - |
| XYZ | 32.42 | 19.89 | 32.27 | - |
| YUV | 122.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 153 | 0 | 0.62 | 0.24 | 0.21 | 323.04 | 0.54 | 0.54 |
| Hex | C9 | 4C | 99 | 0 | 3E | 18 | 15 | 143 | 36 | 36 |
| Octal | 311 | 114 | 231 | 0 | 76 | 30 | 25 | 503 | 66 | 66 |
| Binary | 11001001 | 1001100 | 10011001 | 0 | 111110 | 11000 | 10101 | 101000011 | 110110 | 110110 |
Color Harmonies of #C94C99
Complementary color
Monochromatic Colors of #C94C99
Black with #C94C99
Text Example
Text Example
White with #C94C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C99; }
p { color: rgb(201,76,153); }
H1.HeaderClassName
{
color: #C94C99;
}
.AnyTagClassName
{
color: #C94C99;
}
</style>
background-color css
<style>
a { background-color: #C94C99; }
a { background-color: rgb(201,76,153); }
div.DivClassName
{
background-color: #C94C99;
}
.BgClassName
{
background-color: #C94C99;
}
</style>
border-color css
<style>
span { border-color: #C94C99; }
span { border-color: rgb(201,76,153); }
td.TdClassName
{
border-color: #C94C99;
}
.TagClassName
{
border-color: #C94C99;
}
</style>