Shades of Mulberry #C2589D
Tints of Mulberry #C2589D
RGB
CMYK
RGB Variations
Color information
#C2589D (or 0xC2589D) is known color: Mulberry. HEX triplet: C2, 58 and 9D. RGB value is (194,88,157). Sum of RGB (Red+Green+Blue) = 194+88+157=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2589D is #3DA762. Grayscale: #7F7F7F. Windows color (decimal): -4040547 or 10311874. OLE color: 10311874.
HSL color Cylindrical-coordinate representation of color #C2589D: hue angle of 320.94º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2589D is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 157 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.24 |
| HSL | 320.94º | 0.46% | 0.55% | - |
| HSV(B) | 320.94º | 0.55% | 0.76% | - |
| XYZ | 31.82 | 20.88 | 34.25 | - |
| YUV | 127.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 157 | 0 | 0.55 | 0.19 | 0.24 | 320.94 | 0.46 | 0.55 |
| Hex | C2 | 58 | 9D | 0 | 37 | 13 | 18 | 141 | 2E | 37 |
| Octal | 302 | 130 | 235 | 0 | 67 | 23 | 30 | 501 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10011101 | 0 | 110111 | 10011 | 11000 | 101000001 | 101110 | 110111 |
Color Harmonies of #C2589D
Complementary color
Monochromatic Colors of #C2589D
Black with #C2589D
Text Example
Text Example
White with #C2589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2589D; }
p { color: rgb(194,88,157); }
H1.HeaderClassName
{
color: #C2589D;
}
.AnyTagClassName
{
color: #C2589D;
}
</style>
background-color css
<style>
a { background-color: #C2589D; }
a { background-color: rgb(194,88,157); }
div.DivClassName
{
background-color: #C2589D;
}
.BgClassName
{
background-color: #C2589D;
}
</style>
border-color css
<style>
span { border-color: #C2589D; }
span { border-color: rgb(194,88,157); }
td.TdClassName
{
border-color: #C2589D;
}
.TagClassName
{
border-color: #C2589D;
}
</style>