Shades of Mulberry #C54296
Tints of Mulberry #C54296
RGB
CMYK
RGB Variations
Color information
#C54296 (or 0xC54296) is known color: Mulberry. HEX triplet: C5, 42 and 96. RGB value is (197,66,150). Sum of RGB (Red+Green+Blue) = 197+66+150=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C54296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54296 is #3ABD69. Grayscale: #727272. Windows color (decimal): -3849578 or 9847493. OLE color: 9847493.
HSL color Cylindrical-coordinate representation of color #C54296: hue angle of 321.53º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54296 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 150 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.23 |
| HSL | 321.53º | 0.53% | 0.52% | - |
| HSV(B) | 321.53º | 0.66% | 0.77% | - |
| XYZ | 30.48 | 17.97 | 30.72 | - |
| YUV | 114.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 150 | 0 | 0.66 | 0.24 | 0.23 | 321.53 | 0.53 | 0.52 |
| Hex | C5 | 42 | 96 | 0 | 42 | 18 | 17 | 142 | 35 | 34 |
| Octal | 305 | 102 | 226 | 0 | 102 | 30 | 27 | 502 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10010110 | 0 | 1000010 | 11000 | 10111 | 101000010 | 110101 | 110100 |
Color Harmonies of #C54296
Complementary color
Monochromatic Colors of #C54296
Black with #C54296
Text Example
Text Example
White with #C54296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54296; }
p { color: rgb(197,66,150); }
H1.HeaderClassName
{
color: #C54296;
}
.AnyTagClassName
{
color: #C54296;
}
</style>
background-color css
<style>
a { background-color: #C54296; }
a { background-color: rgb(197,66,150); }
div.DivClassName
{
background-color: #C54296;
}
.BgClassName
{
background-color: #C54296;
}
</style>
border-color css
<style>
span { border-color: #C54296; }
span { border-color: rgb(197,66,150); }
td.TdClassName
{
border-color: #C54296;
}
.TagClassName
{
border-color: #C54296;
}
</style>