Shades of Mulberry #C54098
Tints of Mulberry #C54098
RGB
CMYK
RGB Variations
Color information
#C54098 (or 0xC54098) is known color: Mulberry. HEX triplet: C5, 40 and 98. RGB value is (197,64,152). Sum of RGB (Red+Green+Blue) = 197+64+152=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C54098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54098 is #3ABF67. Grayscale: #717171. Windows color (decimal): -3850088 or 9978053. OLE color: 9978053.
HSL color Cylindrical-coordinate representation of color #C54098: hue angle of 320.3º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54098 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 152 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.23 |
| HSL | 320.3º | 0.53% | 0.51% | - |
| HSV(B) | 320.3º | 0.68% | 0.77% | - |
| XYZ | 30.53 | 17.8 | 31.53 | - |
| YUV | 113.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 152 | 0 | 0.68 | 0.23 | 0.23 | 320.3 | 0.53 | 0.51 |
| Hex | C5 | 40 | 98 | 0 | 44 | 17 | 17 | 140 | 35 | 33 |
| Octal | 305 | 100 | 230 | 0 | 104 | 27 | 27 | 500 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10011000 | 0 | 1000100 | 10111 | 10111 | 101000000 | 110101 | 110011 |
Color Harmonies of #C54098
Complementary color
Monochromatic Colors of #C54098
Black with #C54098
Text Example
Text Example
White with #C54098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54098; }
p { color: rgb(197,64,152); }
H1.HeaderClassName
{
color: #C54098;
}
.AnyTagClassName
{
color: #C54098;
}
</style>
background-color css
<style>
a { background-color: #C54098; }
a { background-color: rgb(197,64,152); }
div.DivClassName
{
background-color: #C54098;
}
.BgClassName
{
background-color: #C54098;
}
</style>
border-color css
<style>
span { border-color: #C54098; }
span { border-color: rgb(197,64,152); }
td.TdClassName
{
border-color: #C54098;
}
.TagClassName
{
border-color: #C54098;
}
</style>