Shades of Mulberry #C54290
Tints of Mulberry #C54290
RGB
CMYK
RGB Variations
Color information
#C54290 (or 0xC54290) is known color: Mulberry. HEX triplet: C5, 42 and 90. RGB value is (197,66,144). Sum of RGB (Red+Green+Blue) = 197+66+144=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C54290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54290 is #3ABD6F. Grayscale: #717171. Windows color (decimal): -3849584 or 9454277. OLE color: 9454277.
HSL color Cylindrical-coordinate representation of color #C54290: hue angle of 324.27º 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 #C54290 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 144 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.23 |
| HSL | 324.27º | 0.53% | 0.52% | - |
| HSV(B) | 324.27º | 0.66% | 0.77% | - |
| XYZ | 30.01 | 17.78 | 28.24 | - |
| YUV | 114.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 144 | 0 | 0.66 | 0.27 | 0.23 | 324.27 | 0.53 | 0.52 |
| Hex | C5 | 42 | 90 | 0 | 42 | 1B | 17 | 144 | 35 | 34 |
| Octal | 305 | 102 | 220 | 0 | 102 | 33 | 27 | 504 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10010000 | 0 | 1000010 | 11011 | 10111 | 101000100 | 110101 | 110100 |
Color Harmonies of #C54290
Complementary color
Monochromatic Colors of #C54290
Black with #C54290
Text Example
Text Example
White with #C54290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54290; }
p { color: rgb(197,66,144); }
H1.HeaderClassName
{
color: #C54290;
}
.AnyTagClassName
{
color: #C54290;
}
</style>
background-color css
<style>
a { background-color: #C54290; }
a { background-color: rgb(197,66,144); }
div.DivClassName
{
background-color: #C54290;
}
.BgClassName
{
background-color: #C54290;
}
</style>
border-color css
<style>
span { border-color: #C54290; }
span { border-color: rgb(197,66,144); }
td.TdClassName
{
border-color: #C54290;
}
.TagClassName
{
border-color: #C54290;
}
</style>