Shades of Mulberry #C34C8F
Tints of Mulberry #C34C8F
RGB
CMYK
RGB Variations
Color information
#C34C8F (or 0xC34C8F) is known color: Mulberry. HEX triplet: C3, 4C and 8F. RGB value is (195,76,143). Sum of RGB (Red+Green+Blue) = 195+76+143=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C8F is #3CB370. Grayscale: #777777. Windows color (decimal): -3978097 or 9391299. OLE color: 9391299.
HSL color Cylindrical-coordinate representation of color #C34C8F: hue angle of 326.22º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34C8F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 76 | 143 | - |
CMYK | 0 | 0.61 | 0.27 | 0.24 |
HSL | 326.22º | 0.5% | 0.53% | - |
HSV(B) | 326.22º | 0.61% | 0.76% | - |
XYZ | 30.05 | 18.75 | 28.02 | - |
YUV | 119.22 | 141.42 | 182.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 76 | 143 | 0 | 0.61 | 0.27 | 0.24 | 326.22 | 0.5 | 0.53 |
Hex | C3 | 4C | 8F | 0 | 3D | 1B | 18 | 146 | 32 | 35 |
Octal | 303 | 114 | 217 | 0 | 75 | 33 | 30 | 506 | 62 | 65 |
Binary | 11000011 | 1001100 | 10001111 | 0 | 111101 | 11011 | 11000 | 101000110 | 110010 | 110101 |
Color Harmonies of #C34C8F
Complementary color
Monochromatic Colors of #C34C8F
Black with #C34C8F
Text Example
Text Example
White with #C34C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C8F; }
p { color: rgb(195,76,143); }
H1.HeaderClassName
{
color: #C34C8F;
}
.AnyTagClassName
{
color: #C34C8F;
}
</style>
background-color css
<style>
a { background-color: #C34C8F; }
a { background-color: rgb(195,76,143); }
div.DivClassName
{
background-color: #C34C8F;
}
.BgClassName
{
background-color: #C34C8F;
}
</style>
border-color css
<style>
span { border-color: #C34C8F; }
span { border-color: rgb(195,76,143); }
td.TdClassName
{
border-color: #C34C8F;
}
.TagClassName
{
border-color: #C34C8F;
}
</style>