Shades of Mulberry #C34F86
Tints of Mulberry #C34F86
RGB
CMYK
RGB Variations
Color information
#C34F86 (or 0xC34F86) is known color: Mulberry. HEX triplet: C3, 4F and 86. RGB value is (195,79,134). Sum of RGB (Red+Green+Blue) = 195+79+134=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F86 is #3CB079. Grayscale: #777777. Windows color (decimal): -3977338 or 8802243. OLE color: 8802243.
HSL color Cylindrical-coordinate representation of color #C34F86: hue angle of 331.55º 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 #C34F86 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 134 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.24 |
| HSL | 331.55º | 0.49% | 0.54% | - |
| HSV(B) | 331.55º | 0.59% | 0.76% | - |
| XYZ | 29.6 | 18.92 | 24.64 | - |
| YUV | 119.95 | 135.93 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 134 | 0 | 0.59 | 0.31 | 0.24 | 331.55 | 0.49 | 0.54 |
| Hex | C3 | 4F | 86 | 0 | 3B | 1F | 18 | 14C | 31 | 36 |
| Octal | 303 | 117 | 206 | 0 | 73 | 37 | 30 | 514 | 61 | 66 |
| Binary | 11000011 | 1001111 | 10000110 | 0 | 111011 | 11111 | 11000 | 101001100 | 110001 | 110110 |
Color Harmonies of #C34F86
Complementary color
Monochromatic Colors of #C34F86
Black with #C34F86
Text Example
Text Example
White with #C34F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F86; }
p { color: rgb(195,79,134); }
H1.HeaderClassName
{
color: #C34F86;
}
.AnyTagClassName
{
color: #C34F86;
}
</style>
background-color css
<style>
a { background-color: #C34F86; }
a { background-color: rgb(195,79,134); }
div.DivClassName
{
background-color: #C34F86;
}
.BgClassName
{
background-color: #C34F86;
}
</style>
border-color css
<style>
span { border-color: #C34F86; }
span { border-color: rgb(195,79,134); }
td.TdClassName
{
border-color: #C34F86;
}
.TagClassName
{
border-color: #C34F86;
}
</style>