Shades of Mulberry #C94D99
Tints of Mulberry #C94D99
RGB
CMYK
RGB Variations
Color information
#C94D99 (or 0xC94D99) is known color: Mulberry. HEX triplet: C9, 4D and 99. RGB value is (201,77,153). Sum of RGB (Red+Green+Blue) = 201+77+153=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D99 is #36B266. Grayscale: #7A7A7A. Windows color (decimal): -3584615 or 10046921. OLE color: 10046921.
HSL color Cylindrical-coordinate representation of color #C94D99: hue angle of 323.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D99 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 153 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.21 |
| HSL | 323.23º | 0.53% | 0.55% | - |
| HSV(B) | 323.23º | 0.62% | 0.79% | - |
| XYZ | 32.49 | 20.03 | 32.29 | - |
| YUV | 122.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 153 | 0 | 0.62 | 0.24 | 0.21 | 323.23 | 0.53 | 0.55 |
| Hex | C9 | 4D | 99 | 0 | 3E | 18 | 15 | 143 | 35 | 37 |
| Octal | 311 | 115 | 231 | 0 | 76 | 30 | 25 | 503 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10011001 | 0 | 111110 | 11000 | 10101 | 101000011 | 110101 | 110111 |
Color Harmonies of #C94D99
Complementary color
Monochromatic Colors of #C94D99
Black with #C94D99
Text Example
Text Example
White with #C94D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D99; }
p { color: rgb(201,77,153); }
H1.HeaderClassName
{
color: #C94D99;
}
.AnyTagClassName
{
color: #C94D99;
}
</style>
background-color css
<style>
a { background-color: #C94D99; }
a { background-color: rgb(201,77,153); }
div.DivClassName
{
background-color: #C94D99;
}
.BgClassName
{
background-color: #C94D99;
}
</style>
border-color css
<style>
span { border-color: #C94D99; }
span { border-color: rgb(201,77,153); }
td.TdClassName
{
border-color: #C94D99;
}
.TagClassName
{
border-color: #C94D99;
}
</style>