Shades of Mulberry #C34E9F
Tints of Mulberry #C34E9F
RGB
CMYK
RGB Variations
Color information
#C34E9F (or 0xC34E9F) is known color: Mulberry. HEX triplet: C3, 4E and 9F. RGB value is (195,78,159). Sum of RGB (Red+Green+Blue) = 195+78+159=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E9F is #3CB160. Grayscale: #7A7A7A. Windows color (decimal): -3977569 or 10440387. OLE color: 10440387.
HSL color Cylindrical-coordinate representation of color #C34E9F: hue angle of 318.46º 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 #C34E9F is Cyan = 0, Magento = 0.6, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 159 | - |
| CMYK | 0 | 0.6 | 0.18 | 0.24 |
| HSL | 318.46º | 0.49% | 0.54% | - |
| HSV(B) | 318.46º | 0.6% | 0.76% | - |
| XYZ | 31.49 | 19.55 | 34.92 | - |
| YUV | 122.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 159 | 0 | 0.6 | 0.18 | 0.24 | 318.46 | 0.49 | 0.54 |
| Hex | C3 | 4E | 9F | 0 | 3C | 12 | 18 | 13E | 31 | 36 |
| Octal | 303 | 116 | 237 | 0 | 74 | 22 | 30 | 476 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10011111 | 0 | 111100 | 10010 | 11000 | 100111110 | 110001 | 110110 |
Color Harmonies of #C34E9F
Complementary color
Monochromatic Colors of #C34E9F
Black with #C34E9F
Text Example
Text Example
White with #C34E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E9F; }
p { color: rgb(195,78,159); }
H1.HeaderClassName
{
color: #C34E9F;
}
.AnyTagClassName
{
color: #C34E9F;
}
</style>
background-color css
<style>
a { background-color: #C34E9F; }
a { background-color: rgb(195,78,159); }
div.DivClassName
{
background-color: #C34E9F;
}
.BgClassName
{
background-color: #C34E9F;
}
</style>
border-color css
<style>
span { border-color: #C34E9F; }
span { border-color: rgb(195,78,159); }
td.TdClassName
{
border-color: #C34E9F;
}
.TagClassName
{
border-color: #C34E9F;
}
</style>