Shades of Mulberry #C2559A
Tints of Mulberry #C2559A
RGB
CMYK
RGB Variations
Color information
#C2559A (or 0xC2559A) is known color: Mulberry. HEX triplet: C2, 55 and 9A. RGB value is (194,85,154). Sum of RGB (Red+Green+Blue) = 194+85+154=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2559A is #3DAA65. Grayscale: #7D7D7D. Windows color (decimal): -4041318 or 10114498. OLE color: 10114498.
HSL color Cylindrical-coordinate representation of color #C2559A: hue angle of 322.02º 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 #C2559A is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 154 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.24 |
| HSL | 322.02º | 0.47% | 0.55% | - |
| HSV(B) | 322.02º | 0.56% | 0.76% | - |
| XYZ | 31.33 | 20.3 | 32.84 | - |
| YUV | 125.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 154 | 0 | 0.56 | 0.21 | 0.24 | 322.02 | 0.47 | 0.55 |
| Hex | C2 | 55 | 9A | 0 | 38 | 15 | 18 | 142 | 2F | 37 |
| Octal | 302 | 125 | 232 | 0 | 70 | 25 | 30 | 502 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10011010 | 0 | 111000 | 10101 | 11000 | 101000010 | 101111 | 110111 |
Color Harmonies of #C2559A
Complementary color
Monochromatic Colors of #C2559A
Black with #C2559A
Text Example
Text Example
White with #C2559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2559A; }
p { color: rgb(194,85,154); }
H1.HeaderClassName
{
color: #C2559A;
}
.AnyTagClassName
{
color: #C2559A;
}
</style>
background-color css
<style>
a { background-color: #C2559A; }
a { background-color: rgb(194,85,154); }
div.DivClassName
{
background-color: #C2559A;
}
.BgClassName
{
background-color: #C2559A;
}
</style>
border-color css
<style>
span { border-color: #C2559A; }
span { border-color: rgb(194,85,154); }
td.TdClassName
{
border-color: #C2559A;
}
.TagClassName
{
border-color: #C2559A;
}
</style>