Shades of Mulberry #C4569D
Tints of Mulberry #C4569D
RGB
CMYK
RGB Variations
Color information
#C4569D (or 0xC4569D) is known color: Mulberry. HEX triplet: C4, 56 and 9D. RGB value is (196,86,157). Sum of RGB (Red+Green+Blue) = 196+86+157=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4569D is #3BA962. Grayscale: #7E7E7E. Windows color (decimal): -3909987 or 10311364. OLE color: 10311364.
HSL color Cylindrical-coordinate representation of color #C4569D: hue angle of 321.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4569D is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 157 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.23 |
| HSL | 321.27º | 0.48% | 0.55% | - |
| HSV(B) | 321.27º | 0.56% | 0.77% | - |
| XYZ | 32.18 | 20.83 | 34.22 | - |
| YUV | 126.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 157 | 0 | 0.56 | 0.20 | 0.23 | 321.27 | 0.48 | 0.55 |
| Hex | C4 | 56 | 9D | 0 | 38 | 14 | 17 | 141 | 30 | 37 |
| Octal | 304 | 126 | 235 | 0 | 70 | 24 | 27 | 501 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10011101 | 0 | 111000 | 10100 | 10111 | 101000001 | 110000 | 110111 |
Color Harmonies of #C4569D
Complementary color
Monochromatic Colors of #C4569D
Black with #C4569D
Text Example
Text Example
White with #C4569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4569D; }
p { color: rgb(196,86,157); }
H1.HeaderClassName
{
color: #C4569D;
}
.AnyTagClassName
{
color: #C4569D;
}
</style>
background-color css
<style>
a { background-color: #C4569D; }
a { background-color: rgb(196,86,157); }
div.DivClassName
{
background-color: #C4569D;
}
.BgClassName
{
background-color: #C4569D;
}
</style>
border-color css
<style>
span { border-color: #C4569D; }
span { border-color: rgb(196,86,157); }
td.TdClassName
{
border-color: #C4569D;
}
.TagClassName
{
border-color: #C4569D;
}
</style>