Shades of Mulberry #C34F9D
Tints of Mulberry #C34F9D
RGB
CMYK
RGB Variations
Color information
#C34F9D (or 0xC34F9D) is known color: Mulberry. HEX triplet: C3, 4F and 9D. RGB value is (195,79,157). Sum of RGB (Red+Green+Blue) = 195+79+157=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F9D is #3CB062. Grayscale: #7A7A7A. Windows color (decimal): -3977315 or 10309571. OLE color: 10309571.
HSL color Cylindrical-coordinate representation of color #C34F9D: hue angle of 319.66º 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 #C34F9D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 157 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.24 |
| HSL | 319.66º | 0.49% | 0.54% | - |
| HSV(B) | 319.66º | 0.59% | 0.76% | - |
| XYZ | 31.39 | 19.63 | 34.03 | - |
| YUV | 122.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 157 | 0 | 0.59 | 0.19 | 0.24 | 319.66 | 0.49 | 0.54 |
| Hex | C3 | 4F | 9D | 0 | 3B | 13 | 18 | 140 | 31 | 36 |
| Octal | 303 | 117 | 235 | 0 | 73 | 23 | 30 | 500 | 61 | 66 |
| Binary | 11000011 | 1001111 | 10011101 | 0 | 111011 | 10011 | 11000 | 101000000 | 110001 | 110110 |
Color Harmonies of #C34F9D
Complementary color
Monochromatic Colors of #C34F9D
Black with #C34F9D
Text Example
Text Example
White with #C34F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F9D; }
p { color: rgb(195,79,157); }
H1.HeaderClassName
{
color: #C34F9D;
}
.AnyTagClassName
{
color: #C34F9D;
}
</style>
background-color css
<style>
a { background-color: #C34F9D; }
a { background-color: rgb(195,79,157); }
div.DivClassName
{
background-color: #C34F9D;
}
.BgClassName
{
background-color: #C34F9D;
}
</style>
border-color css
<style>
span { border-color: #C34F9D; }
span { border-color: rgb(195,79,157); }
td.TdClassName
{
border-color: #C34F9D;
}
.TagClassName
{
border-color: #C34F9D;
}
</style>