Shades of Mulberry #C43F88
Tints of Mulberry #C43F88
RGB
CMYK
RGB Variations
Color information
#C43F88 (or 0xC43F88) is known color: Mulberry. HEX triplet: C4, 3F and 88. RGB value is (196,63,136). Sum of RGB (Red+Green+Blue) = 196+63+136=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43F88 is #3BC077. Grayscale: #6E6E6E. Windows color (decimal): -3915896 or 8929220. OLE color: 8929220.
HSL color Cylindrical-coordinate representation of color #C43F88: hue angle of 327.07º 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 #C43F88 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 136 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.23 |
| HSL | 327.07º | 0.53% | 0.51% | - |
| HSV(B) | 327.07º | 0.68% | 0.77% | - |
| XYZ | 28.99 | 17.07 | 25.06 | - |
| YUV | 111.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 136 | 0 | 0.68 | 0.31 | 0.23 | 327.07 | 0.53 | 0.51 |
| Hex | C4 | 3F | 88 | 0 | 44 | 1F | 17 | 147 | 35 | 33 |
| Octal | 304 | 77 | 210 | 0 | 104 | 37 | 27 | 507 | 65 | 63 |
| Binary | 11000100 | 111111 | 10001000 | 0 | 1000100 | 11111 | 10111 | 101000111 | 110101 | 110011 |
Color Harmonies of #C43F88
Complementary color
Monochromatic Colors of #C43F88
Black with #C43F88
Text Example
Text Example
White with #C43F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F88; }
p { color: rgb(196,63,136); }
H1.HeaderClassName
{
color: #C43F88;
}
.AnyTagClassName
{
color: #C43F88;
}
</style>
background-color css
<style>
a { background-color: #C43F88; }
a { background-color: rgb(196,63,136); }
div.DivClassName
{
background-color: #C43F88;
}
.BgClassName
{
background-color: #C43F88;
}
</style>
border-color css
<style>
span { border-color: #C43F88; }
span { border-color: rgb(196,63,136); }
td.TdClassName
{
border-color: #C43F88;
}
.TagClassName
{
border-color: #C43F88;
}
</style>