Shades of Mulberry #C34E86
Tints of Mulberry #C34E86
RGB
CMYK
RGB Variations
Color information
#C34E86 (or 0xC34E86) is known color: Mulberry. HEX triplet: C3, 4E and 86. RGB value is (195,78,134). Sum of RGB (Red+Green+Blue) = 195+78+134=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E86 is #3CB179. Grayscale: #777777. Windows color (decimal): -3977594 or 8801987. OLE color: 8801987.
HSL color Cylindrical-coordinate representation of color #C34E86: hue angle of 331.28º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E86 is Cyan = 0, Magento = 0.6, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 134 | - |
| CMYK | 0 | 0.6 | 0.31 | 0.24 |
| HSL | 331.28º | 0.49% | 0.54% | - |
| HSV(B) | 331.28º | 0.6% | 0.76% | - |
| XYZ | 29.53 | 18.77 | 24.62 | - |
| YUV | 119.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 134 | 0 | 0.6 | 0.31 | 0.24 | 331.28 | 0.49 | 0.54 |
| Hex | C3 | 4E | 86 | 0 | 3C | 1F | 18 | 14B | 31 | 36 |
| Octal | 303 | 116 | 206 | 0 | 74 | 37 | 30 | 513 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10000110 | 0 | 111100 | 11111 | 11000 | 101001011 | 110001 | 110110 |
Color Harmonies of #C34E86
Complementary color
Monochromatic Colors of #C34E86
Black with #C34E86
Text Example
Text Example
White with #C34E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E86; }
p { color: rgb(195,78,134); }
H1.HeaderClassName
{
color: #C34E86;
}
.AnyTagClassName
{
color: #C34E86;
}
</style>
background-color css
<style>
a { background-color: #C34E86; }
a { background-color: rgb(195,78,134); }
div.DivClassName
{
background-color: #C34E86;
}
.BgClassName
{
background-color: #C34E86;
}
</style>
border-color css
<style>
span { border-color: #C34E86; }
span { border-color: rgb(195,78,134); }
td.TdClassName
{
border-color: #C34E86;
}
.TagClassName
{
border-color: #C34E86;
}
</style>