Shades of Mulberry #C43F83
Tints of Mulberry #C43F83
RGB
CMYK
RGB Variations
Color information
#C43F83 (or 0xC43F83) is known color: Mulberry. HEX triplet: C4, 3F and 83. RGB value is (196,63,131). Sum of RGB (Red+Green+Blue) = 196+63+131=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43F83 is #3BC07C. Grayscale: #6E6E6E. Windows color (decimal): -3915901 or 8601540. OLE color: 8601540.
HSL color Cylindrical-coordinate representation of color #C43F83: hue angle of 329.32º 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 #C43F83 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 131 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.23 |
| HSL | 329.32º | 0.53% | 0.51% | - |
| HSV(B) | 329.32º | 0.68% | 0.77% | - |
| XYZ | 28.64 | 16.93 | 23.23 | - |
| YUV | 110.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 131 | 0 | 0.68 | 0.33 | 0.23 | 329.32 | 0.53 | 0.51 |
| Hex | C4 | 3F | 83 | 0 | 44 | 21 | 17 | 149 | 35 | 33 |
| Octal | 304 | 77 | 203 | 0 | 104 | 41 | 27 | 511 | 65 | 63 |
| Binary | 11000100 | 111111 | 10000011 | 0 | 1000100 | 100001 | 10111 | 101001001 | 110101 | 110011 |
Color Harmonies of #C43F83
Complementary color
Monochromatic Colors of #C43F83
Black with #C43F83
Text Example
Text Example
White with #C43F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F83; }
p { color: rgb(196,63,131); }
H1.HeaderClassName
{
color: #C43F83;
}
.AnyTagClassName
{
color: #C43F83;
}
</style>
background-color css
<style>
a { background-color: #C43F83; }
a { background-color: rgb(196,63,131); }
div.DivClassName
{
background-color: #C43F83;
}
.BgClassName
{
background-color: #C43F83;
}
</style>
border-color css
<style>
span { border-color: #C43F83; }
span { border-color: rgb(196,63,131); }
td.TdClassName
{
border-color: #C43F83;
}
.TagClassName
{
border-color: #C43F83;
}
</style>