Shades of Mulberry #C53F84
Tints of Mulberry #C53F84
RGB
CMYK
RGB Variations
Color information
#C53F84 (or 0xC53F84) is known color: Mulberry. HEX triplet: C5, 3F and 84. RGB value is (197,63,132). Sum of RGB (Red+Green+Blue) = 197+63+132=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53F84 is #3AC07B. Grayscale: #6E6E6E. Windows color (decimal): -3850364 or 8667077. OLE color: 8667077.
HSL color Cylindrical-coordinate representation of color #C53F84: hue angle of 329.1º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F84 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 132 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.23 |
| HSL | 329.1º | 0.54% | 0.51% | - |
| HSV(B) | 329.1º | 0.68% | 0.77% | - |
| XYZ | 28.97 | 17.09 | 23.6 | - |
| YUV | 110.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 132 | 0 | 0.68 | 0.33 | 0.23 | 329.1 | 0.54 | 0.51 |
| Hex | C5 | 3F | 84 | 0 | 44 | 21 | 17 | 149 | 36 | 33 |
| Octal | 305 | 77 | 204 | 0 | 104 | 41 | 27 | 511 | 66 | 63 |
| Binary | 11000101 | 111111 | 10000100 | 0 | 1000100 | 100001 | 10111 | 101001001 | 110110 | 110011 |
Color Harmonies of #C53F84
Complementary color
Monochromatic Colors of #C53F84
Black with #C53F84
Text Example
Text Example
White with #C53F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F84; }
p { color: rgb(197,63,132); }
H1.HeaderClassName
{
color: #C53F84;
}
.AnyTagClassName
{
color: #C53F84;
}
</style>
background-color css
<style>
a { background-color: #C53F84; }
a { background-color: rgb(197,63,132); }
div.DivClassName
{
background-color: #C53F84;
}
.BgClassName
{
background-color: #C53F84;
}
</style>
border-color css
<style>
span { border-color: #C53F84; }
span { border-color: rgb(197,63,132); }
td.TdClassName
{
border-color: #C53F84;
}
.TagClassName
{
border-color: #C53F84;
}
</style>