Shades of Mulberry #C43D8B
Tints of Mulberry #C43D8B
RGB
CMYK
RGB Variations
Color information
#C43D8B (or 0xC43D8B) is known color: Mulberry. HEX triplet: C4, 3D and 8B. RGB value is (196,61,139). Sum of RGB (Red+Green+Blue) = 196+61+139=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43D8B is #3BC274. Grayscale: #6E6E6E. Windows color (decimal): -3916405 or 9125316. OLE color: 9125316.
HSL color Cylindrical-coordinate representation of color #C43D8B: hue angle of 325.33º 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 #C43D8B is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 139 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.23 |
| HSL | 325.33º | 0.53% | 0.5% | - |
| HSV(B) | 325.33º | 0.69% | 0.77% | - |
| XYZ | 29.09 | 16.94 | 26.16 | - |
| YUV | 110.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 139 | 0 | 0.69 | 0.29 | 0.23 | 325.33 | 0.53 | 0.5 |
| Hex | C4 | 3D | 8B | 0 | 45 | 1D | 17 | 145 | 35 | 32 |
| Octal | 304 | 75 | 213 | 0 | 105 | 35 | 27 | 505 | 65 | 62 |
| Binary | 11000100 | 111101 | 10001011 | 0 | 1000101 | 11101 | 10111 | 101000101 | 110101 | 110010 |
Color Harmonies of #C43D8B
Complementary color
Monochromatic Colors of #C43D8B
Black with #C43D8B
Text Example
Text Example
White with #C43D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D8B; }
p { color: rgb(196,61,139); }
H1.HeaderClassName
{
color: #C43D8B;
}
.AnyTagClassName
{
color: #C43D8B;
}
</style>
background-color css
<style>
a { background-color: #C43D8B; }
a { background-color: rgb(196,61,139); }
div.DivClassName
{
background-color: #C43D8B;
}
.BgClassName
{
background-color: #C43D8B;
}
</style>
border-color css
<style>
span { border-color: #C43D8B; }
span { border-color: rgb(196,61,139); }
td.TdClassName
{
border-color: #C43D8B;
}
.TagClassName
{
border-color: #C43D8B;
}
</style>