Shades of Mulberry #C34E9C
Tints of Mulberry #C34E9C
RGB
CMYK
RGB Variations
Color information
#C34E9C (or 0xC34E9C) is known color: Mulberry. HEX triplet: C3, 4E and 9C. RGB value is (195,78,156). Sum of RGB (Red+Green+Blue) = 195+78+156=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E9C is #3CB163. Grayscale: #797979. Windows color (decimal): -3977572 or 10243779. OLE color: 10243779.
HSL color Cylindrical-coordinate representation of color #C34E9C: hue angle of 320º 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 #C34E9C is Cyan = 0, Magento = 0.6, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 156 | - |
| CMYK | 0 | 0.6 | 0.20 | 0.24 |
| HSL | 320º | 0.49% | 0.54% | - |
| HSV(B) | 320º | 0.6% | 0.76% | - |
| XYZ | 31.23 | 19.45 | 33.56 | - |
| YUV | 121.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 156 | 0 | 0.6 | 0.20 | 0.24 | 320 | 0.49 | 0.54 |
| Hex | C3 | 4E | 9C | 0 | 3C | 14 | 18 | 140 | 31 | 36 |
| Octal | 303 | 116 | 234 | 0 | 74 | 24 | 30 | 500 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10011100 | 0 | 111100 | 10100 | 11000 | 101000000 | 110001 | 110110 |
Color Harmonies of #C34E9C
Complementary color
Monochromatic Colors of #C34E9C
Black with #C34E9C
Text Example
Text Example
White with #C34E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E9C; }
p { color: rgb(195,78,156); }
H1.HeaderClassName
{
color: #C34E9C;
}
.AnyTagClassName
{
color: #C34E9C;
}
</style>
background-color css
<style>
a { background-color: #C34E9C; }
a { background-color: rgb(195,78,156); }
div.DivClassName
{
background-color: #C34E9C;
}
.BgClassName
{
background-color: #C34E9C;
}
</style>
border-color css
<style>
span { border-color: #C34E9C; }
span { border-color: rgb(195,78,156); }
td.TdClassName
{
border-color: #C34E9C;
}
.TagClassName
{
border-color: #C34E9C;
}
</style>