Shades of Mulberry #C2599C
Tints of Mulberry #C2599C
RGB
CMYK
RGB Variations
Color information
#C2599C (or 0xC2599C) is known color: Mulberry. HEX triplet: C2, 59 and 9C. RGB value is (194,89,156). Sum of RGB (Red+Green+Blue) = 194+89+156=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2599C is #3DA663. Grayscale: #7F7F7F. Windows color (decimal): -4040292 or 10246594. OLE color: 10246594.
HSL color Cylindrical-coordinate representation of color #C2599C: hue angle of 321.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2599C is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 156 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.24 |
| HSL | 321.71º | 0.46% | 0.55% | - |
| HSV(B) | 321.71º | 0.54% | 0.76% | - |
| XYZ | 31.82 | 21.01 | 33.83 | - |
| YUV | 128.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 156 | 0 | 0.54 | 0.20 | 0.24 | 321.71 | 0.46 | 0.55 |
| Hex | C2 | 59 | 9C | 0 | 36 | 14 | 18 | 142 | 2E | 37 |
| Octal | 302 | 131 | 234 | 0 | 66 | 24 | 30 | 502 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10011100 | 0 | 110110 | 10100 | 11000 | 101000010 | 101110 | 110111 |
Color Harmonies of #C2599C
Complementary color
Monochromatic Colors of #C2599C
Black with #C2599C
Text Example
Text Example
White with #C2599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2599C; }
p { color: rgb(194,89,156); }
H1.HeaderClassName
{
color: #C2599C;
}
.AnyTagClassName
{
color: #C2599C;
}
</style>
background-color css
<style>
a { background-color: #C2599C; }
a { background-color: rgb(194,89,156); }
div.DivClassName
{
background-color: #C2599C;
}
.BgClassName
{
background-color: #C2599C;
}
</style>
border-color css
<style>
span { border-color: #C2599C; }
span { border-color: rgb(194,89,156); }
td.TdClassName
{
border-color: #C2599C;
}
.TagClassName
{
border-color: #C2599C;
}
</style>