Shades of Mulberry #C43B9F
Tints of Mulberry #C43B9F
RGB
CMYK
RGB Variations
Color information
#C43B9F (or 0xC43B9F) is known color: Mulberry. HEX triplet: C4, 3B and 9F. RGB value is (196,59,159). Sum of RGB (Red+Green+Blue) = 196+59+159=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43B9F is #3BC460. Grayscale: #6F6F6F. Windows color (decimal): -3916897 or 10435524. OLE color: 10435524.
HSL color Cylindrical-coordinate representation of color #C43B9F: hue angle of 316.2º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43B9F is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 159 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.23 |
| HSL | 316.2º | 0.54% | 0.5% | - |
| HSV(B) | 316.2º | 0.7% | 0.77% | - |
| XYZ | 30.59 | 17.37 | 34.54 | - |
| YUV | 111.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 159 | 0 | 0.70 | 0.19 | 0.23 | 316.2 | 0.54 | 0.5 |
| Hex | C4 | 3B | 9F | 0 | 46 | 13 | 17 | 13C | 36 | 32 |
| Octal | 304 | 73 | 237 | 0 | 106 | 23 | 27 | 474 | 66 | 62 |
| Binary | 11000100 | 111011 | 10011111 | 0 | 1000110 | 10011 | 10111 | 100111100 | 110110 | 110010 |
Color Harmonies of #C43B9F
Complementary color
Monochromatic Colors of #C43B9F
Black with #C43B9F
Text Example
Text Example
White with #C43B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B9F; }
p { color: rgb(196,59,159); }
H1.HeaderClassName
{
color: #C43B9F;
}
.AnyTagClassName
{
color: #C43B9F;
}
</style>
background-color css
<style>
a { background-color: #C43B9F; }
a { background-color: rgb(196,59,159); }
div.DivClassName
{
background-color: #C43B9F;
}
.BgClassName
{
background-color: #C43B9F;
}
</style>
border-color css
<style>
span { border-color: #C43B9F; }
span { border-color: rgb(196,59,159); }
td.TdClassName
{
border-color: #C43B9F;
}
.TagClassName
{
border-color: #C43B9F;
}
</style>