Shades of Mulberry #C54596
Tints of Mulberry #C54596
RGB
CMYK
RGB Variations
Color information
#C54596 (or 0xC54596) is known color: Mulberry. HEX triplet: C5, 45 and 96. RGB value is (197,69,150). Sum of RGB (Red+Green+Blue) = 197+69+150=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C54596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54596 is #3ABA69. Grayscale: #747474. Windows color (decimal): -3848810 or 9848261. OLE color: 9848261.
HSL color Cylindrical-coordinate representation of color #C54596: hue angle of 322.03º 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 #C54596 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 150 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.23 |
| HSL | 322.03º | 0.52% | 0.52% | - |
| HSV(B) | 322.03º | 0.65% | 0.77% | - |
| XYZ | 30.66 | 18.33 | 30.78 | - |
| YUV | 116.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 150 | 0 | 0.65 | 0.24 | 0.23 | 322.03 | 0.52 | 0.52 |
| Hex | C5 | 45 | 96 | 0 | 41 | 18 | 17 | 142 | 34 | 34 |
| Octal | 305 | 105 | 226 | 0 | 101 | 30 | 27 | 502 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10010110 | 0 | 1000001 | 11000 | 10111 | 101000010 | 110100 | 110100 |
Color Harmonies of #C54596
Complementary color
Monochromatic Colors of #C54596
Black with #C54596
Text Example
Text Example
White with #C54596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54596; }
p { color: rgb(197,69,150); }
H1.HeaderClassName
{
color: #C54596;
}
.AnyTagClassName
{
color: #C54596;
}
</style>
background-color css
<style>
a { background-color: #C54596; }
a { background-color: rgb(197,69,150); }
div.DivClassName
{
background-color: #C54596;
}
.BgClassName
{
background-color: #C54596;
}
</style>
border-color css
<style>
span { border-color: #C54596; }
span { border-color: rgb(197,69,150); }
td.TdClassName
{
border-color: #C54596;
}
.TagClassName
{
border-color: #C54596;
}
</style>