Shades of Mulberry #C5429E
Tints of Mulberry #C5429E
RGB
CMYK
RGB Variations
Color information
#C5429E (or 0xC5429E) is known color: Mulberry. HEX triplet: C5, 42 and 9E. RGB value is (197,66,158). Sum of RGB (Red+Green+Blue) = 197+66+158=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5429E is #3ABD61. Grayscale: #737373. Windows color (decimal): -3849570 or 10371781. OLE color: 10371781.
HSL color Cylindrical-coordinate representation of color #C5429E: hue angle of 317.86º 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 #C5429E is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 158 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.23 |
| HSL | 317.86º | 0.53% | 0.52% | - |
| HSV(B) | 317.86º | 0.66% | 0.77% | - |
| XYZ | 31.15 | 18.24 | 34.23 | - |
| YUV | 115.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 158 | 0 | 0.66 | 0.20 | 0.23 | 317.86 | 0.53 | 0.52 |
| Hex | C5 | 42 | 9E | 0 | 42 | 14 | 17 | 13E | 35 | 34 |
| Octal | 305 | 102 | 236 | 0 | 102 | 24 | 27 | 476 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10011110 | 0 | 1000010 | 10100 | 10111 | 100111110 | 110101 | 110100 |
Color Harmonies of #C5429E
Complementary color
Monochromatic Colors of #C5429E
Black with #C5429E
Text Example
Text Example
White with #C5429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5429E; }
p { color: rgb(197,66,158); }
H1.HeaderClassName
{
color: #C5429E;
}
.AnyTagClassName
{
color: #C5429E;
}
</style>
background-color css
<style>
a { background-color: #C5429E; }
a { background-color: rgb(197,66,158); }
div.DivClassName
{
background-color: #C5429E;
}
.BgClassName
{
background-color: #C5429E;
}
</style>
border-color css
<style>
span { border-color: #C5429E; }
span { border-color: rgb(197,66,158); }
td.TdClassName
{
border-color: #C5429E;
}
.TagClassName
{
border-color: #C5429E;
}
</style>