Shades of Mulberry #C53F7E
Tints of Mulberry #C53F7E
RGB
CMYK
RGB Variations
Color information
#C53F7E (or 0xC53F7E) is known color: Mulberry. HEX triplet: C5, 3F and 7E. RGB value is (197,63,126). Sum of RGB (Red+Green+Blue) = 197+63+126=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F7E is #3AC081. Grayscale: #6E6E6E. Windows color (decimal): -3850370 or 8273861. OLE color: 8273861.
HSL color Cylindrical-coordinate representation of color #C53F7E: hue angle of 331.79º 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 #C53F7E is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 126 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.23 |
| HSL | 331.79º | 0.54% | 0.51% | - |
| HSV(B) | 331.79º | 0.68% | 0.77% | - |
| XYZ | 28.57 | 16.93 | 21.5 | - |
| YUV | 110.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 126 | 0 | 0.68 | 0.36 | 0.23 | 331.79 | 0.54 | 0.51 |
| Hex | C5 | 3F | 7E | 0 | 44 | 24 | 17 | 14C | 36 | 33 |
| Octal | 305 | 77 | 176 | 0 | 104 | 44 | 27 | 514 | 66 | 63 |
| Binary | 11000101 | 111111 | 1111110 | 0 | 1000100 | 100100 | 10111 | 101001100 | 110110 | 110011 |
Color Harmonies of #C53F7E
Complementary color
Monochromatic Colors of #C53F7E
Black with #C53F7E
Text Example
Text Example
White with #C53F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F7E; }
p { color: rgb(197,63,126); }
H1.HeaderClassName
{
color: #C53F7E;
}
.AnyTagClassName
{
color: #C53F7E;
}
</style>
background-color css
<style>
a { background-color: #C53F7E; }
a { background-color: rgb(197,63,126); }
div.DivClassName
{
background-color: #C53F7E;
}
.BgClassName
{
background-color: #C53F7E;
}
</style>
border-color css
<style>
span { border-color: #C53F7E; }
span { border-color: rgb(197,63,126); }
td.TdClassName
{
border-color: #C53F7E;
}
.TagClassName
{
border-color: #C53F7E;
}
</style>