Shades of Mulberry #C34F7F
Tints of Mulberry #C34F7F
RGB
CMYK
RGB Variations
Color information
#C34F7F (or 0xC34F7F) is known color: Mulberry. HEX triplet: C3, 4F and 7F. RGB value is (195,79,127). Sum of RGB (Red+Green+Blue) = 195+79+127=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F7F is #3CB080. Grayscale: #777777. Windows color (decimal): -3977345 or 8343491. OLE color: 8343491.
HSL color Cylindrical-coordinate representation of color #C34F7F: hue angle of 335.17º 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 #C34F7F is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 127 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.24 |
| HSL | 335.17º | 0.49% | 0.54% | - |
| HSV(B) | 335.17º | 0.59% | 0.76% | - |
| XYZ | 29.13 | 18.73 | 22.16 | - |
| YUV | 119.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 127 | 0 | 0.59 | 0.35 | 0.24 | 335.17 | 0.49 | 0.54 |
| Hex | C3 | 4F | 7F | 0 | 3B | 23 | 18 | 14F | 31 | 36 |
| Octal | 303 | 117 | 177 | 0 | 73 | 43 | 30 | 517 | 61 | 66 |
| Binary | 11000011 | 1001111 | 1111111 | 0 | 111011 | 100011 | 11000 | 101001111 | 110001 | 110110 |
Color Harmonies of #C34F7F
Complementary color
Monochromatic Colors of #C34F7F
Black with #C34F7F
Text Example
Text Example
White with #C34F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F7F; }
p { color: rgb(195,79,127); }
H1.HeaderClassName
{
color: #C34F7F;
}
.AnyTagClassName
{
color: #C34F7F;
}
</style>
background-color css
<style>
a { background-color: #C34F7F; }
a { background-color: rgb(195,79,127); }
div.DivClassName
{
background-color: #C34F7F;
}
.BgClassName
{
background-color: #C34F7F;
}
</style>
border-color css
<style>
span { border-color: #C34F7F; }
span { border-color: rgb(195,79,127); }
td.TdClassName
{
border-color: #C34F7F;
}
.TagClassName
{
border-color: #C34F7F;
}
</style>