Shades of Mulberry #C2539E
Tints of Mulberry #C2539E
RGB
CMYK
RGB Variations
Color information
#C2539E (or 0xC2539E) is known color: Mulberry. HEX triplet: C2, 53 and 9E. RGB value is (194,83,158). Sum of RGB (Red+Green+Blue) = 194+83+158=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2539E is #3DAC61. Grayscale: #7C7C7C. Windows color (decimal): -4041826 or 10376130. OLE color: 10376130.
HSL color Cylindrical-coordinate representation of color #C2539E: hue angle of 319.46º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2539E is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 158 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.24 |
| HSL | 319.46º | 0.48% | 0.54% | - |
| HSV(B) | 319.46º | 0.57% | 0.76% | - |
| XYZ | 31.51 | 20.12 | 34.57 | - |
| YUV | 124.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 158 | 0 | 0.57 | 0.19 | 0.24 | 319.46 | 0.48 | 0.54 |
| Hex | C2 | 53 | 9E | 0 | 39 | 13 | 18 | 13F | 30 | 36 |
| Octal | 302 | 123 | 236 | 0 | 71 | 23 | 30 | 477 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10011110 | 0 | 111001 | 10011 | 11000 | 100111111 | 110000 | 110110 |
Color Harmonies of #C2539E
Complementary color
Monochromatic Colors of #C2539E
Black with #C2539E
Text Example
Text Example
White with #C2539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2539E; }
p { color: rgb(194,83,158); }
H1.HeaderClassName
{
color: #C2539E;
}
.AnyTagClassName
{
color: #C2539E;
}
</style>
background-color css
<style>
a { background-color: #C2539E; }
a { background-color: rgb(194,83,158); }
div.DivClassName
{
background-color: #C2539E;
}
.BgClassName
{
background-color: #C2539E;
}
</style>
border-color css
<style>
span { border-color: #C2539E; }
span { border-color: rgb(194,83,158); }
td.TdClassName
{
border-color: #C2539E;
}
.TagClassName
{
border-color: #C2539E;
}
</style>