Shades of Mulberry #C43B9A
Tints of Mulberry #C43B9A
RGB
CMYK
RGB Variations
Color information
#C43B9A (or 0xC43B9A) is known color: Mulberry. HEX triplet: C4, 3B and 9A. RGB value is (196,59,154). Sum of RGB (Red+Green+Blue) = 196+59+154=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43B9A is #3BC465. Grayscale: #6E6E6E. Windows color (decimal): -3916902 or 10107844. OLE color: 10107844.
HSL color Cylindrical-coordinate representation of color #C43B9A: hue angle of 318.39º 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 #C43B9A is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 154 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.23 |
| HSL | 318.39º | 0.54% | 0.5% | - |
| HSV(B) | 318.39º | 0.7% | 0.77% | - |
| XYZ | 30.16 | 17.2 | 32.3 | - |
| YUV | 110.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 154 | 0 | 0.70 | 0.21 | 0.23 | 318.39 | 0.54 | 0.5 |
| Hex | C4 | 3B | 9A | 0 | 46 | 15 | 17 | 13E | 36 | 32 |
| Octal | 304 | 73 | 232 | 0 | 106 | 25 | 27 | 476 | 66 | 62 |
| Binary | 11000100 | 111011 | 10011010 | 0 | 1000110 | 10101 | 10111 | 100111110 | 110110 | 110010 |
Color Harmonies of #C43B9A
Complementary color
Monochromatic Colors of #C43B9A
Black with #C43B9A
Text Example
Text Example
White with #C43B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B9A; }
p { color: rgb(196,59,154); }
H1.HeaderClassName
{
color: #C43B9A;
}
.AnyTagClassName
{
color: #C43B9A;
}
</style>
background-color css
<style>
a { background-color: #C43B9A; }
a { background-color: rgb(196,59,154); }
div.DivClassName
{
background-color: #C43B9A;
}
.BgClassName
{
background-color: #C43B9A;
}
</style>
border-color css
<style>
span { border-color: #C43B9A; }
span { border-color: rgb(196,59,154); }
td.TdClassName
{
border-color: #C43B9A;
}
.TagClassName
{
border-color: #C43B9A;
}
</style>