Shades of Mulberry #C43B9D
Tints of Mulberry #C43B9D
RGB
CMYK
RGB Variations
Color information
#C43B9D (or 0xC43B9D) is known color: Mulberry. HEX triplet: C4, 3B and 9D. RGB value is (196,59,157). Sum of RGB (Red+Green+Blue) = 196+59+157=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43B9D is #3BC462. Grayscale: #6E6E6E. Windows color (decimal): -3916899 or 10304452. OLE color: 10304452.
HSL color Cylindrical-coordinate representation of color #C43B9D: hue angle of 317.08º 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 #C43B9D is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 157 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.23 |
| HSL | 317.08º | 0.54% | 0.5% | - |
| HSV(B) | 317.08º | 0.7% | 0.77% | - |
| XYZ | 30.41 | 17.3 | 33.63 | - |
| YUV | 111.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 157 | 0 | 0.70 | 0.20 | 0.23 | 317.08 | 0.54 | 0.5 |
| Hex | C4 | 3B | 9D | 0 | 46 | 14 | 17 | 13D | 36 | 32 |
| Octal | 304 | 73 | 235 | 0 | 106 | 24 | 27 | 475 | 66 | 62 |
| Binary | 11000100 | 111011 | 10011101 | 0 | 1000110 | 10100 | 10111 | 100111101 | 110110 | 110010 |
Color Harmonies of #C43B9D
Complementary color
Monochromatic Colors of #C43B9D
Black with #C43B9D
Text Example
Text Example
White with #C43B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B9D; }
p { color: rgb(196,59,157); }
H1.HeaderClassName
{
color: #C43B9D;
}
.AnyTagClassName
{
color: #C43B9D;
}
</style>
background-color css
<style>
a { background-color: #C43B9D; }
a { background-color: rgb(196,59,157); }
div.DivClassName
{
background-color: #C43B9D;
}
.BgClassName
{
background-color: #C43B9D;
}
</style>
border-color css
<style>
span { border-color: #C43B9D; }
span { border-color: rgb(196,59,157); }
td.TdClassName
{
border-color: #C43B9D;
}
.TagClassName
{
border-color: #C43B9D;
}
</style>