Shades of Mulberry #C9518F
Tints of Mulberry #C9518F
RGB
CMYK
RGB Variations
Color information
#C9518F (or 0xC9518F) is known color: Mulberry. HEX triplet: C9, 51 and 8F. RGB value is (201,81,143). Sum of RGB (Red+Green+Blue) = 201+81+143=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9518F is #36AE70. Grayscale: #7B7B7B. Windows color (decimal): -3583601 or 9392585. OLE color: 9392585.
HSL color Cylindrical-coordinate representation of color #C9518F: hue angle of 329º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9518F is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 143 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.21 |
| HSL | 329º | 0.53% | 0.55% | - |
| HSV(B) | 329º | 0.6% | 0.79% | - |
| XYZ | 31.99 | 20.29 | 28.22 | - |
| YUV | 123.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 143 | 0 | 0.60 | 0.29 | 0.21 | 329 | 0.53 | 0.55 |
| Hex | C9 | 51 | 8F | 0 | 3C | 1D | 15 | 149 | 35 | 37 |
| Octal | 311 | 121 | 217 | 0 | 74 | 35 | 25 | 511 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10001111 | 0 | 111100 | 11101 | 10101 | 101001001 | 110101 | 110111 |
Color Harmonies of #C9518F
Complementary color
Monochromatic Colors of #C9518F
Black with #C9518F
Text Example
Text Example
White with #C9518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9518F; }
p { color: rgb(201,81,143); }
H1.HeaderClassName
{
color: #C9518F;
}
.AnyTagClassName
{
color: #C9518F;
}
</style>
background-color css
<style>
a { background-color: #C9518F; }
a { background-color: rgb(201,81,143); }
div.DivClassName
{
background-color: #C9518F;
}
.BgClassName
{
background-color: #C9518F;
}
</style>
border-color css
<style>
span { border-color: #C9518F; }
span { border-color: rgb(201,81,143); }
td.TdClassName
{
border-color: #C9518F;
}
.TagClassName
{
border-color: #C9518F;
}
</style>