Shades of Mulberry #C34EA1
Tints of Mulberry #C34EA1
RGB
CMYK
RGB Variations
Color information
#C34EA1 (or 0xC34EA1) is known color: Mulberry. HEX triplet: C3, 4E and A1. RGB value is (195,78,161). Sum of RGB (Red+Green+Blue) = 195+78+161=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EA1 is #3CB15E. Grayscale: #7A7A7A. Windows color (decimal): -3977567 or 10571459. OLE color: 10571459.
HSL color Cylindrical-coordinate representation of color #C34EA1: hue angle of 317.44º 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 #C34EA1 is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 161 | - |
| CMYK | 0 | 0.6 | 0.17 | 0.24 |
| HSL | 317.44º | 0.49% | 0.54% | - |
| HSV(B) | 317.44º | 0.6% | 0.76% | - |
| XYZ | 31.66 | 19.62 | 35.84 | - |
| YUV | 122.45 | 149.76 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 161 | 0 | 0.6 | 0.17 | 0.24 | 317.44 | 0.49 | 0.54 |
| Hex | C3 | 4E | A1 | 0 | 3C | 11 | 18 | 13D | 31 | 36 |
| Octal | 303 | 116 | 241 | 0 | 74 | 21 | 30 | 475 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10100001 | 0 | 111100 | 10001 | 11000 | 100111101 | 110001 | 110110 |
Color Harmonies of #C34EA1
Complementary color
Monochromatic Colors of #C34EA1
Black with #C34EA1
Text Example
Text Example
White with #C34EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EA1; }
p { color: rgb(195,78,161); }
H1.HeaderClassName
{
color: #C34EA1;
}
.AnyTagClassName
{
color: #C34EA1;
}
</style>
background-color css
<style>
a { background-color: #C34EA1; }
a { background-color: rgb(195,78,161); }
div.DivClassName
{
background-color: #C34EA1;
}
.BgClassName
{
background-color: #C34EA1;
}
</style>
border-color css
<style>
span { border-color: #C34EA1; }
span { border-color: rgb(195,78,161); }
td.TdClassName
{
border-color: #C34EA1;
}
.TagClassName
{
border-color: #C34EA1;
}
</style>