Shades of Mulberry #C43F8C
Tints of Mulberry #C43F8C
RGB
CMYK
RGB Variations
Color information
#C43F8C (or 0xC43F8C) is known color: Mulberry. HEX triplet: C4, 3F and 8C. RGB value is (196,63,140). Sum of RGB (Red+Green+Blue) = 196+63+140=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43F8C is #3BC073. Grayscale: #6F6F6F. Windows color (decimal): -3915892 or 9191364. OLE color: 9191364.
HSL color Cylindrical-coordinate representation of color #C43F8C: hue angle of 325.26º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F8C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 140 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.23 |
| HSL | 325.26º | 0.53% | 0.51% | - |
| HSV(B) | 325.26º | 0.68% | 0.77% | - |
| XYZ | 29.28 | 17.18 | 26.58 | - |
| YUV | 111.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 140 | 0 | 0.68 | 0.29 | 0.23 | 325.26 | 0.53 | 0.51 |
| Hex | C4 | 3F | 8C | 0 | 44 | 1D | 17 | 145 | 35 | 33 |
| Octal | 304 | 77 | 214 | 0 | 104 | 35 | 27 | 505 | 65 | 63 |
| Binary | 11000100 | 111111 | 10001100 | 0 | 1000100 | 11101 | 10111 | 101000101 | 110101 | 110011 |
Color Harmonies of #C43F8C
Complementary color
Monochromatic Colors of #C43F8C
Black with #C43F8C
Text Example
Text Example
White with #C43F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F8C; }
p { color: rgb(196,63,140); }
H1.HeaderClassName
{
color: #C43F8C;
}
.AnyTagClassName
{
color: #C43F8C;
}
</style>
background-color css
<style>
a { background-color: #C43F8C; }
a { background-color: rgb(196,63,140); }
div.DivClassName
{
background-color: #C43F8C;
}
.BgClassName
{
background-color: #C43F8C;
}
</style>
border-color css
<style>
span { border-color: #C43F8C; }
span { border-color: rgb(196,63,140); }
td.TdClassName
{
border-color: #C43F8C;
}
.TagClassName
{
border-color: #C43F8C;
}
</style>