Shades of Mulberry #C43D8E
Tints of Mulberry #C43D8E
RGB
CMYK
RGB Variations
Color information
#C43D8E (or 0xC43D8E) is known color: Mulberry. HEX triplet: C4, 3D and 8E. RGB value is (196,61,142). Sum of RGB (Red+Green+Blue) = 196+61+142=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43D8E is #3BC271. Grayscale: #6E6E6E. Windows color (decimal): -3916402 or 9321924. OLE color: 9321924.
HSL color Cylindrical-coordinate representation of color #C43D8E: hue angle of 324º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D8E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 142 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.23 |
| HSL | 324º | 0.53% | 0.5% | - |
| HSV(B) | 324º | 0.69% | 0.77% | - |
| XYZ | 29.32 | 17.03 | 27.33 | - |
| YUV | 110.6 | 145.73 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 142 | 0 | 0.69 | 0.28 | 0.23 | 324 | 0.53 | 0.5 |
| Hex | C4 | 3D | 8E | 0 | 45 | 1C | 17 | 144 | 35 | 32 |
| Octal | 304 | 75 | 216 | 0 | 105 | 34 | 27 | 504 | 65 | 62 |
| Binary | 11000100 | 111101 | 10001110 | 0 | 1000101 | 11100 | 10111 | 101000100 | 110101 | 110010 |
Color Harmonies of #C43D8E
Complementary color
Monochromatic Colors of #C43D8E
Black with #C43D8E
Text Example
Text Example
White with #C43D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D8E; }
p { color: rgb(196,61,142); }
H1.HeaderClassName
{
color: #C43D8E;
}
.AnyTagClassName
{
color: #C43D8E;
}
</style>
background-color css
<style>
a { background-color: #C43D8E; }
a { background-color: rgb(196,61,142); }
div.DivClassName
{
background-color: #C43D8E;
}
.BgClassName
{
background-color: #C43D8E;
}
</style>
border-color css
<style>
span { border-color: #C43D8E; }
span { border-color: rgb(196,61,142); }
td.TdClassName
{
border-color: #C43D8E;
}
.TagClassName
{
border-color: #C43D8E;
}
</style>