Shades of Mulberry #C2598F
Tints of Mulberry #C2598F
RGB
CMYK
RGB Variations
Color information
#C2598F (or 0xC2598F) is known color: Mulberry. HEX triplet: C2, 59 and 8F. RGB value is (194,89,143). Sum of RGB (Red+Green+Blue) = 194+89+143=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2598F is #3DA670. Grayscale: #7E7E7E. Windows color (decimal): -4040305 or 9394626. OLE color: 9394626.
HSL color Cylindrical-coordinate representation of color #C2598F: hue angle of 329.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 #C2598F is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 143 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.24 |
| HSL | 329.14º | 0.46% | 0.55% | - |
| HSV(B) | 329.14º | 0.54% | 0.76% | - |
| XYZ | 30.78 | 20.6 | 28.34 | - |
| YUV | 126.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 143 | 0 | 0.54 | 0.26 | 0.24 | 329.14 | 0.46 | 0.55 |
| Hex | C2 | 59 | 8F | 0 | 36 | 1A | 18 | 149 | 2E | 37 |
| Octal | 302 | 131 | 217 | 0 | 66 | 32 | 30 | 511 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10001111 | 0 | 110110 | 11010 | 11000 | 101001001 | 101110 | 110111 |
Color Harmonies of #C2598F
Complementary color
Monochromatic Colors of #C2598F
Black with #C2598F
Text Example
Text Example
White with #C2598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2598F; }
p { color: rgb(194,89,143); }
H1.HeaderClassName
{
color: #C2598F;
}
.AnyTagClassName
{
color: #C2598F;
}
</style>
background-color css
<style>
a { background-color: #C2598F; }
a { background-color: rgb(194,89,143); }
div.DivClassName
{
background-color: #C2598F;
}
.BgClassName
{
background-color: #C2598F;
}
</style>
border-color css
<style>
span { border-color: #C2598F; }
span { border-color: rgb(194,89,143); }
td.TdClassName
{
border-color: #C2598F;
}
.TagClassName
{
border-color: #C2598F;
}
</style>