Shades of Mulberry #C94580
Tints of Mulberry #C94580
RGB
CMYK
RGB Variations
Color information
#C94580 (or 0xC94580) is known color: Mulberry. HEX triplet: C9, 45 and 80. RGB value is (201,69,128). Sum of RGB (Red+Green+Blue) = 201+69+128=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C94580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94580 is #36BA7F. Grayscale: #737373. Windows color (decimal): -3586688 or 8406473. OLE color: 8406473.
HSL color Cylindrical-coordinate representation of color #C94580: hue angle of 333.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94580 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 128 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.21 |
| HSL | 333.18º | 0.55% | 0.53% | - |
| HSV(B) | 333.18º | 0.66% | 0.79% | - |
| XYZ | 30.11 | 18.23 | 22.35 | - |
| YUV | 115.19 | 135.23 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 128 | 0 | 0.66 | 0.36 | 0.21 | 333.18 | 0.55 | 0.53 |
| Hex | C9 | 45 | 80 | 0 | 42 | 24 | 15 | 14D | 37 | 35 |
| Octal | 311 | 105 | 200 | 0 | 102 | 44 | 25 | 515 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10000000 | 0 | 1000010 | 100100 | 10101 | 101001101 | 110111 | 110101 |
Color Harmonies of #C94580
Complementary color
Monochromatic Colors of #C94580
Black with #C94580
Text Example
Text Example
White with #C94580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94580; }
p { color: rgb(201,69,128); }
H1.HeaderClassName
{
color: #C94580;
}
.AnyTagClassName
{
color: #C94580;
}
</style>
background-color css
<style>
a { background-color: #C94580; }
a { background-color: rgb(201,69,128); }
div.DivClassName
{
background-color: #C94580;
}
.BgClassName
{
background-color: #C94580;
}
</style>
border-color css
<style>
span { border-color: #C94580; }
span { border-color: rgb(201,69,128); }
td.TdClassName
{
border-color: #C94580;
}
.TagClassName
{
border-color: #C94580;
}
</style>