Shades of Mulberry #C34FA4
Tints of Mulberry #C34FA4
RGB
CMYK
RGB Variations
Color information
#C34FA4 (or 0xC34FA4) is known color: Mulberry. HEX triplet: C3, 4F and A4. RGB value is (195,79,164). Sum of RGB (Red+Green+Blue) = 195+79+164=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C34FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34FA4 is #3CB05B. Grayscale: #7B7B7B. Windows color (decimal): -3977308 or 10768323. OLE color: 10768323.
HSL color Cylindrical-coordinate representation of color #C34FA4: hue angle of 316.03º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34FA4 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 164 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.24 |
| HSL | 316.03º | 0.49% | 0.54% | - |
| HSV(B) | 316.03º | 0.59% | 0.76% | - |
| XYZ | 32 | 19.87 | 37.27 | - |
| YUV | 123.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 164 | 0 | 0.59 | 0.16 | 0.24 | 316.03 | 0.49 | 0.54 |
| Hex | C3 | 4F | A4 | 0 | 3B | 10 | 18 | 13C | 31 | 36 |
| Octal | 303 | 117 | 244 | 0 | 73 | 20 | 30 | 474 | 61 | 66 |
| Binary | 11000011 | 1001111 | 10100100 | 0 | 111011 | 10000 | 11000 | 100111100 | 110001 | 110110 |
Color Harmonies of #C34FA4
Complementary color
Monochromatic Colors of #C34FA4
Black with #C34FA4
Text Example
Text Example
White with #C34FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FA4; }
p { color: rgb(195,79,164); }
H1.HeaderClassName
{
color: #C34FA4;
}
.AnyTagClassName
{
color: #C34FA4;
}
</style>
background-color css
<style>
a { background-color: #C34FA4; }
a { background-color: rgb(195,79,164); }
div.DivClassName
{
background-color: #C34FA4;
}
.BgClassName
{
background-color: #C34FA4;
}
</style>
border-color css
<style>
span { border-color: #C34FA4; }
span { border-color: rgb(195,79,164); }
td.TdClassName
{
border-color: #C34FA4;
}
.TagClassName
{
border-color: #C34FA4;
}
</style>