Shades of Mulberry #C43E98
Tints of Mulberry #C43E98
RGB
CMYK
RGB Variations
Color information
#C43E98 (or 0xC43E98) is known color: Mulberry. HEX triplet: C4, 3E and 98. RGB value is (196,62,152). Sum of RGB (Red+Green+Blue) = 196+62+152=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43E98 is #3BC167. Grayscale: #707070. Windows color (decimal): -3916136 or 9977540. OLE color: 9977540.
HSL color Cylindrical-coordinate representation of color #C43E98: hue angle of 319.7º 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 #C43E98 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 152 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.23 |
| HSL | 319.7º | 0.53% | 0.51% | - |
| HSV(B) | 319.7º | 0.68% | 0.77% | - |
| XYZ | 30.16 | 17.45 | 31.48 | - |
| YUV | 112.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 152 | 0 | 0.68 | 0.22 | 0.23 | 319.7 | 0.53 | 0.51 |
| Hex | C4 | 3E | 98 | 0 | 44 | 16 | 17 | 140 | 35 | 33 |
| Octal | 304 | 76 | 230 | 0 | 104 | 26 | 27 | 500 | 65 | 63 |
| Binary | 11000100 | 111110 | 10011000 | 0 | 1000100 | 10110 | 10111 | 101000000 | 110101 | 110011 |
Color Harmonies of #C43E98
Complementary color
Monochromatic Colors of #C43E98
Black with #C43E98
Text Example
Text Example
White with #C43E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E98; }
p { color: rgb(196,62,152); }
H1.HeaderClassName
{
color: #C43E98;
}
.AnyTagClassName
{
color: #C43E98;
}
</style>
background-color css
<style>
a { background-color: #C43E98; }
a { background-color: rgb(196,62,152); }
div.DivClassName
{
background-color: #C43E98;
}
.BgClassName
{
background-color: #C43E98;
}
</style>
border-color css
<style>
span { border-color: #C43E98; }
span { border-color: rgb(196,62,152); }
td.TdClassName
{
border-color: #C43E98;
}
.TagClassName
{
border-color: #C43E98;
}
</style>