Shades of Mulberry #C2589C
Tints of Mulberry #C2589C
RGB
CMYK
RGB Variations
Color information
#C2589C (or 0xC2589C) is known color: Mulberry. HEX triplet: C2, 58 and 9C. RGB value is (194,88,156). Sum of RGB (Red+Green+Blue) = 194+88+156=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2589C is #3DA763. Grayscale: #7F7F7F. Windows color (decimal): -4040548 or 10246338. OLE color: 10246338.
HSL color Cylindrical-coordinate representation of color #C2589C: hue angle of 321.51º 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 #C2589C is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 156 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.24 |
| HSL | 321.51º | 0.46% | 0.55% | - |
| HSV(B) | 321.51º | 0.55% | 0.76% | - |
| XYZ | 31.74 | 20.85 | 33.8 | - |
| YUV | 127.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 156 | 0 | 0.55 | 0.20 | 0.24 | 321.51 | 0.46 | 0.55 |
| Hex | C2 | 58 | 9C | 0 | 37 | 14 | 18 | 142 | 2E | 37 |
| Octal | 302 | 130 | 234 | 0 | 67 | 24 | 30 | 502 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10011100 | 0 | 110111 | 10100 | 11000 | 101000010 | 101110 | 110111 |
Color Harmonies of #C2589C
Complementary color
Monochromatic Colors of #C2589C
Black with #C2589C
Text Example
Text Example
White with #C2589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2589C; }
p { color: rgb(194,88,156); }
H1.HeaderClassName
{
color: #C2589C;
}
.AnyTagClassName
{
color: #C2589C;
}
</style>
background-color css
<style>
a { background-color: #C2589C; }
a { background-color: rgb(194,88,156); }
div.DivClassName
{
background-color: #C2589C;
}
.BgClassName
{
background-color: #C2589C;
}
</style>
border-color css
<style>
span { border-color: #C2589C; }
span { border-color: rgb(194,88,156); }
td.TdClassName
{
border-color: #C2589C;
}
.TagClassName
{
border-color: #C2589C;
}
</style>