Shades of Mulberry #C34E8B
Tints of Mulberry #C34E8B
RGB
CMYK
RGB Variations
Color information
#C34E8B (or 0xC34E8B) is known color: Mulberry. HEX triplet: C3, 4E and 8B. RGB value is (195,78,139). Sum of RGB (Red+Green+Blue) = 195+78+139=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E8B is #3CB174. Grayscale: #777777. Windows color (decimal): -3977589 or 9129667. OLE color: 9129667.
HSL color Cylindrical-coordinate representation of color #C34E8B: hue angle of 328.72º 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 #C34E8B is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 139 | - |
| CMYK | 0 | 0.6 | 0.29 | 0.24 |
| HSL | 328.72º | 0.49% | 0.54% | - |
| HSV(B) | 328.72º | 0.6% | 0.76% | - |
| XYZ | 29.89 | 18.91 | 26.5 | - |
| YUV | 119.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 139 | 0 | 0.6 | 0.29 | 0.24 | 328.72 | 0.49 | 0.54 |
| Hex | C3 | 4E | 8B | 0 | 3C | 1D | 18 | 149 | 31 | 36 |
| Octal | 303 | 116 | 213 | 0 | 74 | 35 | 30 | 511 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10001011 | 0 | 111100 | 11101 | 11000 | 101001001 | 110001 | 110110 |
Color Harmonies of #C34E8B
Complementary color
Monochromatic Colors of #C34E8B
Black with #C34E8B
Text Example
Text Example
White with #C34E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E8B; }
p { color: rgb(195,78,139); }
H1.HeaderClassName
{
color: #C34E8B;
}
.AnyTagClassName
{
color: #C34E8B;
}
</style>
background-color css
<style>
a { background-color: #C34E8B; }
a { background-color: rgb(195,78,139); }
div.DivClassName
{
background-color: #C34E8B;
}
.BgClassName
{
background-color: #C34E8B;
}
</style>
border-color css
<style>
span { border-color: #C34E8B; }
span { border-color: rgb(195,78,139); }
td.TdClassName
{
border-color: #C34E8B;
}
.TagClassName
{
border-color: #C34E8B;
}
</style>