Shades of Mulberry #C04589
Tints of Mulberry #C04589
RGB
CMYK
RGB Variations
Color information
#C04589 (or 0xC04589) is known color: Mulberry. HEX triplet: C0, 45 and 89. RGB value is (192,69,137). Sum of RGB (Red+Green+Blue) = 192+69+137=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C04589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04589 is #3FBA76. Grayscale: #717171. Windows color (decimal): -4176503 or 8996288. OLE color: 8996288.
HSL color Cylindrical-coordinate representation of color #C04589: hue angle of 326.83º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04589 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 137 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.25 |
| HSL | 326.83º | 0.49% | 0.51% | - |
| HSV(B) | 326.83º | 0.64% | 0.75% | - |
| XYZ | 28.38 | 17.27 | 25.5 | - |
| YUV | 113.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 137 | 0 | 0.64 | 0.29 | 0.25 | 326.83 | 0.49 | 0.51 |
| Hex | C0 | 45 | 89 | 0 | 40 | 1D | 19 | 147 | 31 | 33 |
| Octal | 300 | 105 | 211 | 0 | 100 | 35 | 31 | 507 | 61 | 63 |
| Binary | 11000000 | 1000101 | 10001001 | 0 | 1000000 | 11101 | 11001 | 101000111 | 110001 | 110011 |
Color Harmonies of #C04589
Complementary color
Monochromatic Colors of #C04589
Black with #C04589
Text Example
Text Example
White with #C04589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04589; }
p { color: rgb(192,69,137); }
H1.HeaderClassName
{
color: #C04589;
}
.AnyTagClassName
{
color: #C04589;
}
</style>
background-color css
<style>
a { background-color: #C04589; }
a { background-color: rgb(192,69,137); }
div.DivClassName
{
background-color: #C04589;
}
.BgClassName
{
background-color: #C04589;
}
</style>
border-color css
<style>
span { border-color: #C04589; }
span { border-color: rgb(192,69,137); }
td.TdClassName
{
border-color: #C04589;
}
.TagClassName
{
border-color: #C04589;
}
</style>