Shades of Mulberry #C54199
Tints of Mulberry #C54199
RGB
CMYK
RGB Variations
Color information
#C54199 (or 0xC54199) is known color: Mulberry. HEX triplet: C5, 41 and 99. RGB value is (197,65,153). Sum of RGB (Red+Green+Blue) = 197+65+153=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C54199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54199 is #3ABE66. Grayscale: #727272. Windows color (decimal): -3849831 or 10043845. OLE color: 10043845.
HSL color Cylindrical-coordinate representation of color #C54199: hue angle of 320º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54199 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 153 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.23 |
| HSL | 320º | 0.53% | 0.51% | - |
| HSV(B) | 320º | 0.67% | 0.77% | - |
| XYZ | 30.67 | 17.95 | 31.99 | - |
| YUV | 114.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 153 | 0 | 0.67 | 0.22 | 0.23 | 320 | 0.53 | 0.51 |
| Hex | C5 | 41 | 99 | 0 | 43 | 16 | 17 | 140 | 35 | 33 |
| Octal | 305 | 101 | 231 | 0 | 103 | 26 | 27 | 500 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10011001 | 0 | 1000011 | 10110 | 10111 | 101000000 | 110101 | 110011 |
Color Harmonies of #C54199
Complementary color
Monochromatic Colors of #C54199
Black with #C54199
Text Example
Text Example
White with #C54199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54199; }
p { color: rgb(197,65,153); }
H1.HeaderClassName
{
color: #C54199;
}
.AnyTagClassName
{
color: #C54199;
}
</style>
background-color css
<style>
a { background-color: #C54199; }
a { background-color: rgb(197,65,153); }
div.DivClassName
{
background-color: #C54199;
}
.BgClassName
{
background-color: #C54199;
}
</style>
border-color css
<style>
span { border-color: #C54199; }
span { border-color: rgb(197,65,153); }
td.TdClassName
{
border-color: #C54199;
}
.TagClassName
{
border-color: #C54199;
}
</style>