Shades of Mulberry #C94781
Tints of Mulberry #C94781
RGB
CMYK
RGB Variations
Color information
#C94781 (or 0xC94781) is known color: Mulberry. HEX triplet: C9, 47 and 81. RGB value is (201,71,129). Sum of RGB (Red+Green+Blue) = 201+71+129=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C94781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94781 is #36B87E. Grayscale: #747474. Windows color (decimal): -3586175 or 8472521. OLE color: 8472521.
HSL color Cylindrical-coordinate representation of color #C94781: hue angle of 333.23º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94781 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 129 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.21 |
| HSL | 333.23º | 0.55% | 0.53% | - |
| HSV(B) | 333.23º | 0.65% | 0.79% | - |
| XYZ | 30.3 | 18.51 | 22.74 | - |
| YUV | 116.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 129 | 0 | 0.65 | 0.36 | 0.21 | 333.23 | 0.55 | 0.53 |
| Hex | C9 | 47 | 81 | 0 | 41 | 24 | 15 | 14D | 37 | 35 |
| Octal | 311 | 107 | 201 | 0 | 101 | 44 | 25 | 515 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10000001 | 0 | 1000001 | 100100 | 10101 | 101001101 | 110111 | 110101 |
Color Harmonies of #C94781
Complementary color
Monochromatic Colors of #C94781
Black with #C94781
Text Example
Text Example
White with #C94781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94781; }
p { color: rgb(201,71,129); }
H1.HeaderClassName
{
color: #C94781;
}
.AnyTagClassName
{
color: #C94781;
}
</style>
background-color css
<style>
a { background-color: #C94781; }
a { background-color: rgb(201,71,129); }
div.DivClassName
{
background-color: #C94781;
}
.BgClassName
{
background-color: #C94781;
}
</style>
border-color css
<style>
span { border-color: #C94781; }
span { border-color: rgb(201,71,129); }
td.TdClassName
{
border-color: #C94781;
}
.TagClassName
{
border-color: #C94781;
}
</style>