Shades of Mulberry #C53EA8
Tints of Mulberry #C53EA8
RGB
CMYK
RGB Variations
Color information
#C53EA8 (or 0xC53EA8) is known color: Mulberry. HEX triplet: C5, 3E and A8. RGB value is (197,62,168). Sum of RGB (Red+Green+Blue) = 197+62+168=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53EA8 is #3AC157. Grayscale: #727272. Windows color (decimal): -3850584 or 11026117. OLE color: 11026117.
HSL color Cylindrical-coordinate representation of color #C53EA8: hue angle of 312.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53EA8 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 168 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.23 |
| HSL | 312.89º | 0.54% | 0.51% | - |
| HSV(B) | 312.89º | 0.69% | 0.77% | - |
| XYZ | 31.82 | 18.14 | 38.87 | - |
| YUV | 114.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 168 | 0 | 0.69 | 0.15 | 0.23 | 312.89 | 0.54 | 0.51 |
| Hex | C5 | 3E | A8 | 0 | 45 | F | 17 | 139 | 36 | 33 |
| Octal | 305 | 76 | 250 | 0 | 105 | 17 | 27 | 471 | 66 | 63 |
| Binary | 11000101 | 111110 | 10101000 | 0 | 1000101 | 1111 | 10111 | 100111001 | 110110 | 110011 |
Color Harmonies of #C53EA8
Complementary color
Monochromatic Colors of #C53EA8
Black with #C53EA8
Text Example
Text Example
White with #C53EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EA8; }
p { color: rgb(197,62,168); }
H1.HeaderClassName
{
color: #C53EA8;
}
.AnyTagClassName
{
color: #C53EA8;
}
</style>
background-color css
<style>
a { background-color: #C53EA8; }
a { background-color: rgb(197,62,168); }
div.DivClassName
{
background-color: #C53EA8;
}
.BgClassName
{
background-color: #C53EA8;
}
</style>
border-color css
<style>
span { border-color: #C53EA8; }
span { border-color: rgb(197,62,168); }
td.TdClassName
{
border-color: #C53EA8;
}
.TagClassName
{
border-color: #C53EA8;
}
</style>