Shades of Mulberry #C94E94
Tints of Mulberry #C94E94
RGB
CMYK
RGB Variations
Color information
#C94E94 (or 0xC94E94) is known color: Mulberry. HEX triplet: C9, 4E and 94. RGB value is (201,78,148). Sum of RGB (Red+Green+Blue) = 201+78+148=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94E94 is #36B16B. Grayscale: #7A7A7A. Windows color (decimal): -3584364 or 9719497. OLE color: 9719497.
HSL color Cylindrical-coordinate representation of color #C94E94: hue angle of 325.85º 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 #C94E94 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 148 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.21 |
| HSL | 325.85º | 0.53% | 0.55% | - |
| HSV(B) | 325.85º | 0.61% | 0.79% | - |
| XYZ | 32.16 | 20 | 30.18 | - |
| YUV | 122.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 148 | 0 | 0.61 | 0.26 | 0.21 | 325.85 | 0.53 | 0.55 |
| Hex | C9 | 4E | 94 | 0 | 3D | 1A | 15 | 146 | 35 | 37 |
| Octal | 311 | 116 | 224 | 0 | 75 | 32 | 25 | 506 | 65 | 67 |
| Binary | 11001001 | 1001110 | 10010100 | 0 | 111101 | 11010 | 10101 | 101000110 | 110101 | 110111 |
Color Harmonies of #C94E94
Complementary color
Monochromatic Colors of #C94E94
Black with #C94E94
Text Example
Text Example
White with #C94E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E94; }
p { color: rgb(201,78,148); }
H1.HeaderClassName
{
color: #C94E94;
}
.AnyTagClassName
{
color: #C94E94;
}
</style>
background-color css
<style>
a { background-color: #C94E94; }
a { background-color: rgb(201,78,148); }
div.DivClassName
{
background-color: #C94E94;
}
.BgClassName
{
background-color: #C94E94;
}
</style>
border-color css
<style>
span { border-color: #C94E94; }
span { border-color: rgb(201,78,148); }
td.TdClassName
{
border-color: #C94E94;
}
.TagClassName
{
border-color: #C94E94;
}
</style>