Shades of Mulberry #C94E98
Tints of Mulberry #C94E98
RGB
CMYK
RGB Variations
Color information
#C94E98 (or 0xC94E98) is known color: Mulberry. HEX triplet: C9, 4E and 98. RGB value is (201,78,152). Sum of RGB (Red+Green+Blue) = 201+78+152=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94E98 is #36B167. Grayscale: #7B7B7B. Windows color (decimal): -3584360 or 9981641. OLE color: 9981641.
HSL color Cylindrical-coordinate representation of color #C94E98: hue angle of 323.9º 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 #C94E98 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 152 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.21 |
| HSL | 323.9º | 0.53% | 0.55% | - |
| HSV(B) | 323.9º | 0.61% | 0.79% | - |
| XYZ | 32.48 | 20.13 | 31.88 | - |
| YUV | 123.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 152 | 0 | 0.61 | 0.24 | 0.21 | 323.9 | 0.53 | 0.55 |
| Hex | C9 | 4E | 98 | 0 | 3D | 18 | 15 | 144 | 35 | 37 |
| Octal | 311 | 116 | 230 | 0 | 75 | 30 | 25 | 504 | 65 | 67 |
| Binary | 11001001 | 1001110 | 10011000 | 0 | 111101 | 11000 | 10101 | 101000100 | 110101 | 110111 |
Color Harmonies of #C94E98
Complementary color
Monochromatic Colors of #C94E98
Black with #C94E98
Text Example
Text Example
White with #C94E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E98; }
p { color: rgb(201,78,152); }
H1.HeaderClassName
{
color: #C94E98;
}
.AnyTagClassName
{
color: #C94E98;
}
</style>
background-color css
<style>
a { background-color: #C94E98; }
a { background-color: rgb(201,78,152); }
div.DivClassName
{
background-color: #C94E98;
}
.BgClassName
{
background-color: #C94E98;
}
</style>
border-color css
<style>
span { border-color: #C94E98; }
span { border-color: rgb(201,78,152); }
td.TdClassName
{
border-color: #C94E98;
}
.TagClassName
{
border-color: #C94E98;
}
</style>