Shades of Mulberry #C34E8C
Tints of Mulberry #C34E8C
RGB
CMYK
RGB Variations
Color information
#C34E8C (or 0xC34E8C) is known color: Mulberry. HEX triplet: C3, 4E and 8C. RGB value is (195,78,140). Sum of RGB (Red+Green+Blue) = 195+78+140=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E8C is #3CB173. Grayscale: #777777. Windows color (decimal): -3977588 or 9195203. OLE color: 9195203.
HSL color Cylindrical-coordinate representation of color #C34E8C: hue angle of 328.21º 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 #C34E8C is Cyan = 0, Magento = 0.6, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 140 | - |
| CMYK | 0 | 0.6 | 0.28 | 0.24 |
| HSL | 328.21º | 0.49% | 0.54% | - |
| HSV(B) | 328.21º | 0.6% | 0.76% | - |
| XYZ | 29.96 | 18.94 | 26.89 | - |
| YUV | 120.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 140 | 0 | 0.6 | 0.28 | 0.24 | 328.21 | 0.49 | 0.54 |
| Hex | C3 | 4E | 8C | 0 | 3C | 1C | 18 | 148 | 31 | 36 |
| Octal | 303 | 116 | 214 | 0 | 74 | 34 | 30 | 510 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10001100 | 0 | 111100 | 11100 | 11000 | 101001000 | 110001 | 110110 |
Color Harmonies of #C34E8C
Complementary color
Monochromatic Colors of #C34E8C
Black with #C34E8C
Text Example
Text Example
White with #C34E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E8C; }
p { color: rgb(195,78,140); }
H1.HeaderClassName
{
color: #C34E8C;
}
.AnyTagClassName
{
color: #C34E8C;
}
</style>
background-color css
<style>
a { background-color: #C34E8C; }
a { background-color: rgb(195,78,140); }
div.DivClassName
{
background-color: #C34E8C;
}
.BgClassName
{
background-color: #C34E8C;
}
</style>
border-color css
<style>
span { border-color: #C34E8C; }
span { border-color: rgb(195,78,140); }
td.TdClassName
{
border-color: #C34E8C;
}
.TagClassName
{
border-color: #C34E8C;
}
</style>