Shades of Mulberry #C43F95
Tints of Mulberry #C43F95
RGB
CMYK
RGB Variations
Color information
#C43F95 (or 0xC43F95) is known color: Mulberry. HEX triplet: C4, 3F and 95. RGB value is (196,63,149). Sum of RGB (Red+Green+Blue) = 196+63+149=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43F95 is #3BC06A. Grayscale: #707070. Windows color (decimal): -3915883 or 9781188. OLE color: 9781188.
HSL color Cylindrical-coordinate representation of color #C43F95: hue angle of 321.2º 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 #C43F95 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 149 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.23 |
| HSL | 321.2º | 0.53% | 0.51% | - |
| HSV(B) | 321.2º | 0.68% | 0.77% | - |
| XYZ | 29.97 | 17.46 | 30.22 | - |
| YUV | 112.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 149 | 0 | 0.68 | 0.24 | 0.23 | 321.2 | 0.53 | 0.51 |
| Hex | C4 | 3F | 95 | 0 | 44 | 18 | 17 | 141 | 35 | 33 |
| Octal | 304 | 77 | 225 | 0 | 104 | 30 | 27 | 501 | 65 | 63 |
| Binary | 11000100 | 111111 | 10010101 | 0 | 1000100 | 11000 | 10111 | 101000001 | 110101 | 110011 |
Color Harmonies of #C43F95
Complementary color
Monochromatic Colors of #C43F95
Black with #C43F95
Text Example
Text Example
White with #C43F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F95; }
p { color: rgb(196,63,149); }
H1.HeaderClassName
{
color: #C43F95;
}
.AnyTagClassName
{
color: #C43F95;
}
</style>
background-color css
<style>
a { background-color: #C43F95; }
a { background-color: rgb(196,63,149); }
div.DivClassName
{
background-color: #C43F95;
}
.BgClassName
{
background-color: #C43F95;
}
</style>
border-color css
<style>
span { border-color: #C43F95; }
span { border-color: rgb(196,63,149); }
td.TdClassName
{
border-color: #C43F95;
}
.TagClassName
{
border-color: #C43F95;
}
</style>