Shades of Mulberry #C34EA7
Tints of Mulberry #C34EA7
RGB
CMYK
RGB Variations
Color information
#C34EA7 (or 0xC34EA7) is known color: Mulberry. HEX triplet: C3, 4E and A7. RGB value is (195,78,167). Sum of RGB (Red+Green+Blue) = 195+78+167=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EA7 is #3CB158. Grayscale: #7A7A7A. Windows color (decimal): -3977561 or 10964675. OLE color: 10964675.
HSL color Cylindrical-coordinate representation of color #C34EA7: hue angle of 314.36º 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 #C34EA7 is Cyan = 0, Magento = 0.6, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 167 | - |
| CMYK | 0 | 0.6 | 0.14 | 0.24 |
| HSL | 314.36º | 0.49% | 0.54% | - |
| HSV(B) | 314.36º | 0.6% | 0.76% | - |
| XYZ | 32.21 | 19.84 | 38.69 | - |
| YUV | 123.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 167 | 0 | 0.6 | 0.14 | 0.24 | 314.36 | 0.49 | 0.54 |
| Hex | C3 | 4E | A7 | 0 | 3C | E | 18 | 13A | 31 | 36 |
| Octal | 303 | 116 | 247 | 0 | 74 | 16 | 30 | 472 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10100111 | 0 | 111100 | 1110 | 11000 | 100111010 | 110001 | 110110 |
Color Harmonies of #C34EA7
Complementary color
Monochromatic Colors of #C34EA7
Black with #C34EA7
Text Example
Text Example
White with #C34EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EA7; }
p { color: rgb(195,78,167); }
H1.HeaderClassName
{
color: #C34EA7;
}
.AnyTagClassName
{
color: #C34EA7;
}
</style>
background-color css
<style>
a { background-color: #C34EA7; }
a { background-color: rgb(195,78,167); }
div.DivClassName
{
background-color: #C34EA7;
}
.BgClassName
{
background-color: #C34EA7;
}
</style>
border-color css
<style>
span { border-color: #C34EA7; }
span { border-color: rgb(195,78,167); }
td.TdClassName
{
border-color: #C34EA7;
}
.TagClassName
{
border-color: #C34EA7;
}
</style>