Shades of Mulberry #C5459F
Tints of Mulberry #C5459F
RGB
CMYK
RGB Variations
Color information
#C5459F (or 0xC5459F) is known color: Mulberry. HEX triplet: C5, 45 and 9F. RGB value is (197,69,159). Sum of RGB (Red+Green+Blue) = 197+69+159=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5459F is #3ABA60. Grayscale: #757575. Windows color (decimal): -3848801 or 10438085. OLE color: 10438085.
HSL color Cylindrical-coordinate representation of color #C5459F: hue angle of 317.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5459F is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 159 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.23 |
| HSL | 317.81º | 0.52% | 0.52% | - |
| HSV(B) | 317.81º | 0.65% | 0.77% | - |
| XYZ | 31.41 | 18.63 | 34.74 | - |
| YUV | 117.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 159 | 0 | 0.65 | 0.19 | 0.23 | 317.81 | 0.52 | 0.52 |
| Hex | C5 | 45 | 9F | 0 | 41 | 13 | 17 | 13E | 34 | 34 |
| Octal | 305 | 105 | 237 | 0 | 101 | 23 | 27 | 476 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10011111 | 0 | 1000001 | 10011 | 10111 | 100111110 | 110100 | 110100 |
Color Harmonies of #C5459F
Complementary color
Monochromatic Colors of #C5459F
Black with #C5459F
Text Example
Text Example
White with #C5459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5459F; }
p { color: rgb(197,69,159); }
H1.HeaderClassName
{
color: #C5459F;
}
.AnyTagClassName
{
color: #C5459F;
}
</style>
background-color css
<style>
a { background-color: #C5459F; }
a { background-color: rgb(197,69,159); }
div.DivClassName
{
background-color: #C5459F;
}
.BgClassName
{
background-color: #C5459F;
}
</style>
border-color css
<style>
span { border-color: #C5459F; }
span { border-color: rgb(197,69,159); }
td.TdClassName
{
border-color: #C5459F;
}
.TagClassName
{
border-color: #C5459F;
}
</style>