Shades of Mulberry #C94D7F
Tints of Mulberry #C94D7F
RGB
CMYK
RGB Variations
Color information
#C94D7F (or 0xC94D7F) is known color: Mulberry. HEX triplet: C9, 4D and 7F. RGB value is (201,77,127). Sum of RGB (Red+Green+Blue) = 201+77+127=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D7F is #36B280. Grayscale: #777777. Windows color (decimal): -3584641 or 8342985. OLE color: 8342985.
HSL color Cylindrical-coordinate representation of color #C94D7F: hue angle of 335.81º 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 #C94D7F is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 127 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.21 |
| HSL | 335.81º | 0.53% | 0.55% | - |
| HSV(B) | 335.81º | 0.62% | 0.79% | - |
| XYZ | 30.57 | 19.26 | 22.18 | - |
| YUV | 119.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 127 | 0 | 0.62 | 0.37 | 0.21 | 335.81 | 0.53 | 0.55 |
| Hex | C9 | 4D | 7F | 0 | 3E | 25 | 15 | 150 | 35 | 37 |
| Octal | 311 | 115 | 177 | 0 | 76 | 45 | 25 | 520 | 65 | 67 |
| Binary | 11001001 | 1001101 | 1111111 | 0 | 111110 | 100101 | 10101 | 101010000 | 110101 | 110111 |
Color Harmonies of #C94D7F
Complementary color
Monochromatic Colors of #C94D7F
Black with #C94D7F
Text Example
Text Example
White with #C94D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D7F; }
p { color: rgb(201,77,127); }
H1.HeaderClassName
{
color: #C94D7F;
}
.AnyTagClassName
{
color: #C94D7F;
}
</style>
background-color css
<style>
a { background-color: #C94D7F; }
a { background-color: rgb(201,77,127); }
div.DivClassName
{
background-color: #C94D7F;
}
.BgClassName
{
background-color: #C94D7F;
}
</style>
border-color css
<style>
span { border-color: #C94D7F; }
span { border-color: rgb(201,77,127); }
td.TdClassName
{
border-color: #C94D7F;
}
.TagClassName
{
border-color: #C94D7F;
}
</style>