Shades of Mulberry #C34FA2
Tints of Mulberry #C34FA2
RGB
CMYK
RGB Variations
Color information
#C34FA2 (or 0xC34FA2) is known color: Mulberry. HEX triplet: C3, 4F and A2. RGB value is (195,79,162). Sum of RGB (Red+Green+Blue) = 195+79+162=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C34FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34FA2 is #3CB05D. Grayscale: #7A7A7A. Windows color (decimal): -3977310 or 10637251. OLE color: 10637251.
HSL color Cylindrical-coordinate representation of color #C34FA2: hue angle of 317.07º 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 #C34FA2 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 162 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.24 |
| HSL | 317.07º | 0.49% | 0.54% | - |
| HSV(B) | 317.07º | 0.59% | 0.76% | - |
| XYZ | 31.82 | 19.8 | 36.33 | - |
| YUV | 123.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 162 | 0 | 0.59 | 0.17 | 0.24 | 317.07 | 0.49 | 0.54 |
| Hex | C3 | 4F | A2 | 0 | 3B | 11 | 18 | 13D | 31 | 36 |
| Octal | 303 | 117 | 242 | 0 | 73 | 21 | 30 | 475 | 61 | 66 |
| Binary | 11000011 | 1001111 | 10100010 | 0 | 111011 | 10001 | 11000 | 100111101 | 110001 | 110110 |
Color Harmonies of #C34FA2
Complementary color
Monochromatic Colors of #C34FA2
Black with #C34FA2
Text Example
Text Example
White with #C34FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FA2; }
p { color: rgb(195,79,162); }
H1.HeaderClassName
{
color: #C34FA2;
}
.AnyTagClassName
{
color: #C34FA2;
}
</style>
background-color css
<style>
a { background-color: #C34FA2; }
a { background-color: rgb(195,79,162); }
div.DivClassName
{
background-color: #C34FA2;
}
.BgClassName
{
background-color: #C34FA2;
}
</style>
border-color css
<style>
span { border-color: #C34FA2; }
span { border-color: rgb(195,79,162); }
td.TdClassName
{
border-color: #C34FA2;
}
.TagClassName
{
border-color: #C34FA2;
}
</style>