Shades of Mulberry #C54184
Tints of Mulberry #C54184
RGB
CMYK
RGB Variations
Color information
#C54184 (or 0xC54184) is known color: Mulberry. HEX triplet: C5, 41 and 84. RGB value is (197,65,132). Sum of RGB (Red+Green+Blue) = 197+65+132=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C54184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54184 is #3ABE7B. Grayscale: #6F6F6F. Windows color (decimal): -3849852 or 8667589. OLE color: 8667589.
HSL color Cylindrical-coordinate representation of color #C54184: hue angle of 329.55º 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 #C54184 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 132 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.23 |
| HSL | 329.55º | 0.53% | 0.51% | - |
| HSV(B) | 329.55º | 0.67% | 0.77% | - |
| XYZ | 29.08 | 17.32 | 23.64 | - |
| YUV | 112.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 132 | 0 | 0.67 | 0.33 | 0.23 | 329.55 | 0.53 | 0.51 |
| Hex | C5 | 41 | 84 | 0 | 43 | 21 | 17 | 14A | 35 | 33 |
| Octal | 305 | 101 | 204 | 0 | 103 | 41 | 27 | 512 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10000100 | 0 | 1000011 | 100001 | 10111 | 101001010 | 110101 | 110011 |
Color Harmonies of #C54184
Complementary color
Monochromatic Colors of #C54184
Black with #C54184
Text Example
Text Example
White with #C54184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54184; }
p { color: rgb(197,65,132); }
H1.HeaderClassName
{
color: #C54184;
}
.AnyTagClassName
{
color: #C54184;
}
</style>
background-color css
<style>
a { background-color: #C54184; }
a { background-color: rgb(197,65,132); }
div.DivClassName
{
background-color: #C54184;
}
.BgClassName
{
background-color: #C54184;
}
</style>
border-color css
<style>
span { border-color: #C54184; }
span { border-color: rgb(197,65,132); }
td.TdClassName
{
border-color: #C54184;
}
.TagClassName
{
border-color: #C54184;
}
</style>