Shades of Mulberry #C2558C
Tints of Mulberry #C2558C
RGB
CMYK
RGB Variations
Color information
#C2558C (or 0xC2558C) is known color: Mulberry. HEX triplet: C2, 55 and 8C. RGB value is (194,85,140). Sum of RGB (Red+Green+Blue) = 194+85+140=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2558C is #3DAA73. Grayscale: #7B7B7B. Windows color (decimal): -4041332 or 9196994. OLE color: 9196994.
HSL color Cylindrical-coordinate representation of color #C2558C: hue angle of 329.72º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2558C is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 140 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.24 |
| HSL | 329.72º | 0.47% | 0.55% | - |
| HSV(B) | 329.72º | 0.56% | 0.76% | - |
| XYZ | 30.23 | 19.86 | 27.05 | - |
| YUV | 123.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 140 | 0 | 0.56 | 0.28 | 0.24 | 329.72 | 0.47 | 0.55 |
| Hex | C2 | 55 | 8C | 0 | 38 | 1C | 18 | 14A | 2F | 37 |
| Octal | 302 | 125 | 214 | 0 | 70 | 34 | 30 | 512 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10001100 | 0 | 111000 | 11100 | 11000 | 101001010 | 101111 | 110111 |
Color Harmonies of #C2558C
Complementary color
Monochromatic Colors of #C2558C
Black with #C2558C
Text Example
Text Example
White with #C2558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2558C; }
p { color: rgb(194,85,140); }
H1.HeaderClassName
{
color: #C2558C;
}
.AnyTagClassName
{
color: #C2558C;
}
</style>
background-color css
<style>
a { background-color: #C2558C; }
a { background-color: rgb(194,85,140); }
div.DivClassName
{
background-color: #C2558C;
}
.BgClassName
{
background-color: #C2558C;
}
</style>
border-color css
<style>
span { border-color: #C2558C; }
span { border-color: rgb(194,85,140); }
td.TdClassName
{
border-color: #C2558C;
}
.TagClassName
{
border-color: #C2558C;
}
</style>