Shades of Mulberry #C94C7F
Tints of Mulberry #C94C7F
RGB
CMYK
RGB Variations
Color information
#C94C7F (or 0xC94C7F) is known color: Mulberry. HEX triplet: C9, 4C and 7F. RGB value is (201,76,127). Sum of RGB (Red+Green+Blue) = 201+76+127=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C7F is #36B380. Grayscale: #777777. Windows color (decimal): -3584897 or 8342729. OLE color: 8342729.
HSL color Cylindrical-coordinate representation of color #C94C7F: hue angle of 335.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94C7F is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 127 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.21 |
| HSL | 335.52º | 0.54% | 0.54% | - |
| HSV(B) | 335.52º | 0.62% | 0.79% | - |
| XYZ | 30.5 | 19.12 | 22.16 | - |
| YUV | 119.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 127 | 0 | 0.62 | 0.37 | 0.21 | 335.52 | 0.54 | 0.54 |
| Hex | C9 | 4C | 7F | 0 | 3E | 25 | 15 | 150 | 36 | 36 |
| Octal | 311 | 114 | 177 | 0 | 76 | 45 | 25 | 520 | 66 | 66 |
| Binary | 11001001 | 1001100 | 1111111 | 0 | 111110 | 100101 | 10101 | 101010000 | 110110 | 110110 |
Color Harmonies of #C94C7F
Complementary color
Monochromatic Colors of #C94C7F
Black with #C94C7F
Text Example
Text Example
White with #C94C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C7F; }
p { color: rgb(201,76,127); }
H1.HeaderClassName
{
color: #C94C7F;
}
.AnyTagClassName
{
color: #C94C7F;
}
</style>
background-color css
<style>
a { background-color: #C94C7F; }
a { background-color: rgb(201,76,127); }
div.DivClassName
{
background-color: #C94C7F;
}
.BgClassName
{
background-color: #C94C7F;
}
</style>
border-color css
<style>
span { border-color: #C94C7F; }
span { border-color: rgb(201,76,127); }
td.TdClassName
{
border-color: #C94C7F;
}
.TagClassName
{
border-color: #C94C7F;
}
</style>