Shades of Mulberry #C34E80
Tints of Mulberry #C34E80
RGB
CMYK
RGB Variations
Color information
#C34E80 (or 0xC34E80) is known color: Mulberry. HEX triplet: C3, 4E and 80. RGB value is (195,78,128). Sum of RGB (Red+Green+Blue) = 195+78+128=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E80 is #3CB17F. Grayscale: #767676. Windows color (decimal): -3977600 or 8408771. OLE color: 8408771.
HSL color Cylindrical-coordinate representation of color #C34E80: hue angle of 334.36º 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 #C34E80 is Cyan = 0, Magento = 0.6, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 128 | - |
| CMYK | 0 | 0.6 | 0.34 | 0.24 |
| HSL | 334.36º | 0.49% | 0.54% | - |
| HSV(B) | 334.36º | 0.6% | 0.76% | - |
| XYZ | 29.13 | 18.61 | 22.48 | - |
| YUV | 118.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 128 | 0 | 0.6 | 0.34 | 0.24 | 334.36 | 0.49 | 0.54 |
| Hex | C3 | 4E | 80 | 0 | 3C | 22 | 18 | 14E | 31 | 36 |
| Octal | 303 | 116 | 200 | 0 | 74 | 42 | 30 | 516 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10000000 | 0 | 111100 | 100010 | 11000 | 101001110 | 110001 | 110110 |
Color Harmonies of #C34E80
Complementary color
Monochromatic Colors of #C34E80
Black with #C34E80
Text Example
Text Example
White with #C34E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E80; }
p { color: rgb(195,78,128); }
H1.HeaderClassName
{
color: #C34E80;
}
.AnyTagClassName
{
color: #C34E80;
}
</style>
background-color css
<style>
a { background-color: #C34E80; }
a { background-color: rgb(195,78,128); }
div.DivClassName
{
background-color: #C34E80;
}
.BgClassName
{
background-color: #C34E80;
}
</style>
border-color css
<style>
span { border-color: #C34E80; }
span { border-color: rgb(195,78,128); }
td.TdClassName
{
border-color: #C34E80;
}
.TagClassName
{
border-color: #C34E80;
}
</style>