Shades of Mulberry #C9459F
Tints of Mulberry #C9459F
RGB
CMYK
RGB Variations
Color information
#C9459F (or 0xC9459F) is known color: Mulberry. HEX triplet: C9, 45 and 9F. RGB value is (201,69,159). Sum of RGB (Red+Green+Blue) = 201+69+159=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9459F is #36BA60. Grayscale: #767676. Windows color (decimal): -3586657 or 10438089. OLE color: 10438089.
HSL color Cylindrical-coordinate representation of color #C9459F: hue angle of 319.09º 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 #C9459F is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 159 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.21 |
| HSL | 319.09º | 0.55% | 0.53% | - |
| HSV(B) | 319.09º | 0.66% | 0.79% | - |
| XYZ | 32.47 | 19.18 | 34.79 | - |
| YUV | 118.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 159 | 0 | 0.66 | 0.21 | 0.21 | 319.09 | 0.55 | 0.53 |
| Hex | C9 | 45 | 9F | 0 | 42 | 15 | 15 | 13F | 37 | 35 |
| Octal | 311 | 105 | 237 | 0 | 102 | 25 | 25 | 477 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10011111 | 0 | 1000010 | 10101 | 10101 | 100111111 | 110111 | 110101 |
Color Harmonies of #C9459F
Complementary color
Monochromatic Colors of #C9459F
Black with #C9459F
Text Example
Text Example
White with #C9459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9459F; }
p { color: rgb(201,69,159); }
H1.HeaderClassName
{
color: #C9459F;
}
.AnyTagClassName
{
color: #C9459F;
}
</style>
background-color css
<style>
a { background-color: #C9459F; }
a { background-color: rgb(201,69,159); }
div.DivClassName
{
background-color: #C9459F;
}
.BgClassName
{
background-color: #C9459F;
}
</style>
border-color css
<style>
span { border-color: #C9459F; }
span { border-color: rgb(201,69,159); }
td.TdClassName
{
border-color: #C9459F;
}
.TagClassName
{
border-color: #C9459F;
}
</style>