Shades of Mulberry #C94D8B
Tints of Mulberry #C94D8B
RGB
CMYK
RGB Variations
Color information
#C94D8B (or 0xC94D8B) is known color: Mulberry. HEX triplet: C9, 4D and 8B. RGB value is (201,77,139). Sum of RGB (Red+Green+Blue) = 201+77+139=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D8B is #36B274. Grayscale: #797979. Windows color (decimal): -3584629 or 9129417. OLE color: 9129417.
HSL color Cylindrical-coordinate representation of color #C94D8B: hue angle of 330º 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 #C94D8B is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 139 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.21 |
| HSL | 330º | 0.53% | 0.55% | - |
| HSV(B) | 330º | 0.62% | 0.79% | - |
| XYZ | 31.4 | 19.59 | 26.55 | - |
| YUV | 121.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 139 | 0 | 0.62 | 0.31 | 0.21 | 330 | 0.53 | 0.55 |
| Hex | C9 | 4D | 8B | 0 | 3E | 1F | 15 | 14A | 35 | 37 |
| Octal | 311 | 115 | 213 | 0 | 76 | 37 | 25 | 512 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10001011 | 0 | 111110 | 11111 | 10101 | 101001010 | 110101 | 110111 |
Color Harmonies of #C94D8B
Complementary color
Monochromatic Colors of #C94D8B
Black with #C94D8B
Text Example
Text Example
White with #C94D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D8B; }
p { color: rgb(201,77,139); }
H1.HeaderClassName
{
color: #C94D8B;
}
.AnyTagClassName
{
color: #C94D8B;
}
</style>
background-color css
<style>
a { background-color: #C94D8B; }
a { background-color: rgb(201,77,139); }
div.DivClassName
{
background-color: #C94D8B;
}
.BgClassName
{
background-color: #C94D8B;
}
</style>
border-color css
<style>
span { border-color: #C94D8B; }
span { border-color: rgb(201,77,139); }
td.TdClassName
{
border-color: #C94D8B;
}
.TagClassName
{
border-color: #C94D8B;
}
</style>