Shades of Mulberry #C34E9A
Tints of Mulberry #C34E9A
RGB
CMYK
RGB Variations
Color information
#C34E9A (or 0xC34E9A) is known color: Mulberry. HEX triplet: C3, 4E and 9A. RGB value is (195,78,154). Sum of RGB (Red+Green+Blue) = 195+78+154=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E9A is #3CB165. Grayscale: #797979. Windows color (decimal): -3977574 or 10112707. OLE color: 10112707.
HSL color Cylindrical-coordinate representation of color #C34E9A: hue angle of 321.03º 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 #C34E9A is Cyan = 0, Magento = 0.6, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 154 | - |
| CMYK | 0 | 0.6 | 0.21 | 0.24 |
| HSL | 321.03º | 0.49% | 0.54% | - |
| HSV(B) | 321.03º | 0.6% | 0.76% | - |
| XYZ | 31.06 | 19.38 | 32.68 | - |
| YUV | 121.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 154 | 0 | 0.6 | 0.21 | 0.24 | 321.03 | 0.49 | 0.54 |
| Hex | C3 | 4E | 9A | 0 | 3C | 15 | 18 | 141 | 31 | 36 |
| Octal | 303 | 116 | 232 | 0 | 74 | 25 | 30 | 501 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10011010 | 0 | 111100 | 10101 | 11000 | 101000001 | 110001 | 110110 |
Color Harmonies of #C34E9A
Complementary color
Monochromatic Colors of #C34E9A
Black with #C34E9A
Text Example
Text Example
White with #C34E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E9A; }
p { color: rgb(195,78,154); }
H1.HeaderClassName
{
color: #C34E9A;
}
.AnyTagClassName
{
color: #C34E9A;
}
</style>
background-color css
<style>
a { background-color: #C34E9A; }
a { background-color: rgb(195,78,154); }
div.DivClassName
{
background-color: #C34E9A;
}
.BgClassName
{
background-color: #C34E9A;
}
</style>
border-color css
<style>
span { border-color: #C34E9A; }
span { border-color: rgb(195,78,154); }
td.TdClassName
{
border-color: #C34E9A;
}
.TagClassName
{
border-color: #C34E9A;
}
</style>