Shades of Mulberry #C2598E
Tints of Mulberry #C2598E
RGB
CMYK
RGB Variations
Color information
#C2598E (or 0xC2598E) is known color: Mulberry. HEX triplet: C2, 59 and 8E. RGB value is (194,89,142). Sum of RGB (Red+Green+Blue) = 194+89+142=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2598E is #3DA671. Grayscale: #7E7E7E. Windows color (decimal): -4040306 or 9329090. OLE color: 9329090.
HSL color Cylindrical-coordinate representation of color #C2598E: hue angle of 329.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 #C2598E is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 142 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.24 |
| HSL | 329.71º | 0.46% | 0.55% | - |
| HSV(B) | 329.71º | 0.54% | 0.76% | - |
| XYZ | 30.7 | 20.57 | 27.94 | - |
| YUV | 126.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 142 | 0 | 0.54 | 0.27 | 0.24 | 329.71 | 0.46 | 0.55 |
| Hex | C2 | 59 | 8E | 0 | 36 | 1B | 18 | 14A | 2E | 37 |
| Octal | 302 | 131 | 216 | 0 | 66 | 33 | 30 | 512 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10001110 | 0 | 110110 | 11011 | 11000 | 101001010 | 101110 | 110111 |
Color Harmonies of #C2598E
Complementary color
Monochromatic Colors of #C2598E
Black with #C2598E
Text Example
Text Example
White with #C2598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2598E; }
p { color: rgb(194,89,142); }
H1.HeaderClassName
{
color: #C2598E;
}
.AnyTagClassName
{
color: #C2598E;
}
</style>
background-color css
<style>
a { background-color: #C2598E; }
a { background-color: rgb(194,89,142); }
div.DivClassName
{
background-color: #C2598E;
}
.BgClassName
{
background-color: #C2598E;
}
</style>
border-color css
<style>
span { border-color: #C2598E; }
span { border-color: rgb(194,89,142); }
td.TdClassName
{
border-color: #C2598E;
}
.TagClassName
{
border-color: #C2598E;
}
</style>