Shades of Mulberry #C34F91
Tints of Mulberry #C34F91
RGB
CMYK
RGB Variations
Color information
#C34F91 (or 0xC34F91) is known color: Mulberry. HEX triplet: C3, 4F and 91. RGB value is (195,79,145). Sum of RGB (Red+Green+Blue) = 195+79+145=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F91 is #3CB06E. Grayscale: #797979. Windows color (decimal): -3977327 or 9523139. OLE color: 9523139.
HSL color Cylindrical-coordinate representation of color #C34F91: hue angle of 325.86º 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 #C34F91 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 145 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.24 |
| HSL | 325.86º | 0.49% | 0.54% | - |
| HSV(B) | 325.86º | 0.59% | 0.76% | - |
| XYZ | 30.41 | 19.24 | 28.9 | - |
| YUV | 121.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 145 | 0 | 0.59 | 0.26 | 0.24 | 325.86 | 0.49 | 0.54 |
| Hex | C3 | 4F | 91 | 0 | 3B | 1A | 18 | 146 | 31 | 36 |
| Octal | 303 | 117 | 221 | 0 | 73 | 32 | 30 | 506 | 61 | 66 |
| Binary | 11000011 | 1001111 | 10010001 | 0 | 111011 | 11010 | 11000 | 101000110 | 110001 | 110110 |
Color Harmonies of #C34F91
Complementary color
Monochromatic Colors of #C34F91
Black with #C34F91
Text Example
Text Example
White with #C34F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F91; }
p { color: rgb(195,79,145); }
H1.HeaderClassName
{
color: #C34F91;
}
.AnyTagClassName
{
color: #C34F91;
}
</style>
background-color css
<style>
a { background-color: #C34F91; }
a { background-color: rgb(195,79,145); }
div.DivClassName
{
background-color: #C34F91;
}
.BgClassName
{
background-color: #C34F91;
}
</style>
border-color css
<style>
span { border-color: #C34F91; }
span { border-color: rgb(195,79,145); }
td.TdClassName
{
border-color: #C34F91;
}
.TagClassName
{
border-color: #C34F91;
}
</style>