Shades of Mulberry #C54698
Tints of Mulberry #C54698
RGB
CMYK
RGB Variations
Color information
#C54698 (or 0xC54698) is known color: Mulberry. HEX triplet: C5, 46 and 98. RGB value is (197,70,152). Sum of RGB (Red+Green+Blue) = 197+70+152=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C54698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54698 is #3AB967. Grayscale: #757575. Windows color (decimal): -3848552 or 9979589. OLE color: 9979589.
HSL color Cylindrical-coordinate representation of color #C54698: hue angle of 321.26º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54698 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 152 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.23 |
| HSL | 321.26º | 0.52% | 0.52% | - |
| HSV(B) | 321.26º | 0.64% | 0.77% | - |
| XYZ | 30.88 | 18.52 | 31.65 | - |
| YUV | 117.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 152 | 0 | 0.64 | 0.23 | 0.23 | 321.26 | 0.52 | 0.52 |
| Hex | C5 | 46 | 98 | 0 | 40 | 17 | 17 | 141 | 34 | 34 |
| Octal | 305 | 106 | 230 | 0 | 100 | 27 | 27 | 501 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10011000 | 0 | 1000000 | 10111 | 10111 | 101000001 | 110100 | 110100 |
Color Harmonies of #C54698
Complementary color
Monochromatic Colors of #C54698
Black with #C54698
Text Example
Text Example
White with #C54698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54698; }
p { color: rgb(197,70,152); }
H1.HeaderClassName
{
color: #C54698;
}
.AnyTagClassName
{
color: #C54698;
}
</style>
background-color css
<style>
a { background-color: #C54698; }
a { background-color: rgb(197,70,152); }
div.DivClassName
{
background-color: #C54698;
}
.BgClassName
{
background-color: #C54698;
}
</style>
border-color css
<style>
span { border-color: #C54698; }
span { border-color: rgb(197,70,152); }
td.TdClassName
{
border-color: #C54698;
}
.TagClassName
{
border-color: #C54698;
}
</style>