Shades of Mulberry #C2599D
Tints of Mulberry #C2599D
RGB
CMYK
RGB Variations
Color information
#C2599D (or 0xC2599D) is known color: Mulberry. HEX triplet: C2, 59 and 9D. RGB value is (194,89,157). Sum of RGB (Red+Green+Blue) = 194+89+157=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2599D is #3DA662. Grayscale: #7F7F7F. Windows color (decimal): -4040291 or 10312130. OLE color: 10312130.
HSL color Cylindrical-coordinate representation of color #C2599D: hue angle of 321.14º 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 #C2599D is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 157 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.24 |
| HSL | 321.14º | 0.46% | 0.55% | - |
| HSV(B) | 321.14º | 0.54% | 0.76% | - |
| XYZ | 31.91 | 21.05 | 34.28 | - |
| YUV | 128.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 157 | 0 | 0.54 | 0.19 | 0.24 | 321.14 | 0.46 | 0.55 |
| Hex | C2 | 59 | 9D | 0 | 36 | 13 | 18 | 141 | 2E | 37 |
| Octal | 302 | 131 | 235 | 0 | 66 | 23 | 30 | 501 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10011101 | 0 | 110110 | 10011 | 11000 | 101000001 | 101110 | 110111 |
Color Harmonies of #C2599D
Complementary color
Monochromatic Colors of #C2599D
Black with #C2599D
Text Example
Text Example
White with #C2599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2599D; }
p { color: rgb(194,89,157); }
H1.HeaderClassName
{
color: #C2599D;
}
.AnyTagClassName
{
color: #C2599D;
}
</style>
background-color css
<style>
a { background-color: #C2599D; }
a { background-color: rgb(194,89,157); }
div.DivClassName
{
background-color: #C2599D;
}
.BgClassName
{
background-color: #C2599D;
}
</style>
border-color css
<style>
span { border-color: #C2599D; }
span { border-color: rgb(194,89,157); }
td.TdClassName
{
border-color: #C2599D;
}
.TagClassName
{
border-color: #C2599D;
}
</style>