Shades of Mulberry #C94E99
Tints of Mulberry #C94E99
RGB
CMYK
RGB Variations
Color information
#C94E99 (or 0xC94E99) is known color: Mulberry. HEX triplet: C9, 4E and 99. RGB value is (201,78,153). Sum of RGB (Red+Green+Blue) = 201+78+153=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94E99 is #36B166. Grayscale: #7B7B7B. Windows color (decimal): -3584359 or 10047177. OLE color: 10047177.
HSL color Cylindrical-coordinate representation of color #C94E99: hue angle of 323.41º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94E99 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 153 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.21 |
| HSL | 323.41º | 0.53% | 0.55% | - |
| HSV(B) | 323.41º | 0.61% | 0.79% | - |
| XYZ | 32.56 | 20.17 | 32.31 | - |
| YUV | 123.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 153 | 0 | 0.61 | 0.24 | 0.21 | 323.41 | 0.53 | 0.55 |
| Hex | C9 | 4E | 99 | 0 | 3D | 18 | 15 | 143 | 35 | 37 |
| Octal | 311 | 116 | 231 | 0 | 75 | 30 | 25 | 503 | 65 | 67 |
| Binary | 11001001 | 1001110 | 10011001 | 0 | 111101 | 11000 | 10101 | 101000011 | 110101 | 110111 |
Color Harmonies of #C94E99
Complementary color
Monochromatic Colors of #C94E99
Black with #C94E99
Text Example
Text Example
White with #C94E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E99; }
p { color: rgb(201,78,153); }
H1.HeaderClassName
{
color: #C94E99;
}
.AnyTagClassName
{
color: #C94E99;
}
</style>
background-color css
<style>
a { background-color: #C94E99; }
a { background-color: rgb(201,78,153); }
div.DivClassName
{
background-color: #C94E99;
}
.BgClassName
{
background-color: #C94E99;
}
</style>
border-color css
<style>
span { border-color: #C94E99; }
span { border-color: rgb(201,78,153); }
td.TdClassName
{
border-color: #C94E99;
}
.TagClassName
{
border-color: #C94E99;
}
</style>