Shades of Mulberry #C34E9E
Tints of Mulberry #C34E9E
RGB
CMYK
RGB Variations
Color information
#C34E9E (or 0xC34E9E) is known color: Mulberry. HEX triplet: C3, 4E and 9E. RGB value is (195,78,158). Sum of RGB (Red+Green+Blue) = 195+78+158=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E9E is #3CB161. Grayscale: #797979. Windows color (decimal): -3977570 or 10374851. OLE color: 10374851.
HSL color Cylindrical-coordinate representation of color #C34E9E: hue angle of 318.97º 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 #C34E9E is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 158 | - |
| CMYK | 0 | 0.6 | 0.19 | 0.24 |
| HSL | 318.97º | 0.49% | 0.54% | - |
| HSV(B) | 318.97º | 0.6% | 0.76% | - |
| XYZ | 31.4 | 19.52 | 34.46 | - |
| YUV | 122.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 158 | 0 | 0.6 | 0.19 | 0.24 | 318.97 | 0.49 | 0.54 |
| Hex | C3 | 4E | 9E | 0 | 3C | 13 | 18 | 13F | 31 | 36 |
| Octal | 303 | 116 | 236 | 0 | 74 | 23 | 30 | 477 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10011110 | 0 | 111100 | 10011 | 11000 | 100111111 | 110001 | 110110 |
Color Harmonies of #C34E9E
Complementary color
Monochromatic Colors of #C34E9E
Black with #C34E9E
Text Example
Text Example
White with #C34E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E9E; }
p { color: rgb(195,78,158); }
H1.HeaderClassName
{
color: #C34E9E;
}
.AnyTagClassName
{
color: #C34E9E;
}
</style>
background-color css
<style>
a { background-color: #C34E9E; }
a { background-color: rgb(195,78,158); }
div.DivClassName
{
background-color: #C34E9E;
}
.BgClassName
{
background-color: #C34E9E;
}
</style>
border-color css
<style>
span { border-color: #C34E9E; }
span { border-color: rgb(195,78,158); }
td.TdClassName
{
border-color: #C34E9E;
}
.TagClassName
{
border-color: #C34E9E;
}
</style>