Shades of Mulberry #C54190
Tints of Mulberry #C54190
RGB
CMYK
RGB Variations
Color information
#C54190 (or 0xC54190) is known color: Mulberry. HEX triplet: C5, 41 and 90. RGB value is (197,65,144). Sum of RGB (Red+Green+Blue) = 197+65+144=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C54190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54190 is #3ABE6F. Grayscale: #717171. Windows color (decimal): -3849840 or 9454021. OLE color: 9454021.
HSL color Cylindrical-coordinate representation of color #C54190: hue angle of 324.09º 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 #C54190 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 144 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.23 |
| HSL | 324.09º | 0.53% | 0.51% | - |
| HSV(B) | 324.09º | 0.67% | 0.77% | - |
| XYZ | 29.95 | 17.66 | 28.22 | - |
| YUV | 113.47 | 145.23 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 144 | 0 | 0.67 | 0.27 | 0.23 | 324.09 | 0.53 | 0.51 |
| Hex | C5 | 41 | 90 | 0 | 43 | 1B | 17 | 144 | 35 | 33 |
| Octal | 305 | 101 | 220 | 0 | 103 | 33 | 27 | 504 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10010000 | 0 | 1000011 | 11011 | 10111 | 101000100 | 110101 | 110011 |
Color Harmonies of #C54190
Complementary color
Monochromatic Colors of #C54190
Black with #C54190
Text Example
Text Example
White with #C54190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54190; }
p { color: rgb(197,65,144); }
H1.HeaderClassName
{
color: #C54190;
}
.AnyTagClassName
{
color: #C54190;
}
</style>
background-color css
<style>
a { background-color: #C54190; }
a { background-color: rgb(197,65,144); }
div.DivClassName
{
background-color: #C54190;
}
.BgClassName
{
background-color: #C54190;
}
</style>
border-color css
<style>
span { border-color: #C54190; }
span { border-color: rgb(197,65,144); }
td.TdClassName
{
border-color: #C54190;
}
.TagClassName
{
border-color: #C54190;
}
</style>