Shades of Mulberry #C2538E
Tints of Mulberry #C2538E
RGB
CMYK
RGB Variations
Color information
#C2538E (or 0xC2538E) is known color: Mulberry. HEX triplet: C2, 53 and 8E. RGB value is (194,83,142). Sum of RGB (Red+Green+Blue) = 194+83+142=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2538E is #3DAC71. Grayscale: #7A7A7A. Windows color (decimal): -4041842 or 9327554. OLE color: 9327554.
HSL color Cylindrical-coordinate representation of color #C2538E: hue angle of 328.11º 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 #C2538E is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 142 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.24 |
| HSL | 328.11º | 0.48% | 0.54% | - |
| HSV(B) | 328.11º | 0.57% | 0.76% | - |
| XYZ | 30.22 | 19.61 | 27.78 | - |
| YUV | 122.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 142 | 0 | 0.57 | 0.27 | 0.24 | 328.11 | 0.48 | 0.54 |
| Hex | C2 | 53 | 8E | 0 | 39 | 1B | 18 | 148 | 30 | 36 |
| Octal | 302 | 123 | 216 | 0 | 71 | 33 | 30 | 510 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10001110 | 0 | 111001 | 11011 | 11000 | 101001000 | 110000 | 110110 |
Color Harmonies of #C2538E
Complementary color
Monochromatic Colors of #C2538E
Black with #C2538E
Text Example
Text Example
White with #C2538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2538E; }
p { color: rgb(194,83,142); }
H1.HeaderClassName
{
color: #C2538E;
}
.AnyTagClassName
{
color: #C2538E;
}
</style>
background-color css
<style>
a { background-color: #C2538E; }
a { background-color: rgb(194,83,142); }
div.DivClassName
{
background-color: #C2538E;
}
.BgClassName
{
background-color: #C2538E;
}
</style>
border-color css
<style>
span { border-color: #C2538E; }
span { border-color: rgb(194,83,142); }
td.TdClassName
{
border-color: #C2538E;
}
.TagClassName
{
border-color: #C2538E;
}
</style>