Shades of Mulberry #C2559E
Tints of Mulberry #C2559E
RGB
CMYK
RGB Variations
Color information
#C2559E (or 0xC2559E) is known color: Mulberry. HEX triplet: C2, 55 and 9E. RGB value is (194,85,158). Sum of RGB (Red+Green+Blue) = 194+85+158=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2559E is #3DAA61. Grayscale: #7D7D7D. Windows color (decimal): -4041314 or 10376642. OLE color: 10376642.
HSL color Cylindrical-coordinate representation of color #C2559E: hue angle of 319.82º 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 #C2559E is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 158 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.24 |
| HSL | 319.82º | 0.47% | 0.55% | - |
| HSV(B) | 319.82º | 0.56% | 0.76% | - |
| XYZ | 31.67 | 20.43 | 34.62 | - |
| YUV | 125.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 158 | 0 | 0.56 | 0.19 | 0.24 | 319.82 | 0.47 | 0.55 |
| Hex | C2 | 55 | 9E | 0 | 38 | 13 | 18 | 140 | 2F | 37 |
| Octal | 302 | 125 | 236 | 0 | 70 | 23 | 30 | 500 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10011110 | 0 | 111000 | 10011 | 11000 | 101000000 | 101111 | 110111 |
Color Harmonies of #C2559E
Complementary color
Monochromatic Colors of #C2559E
Black with #C2559E
Text Example
Text Example
White with #C2559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2559E; }
p { color: rgb(194,85,158); }
H1.HeaderClassName
{
color: #C2559E;
}
.AnyTagClassName
{
color: #C2559E;
}
</style>
background-color css
<style>
a { background-color: #C2559E; }
a { background-color: rgb(194,85,158); }
div.DivClassName
{
background-color: #C2559E;
}
.BgClassName
{
background-color: #C2559E;
}
</style>
border-color css
<style>
span { border-color: #C2559E; }
span { border-color: rgb(194,85,158); }
td.TdClassName
{
border-color: #C2559E;
}
.TagClassName
{
border-color: #C2559E;
}
</style>