Shades of Mulberry #C94E97
Tints of Mulberry #C94E97
RGB
CMYK
RGB Variations
Color information
#C94E97 (or 0xC94E97) is known color: Mulberry. HEX triplet: C9, 4E and 97. RGB value is (201,78,151). Sum of RGB (Red+Green+Blue) = 201+78+151=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94E97 is #36B168. Grayscale: #7A7A7A. Windows color (decimal): -3584361 or 9916105. OLE color: 9916105.
HSL color Cylindrical-coordinate representation of color #C94E97: hue angle of 324.39º 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 #C94E97 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 151 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.21 |
| HSL | 324.39º | 0.53% | 0.55% | - |
| HSV(B) | 324.39º | 0.61% | 0.79% | - |
| XYZ | 32.4 | 20.1 | 31.45 | - |
| YUV | 123.1 | 143.75 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 151 | 0 | 0.61 | 0.25 | 0.21 | 324.39 | 0.53 | 0.55 |
| Hex | C9 | 4E | 97 | 0 | 3D | 19 | 15 | 144 | 35 | 37 |
| Octal | 311 | 116 | 227 | 0 | 75 | 31 | 25 | 504 | 65 | 67 |
| Binary | 11001001 | 1001110 | 10010111 | 0 | 111101 | 11001 | 10101 | 101000100 | 110101 | 110111 |
Color Harmonies of #C94E97
Complementary color
Monochromatic Colors of #C94E97
Black with #C94E97
Text Example
Text Example
White with #C94E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E97; }
p { color: rgb(201,78,151); }
H1.HeaderClassName
{
color: #C94E97;
}
.AnyTagClassName
{
color: #C94E97;
}
</style>
background-color css
<style>
a { background-color: #C94E97; }
a { background-color: rgb(201,78,151); }
div.DivClassName
{
background-color: #C94E97;
}
.BgClassName
{
background-color: #C94E97;
}
</style>
border-color css
<style>
span { border-color: #C94E97; }
span { border-color: rgb(201,78,151); }
td.TdClassName
{
border-color: #C94E97;
}
.TagClassName
{
border-color: #C94E97;
}
</style>