Shades of Mulberry #C94B99
Tints of Mulberry #C94B99
RGB
CMYK
RGB Variations
Color information
#C94B99 (or 0xC94B99) is known color: Mulberry. HEX triplet: C9, 4B and 99. RGB value is (201,75,153). Sum of RGB (Red+Green+Blue) = 201+75+153=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94B99 is #36B466. Grayscale: #797979. Windows color (decimal): -3585127 or 10046409. OLE color: 10046409.
HSL color Cylindrical-coordinate representation of color #C94B99: hue angle of 322.86º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94B99 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 153 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.21 |
| HSL | 322.86º | 0.54% | 0.54% | - |
| HSV(B) | 322.86º | 0.63% | 0.79% | - |
| XYZ | 32.35 | 19.75 | 32.24 | - |
| YUV | 121.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 153 | 0 | 0.63 | 0.24 | 0.21 | 322.86 | 0.54 | 0.54 |
| Hex | C9 | 4B | 99 | 0 | 3F | 18 | 15 | 143 | 36 | 36 |
| Octal | 311 | 113 | 231 | 0 | 77 | 30 | 25 | 503 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10011001 | 0 | 111111 | 11000 | 10101 | 101000011 | 110110 | 110110 |
Color Harmonies of #C94B99
Complementary color
Monochromatic Colors of #C94B99
Black with #C94B99
Text Example
Text Example
White with #C94B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B99; }
p { color: rgb(201,75,153); }
H1.HeaderClassName
{
color: #C94B99;
}
.AnyTagClassName
{
color: #C94B99;
}
</style>
background-color css
<style>
a { background-color: #C94B99; }
a { background-color: rgb(201,75,153); }
div.DivClassName
{
background-color: #C94B99;
}
.BgClassName
{
background-color: #C94B99;
}
</style>
border-color css
<style>
span { border-color: #C94B99; }
span { border-color: rgb(201,75,153); }
td.TdClassName
{
border-color: #C94B99;
}
.TagClassName
{
border-color: #C94B99;
}
</style>