Shades of Mulberry #C43F97
Tints of Mulberry #C43F97
RGB
CMYK
RGB Variations
Color information
#C43F97 (or 0xC43F97) is known color: Mulberry. HEX triplet: C4, 3F and 97. RGB value is (196,63,151). Sum of RGB (Red+Green+Blue) = 196+63+151=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43F97 is #3BC068. Grayscale: #707070. Windows color (decimal): -3915881 or 9912260. OLE color: 9912260.
HSL color Cylindrical-coordinate representation of color #C43F97: hue angle of 320.3º 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 #C43F97 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 151 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.23 |
| HSL | 320.3º | 0.53% | 0.51% | - |
| HSV(B) | 320.3º | 0.68% | 0.77% | - |
| XYZ | 30.13 | 17.53 | 31.07 | - |
| YUV | 112.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 151 | 0 | 0.68 | 0.23 | 0.23 | 320.3 | 0.53 | 0.51 |
| Hex | C4 | 3F | 97 | 0 | 44 | 17 | 17 | 140 | 35 | 33 |
| Octal | 304 | 77 | 227 | 0 | 104 | 27 | 27 | 500 | 65 | 63 |
| Binary | 11000100 | 111111 | 10010111 | 0 | 1000100 | 10111 | 10111 | 101000000 | 110101 | 110011 |
Color Harmonies of #C43F97
Complementary color
Monochromatic Colors of #C43F97
Black with #C43F97
Text Example
Text Example
White with #C43F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F97; }
p { color: rgb(196,63,151); }
H1.HeaderClassName
{
color: #C43F97;
}
.AnyTagClassName
{
color: #C43F97;
}
</style>
background-color css
<style>
a { background-color: #C43F97; }
a { background-color: rgb(196,63,151); }
div.DivClassName
{
background-color: #C43F97;
}
.BgClassName
{
background-color: #C43F97;
}
</style>
border-color css
<style>
span { border-color: #C43F97; }
span { border-color: rgb(196,63,151); }
td.TdClassName
{
border-color: #C43F97;
}
.TagClassName
{
border-color: #C43F97;
}
</style>