Shades of Mulberry #C94F80
Tints of Mulberry #C94F80
RGB
CMYK
RGB Variations
Color information
#C94F80 (or 0xC94F80) is known color: Mulberry. HEX triplet: C9, 4F and 80. RGB value is (201,79,128). Sum of RGB (Red+Green+Blue) = 201+79+128=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94F80 is #36B07F. Grayscale: #787878. Windows color (decimal): -3584128 or 8409033. OLE color: 8409033.
HSL color Cylindrical-coordinate representation of color #C94F80: hue angle of 335.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 #C94F80 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 128 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.21 |
| HSL | 335.9º | 0.53% | 0.55% | - |
| HSV(B) | 335.9º | 0.61% | 0.79% | - |
| XYZ | 30.78 | 19.57 | 22.58 | - |
| YUV | 121.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 128 | 0 | 0.61 | 0.36 | 0.21 | 335.9 | 0.53 | 0.55 |
| Hex | C9 | 4F | 80 | 0 | 3D | 24 | 15 | 150 | 35 | 37 |
| Octal | 311 | 117 | 200 | 0 | 75 | 44 | 25 | 520 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10000000 | 0 | 111101 | 100100 | 10101 | 101010000 | 110101 | 110111 |
Color Harmonies of #C94F80
Complementary color
Monochromatic Colors of #C94F80
Black with #C94F80
Text Example
Text Example
White with #C94F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F80; }
p { color: rgb(201,79,128); }
H1.HeaderClassName
{
color: #C94F80;
}
.AnyTagClassName
{
color: #C94F80;
}
</style>
background-color css
<style>
a { background-color: #C94F80; }
a { background-color: rgb(201,79,128); }
div.DivClassName
{
background-color: #C94F80;
}
.BgClassName
{
background-color: #C94F80;
}
</style>
border-color css
<style>
span { border-color: #C94F80; }
span { border-color: rgb(201,79,128); }
td.TdClassName
{
border-color: #C94F80;
}
.TagClassName
{
border-color: #C94F80;
}
</style>