Shades of Mulberry #C34F9E
Tints of Mulberry #C34F9E
RGB
CMYK
RGB Variations
Color information
#C34F9E (or 0xC34F9E) is known color: Mulberry. HEX triplet: C3, 4F and 9E. RGB value is (195,79,158). Sum of RGB (Red+Green+Blue) = 195+79+158=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F9E is #3CB061. Grayscale: #7A7A7A. Windows color (decimal): -3977314 or 10375107. OLE color: 10375107.
HSL color Cylindrical-coordinate representation of color #C34F9E: hue angle of 319.14º 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 #C34F9E is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 158 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.24 |
| HSL | 319.14º | 0.49% | 0.54% | - |
| HSV(B) | 319.14º | 0.59% | 0.76% | - |
| XYZ | 31.47 | 19.66 | 34.48 | - |
| YUV | 122.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 158 | 0 | 0.59 | 0.19 | 0.24 | 319.14 | 0.49 | 0.54 |
| Hex | C3 | 4F | 9E | 0 | 3B | 13 | 18 | 13F | 31 | 36 |
| Octal | 303 | 117 | 236 | 0 | 73 | 23 | 30 | 477 | 61 | 66 |
| Binary | 11000011 | 1001111 | 10011110 | 0 | 111011 | 10011 | 11000 | 100111111 | 110001 | 110110 |
Color Harmonies of #C34F9E
Complementary color
Monochromatic Colors of #C34F9E
Black with #C34F9E
Text Example
Text Example
White with #C34F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F9E; }
p { color: rgb(195,79,158); }
H1.HeaderClassName
{
color: #C34F9E;
}
.AnyTagClassName
{
color: #C34F9E;
}
</style>
background-color css
<style>
a { background-color: #C34F9E; }
a { background-color: rgb(195,79,158); }
div.DivClassName
{
background-color: #C34F9E;
}
.BgClassName
{
background-color: #C34F9E;
}
</style>
border-color css
<style>
span { border-color: #C34F9E; }
span { border-color: rgb(195,79,158); }
td.TdClassName
{
border-color: #C34F9E;
}
.TagClassName
{
border-color: #C34F9E;
}
</style>