Shades of Mulberry #C54598
Tints of Mulberry #C54598
RGB
CMYK
RGB Variations
Color information
#C54598 (or 0xC54598) is known color: Mulberry. HEX triplet: C5, 45 and 98. RGB value is (197,69,152). Sum of RGB (Red+Green+Blue) = 197+69+152=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C54598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54598 is #3ABA67. Grayscale: #747474. Windows color (decimal): -3848808 or 9979333. OLE color: 9979333.
HSL color Cylindrical-coordinate representation of color #C54598: hue angle of 321.09º 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 #C54598 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 152 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.23 |
| HSL | 321.09º | 0.52% | 0.52% | - |
| HSV(B) | 321.09º | 0.65% | 0.77% | - |
| XYZ | 30.82 | 18.39 | 31.63 | - |
| YUV | 116.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 152 | 0 | 0.65 | 0.23 | 0.23 | 321.09 | 0.52 | 0.52 |
| Hex | C5 | 45 | 98 | 0 | 41 | 17 | 17 | 141 | 34 | 34 |
| Octal | 305 | 105 | 230 | 0 | 101 | 27 | 27 | 501 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10011000 | 0 | 1000001 | 10111 | 10111 | 101000001 | 110100 | 110100 |
Color Harmonies of #C54598
Complementary color
Monochromatic Colors of #C54598
Black with #C54598
Text Example
Text Example
White with #C54598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54598; }
p { color: rgb(197,69,152); }
H1.HeaderClassName
{
color: #C54598;
}
.AnyTagClassName
{
color: #C54598;
}
</style>
background-color css
<style>
a { background-color: #C54598; }
a { background-color: rgb(197,69,152); }
div.DivClassName
{
background-color: #C54598;
}
.BgClassName
{
background-color: #C54598;
}
</style>
border-color css
<style>
span { border-color: #C54598; }
span { border-color: rgb(197,69,152); }
td.TdClassName
{
border-color: #C54598;
}
.TagClassName
{
border-color: #C54598;
}
</style>