Shades of Mulberry #C43E8A
Tints of Mulberry #C43E8A
RGB
CMYK
RGB Variations
Color information
#C43E8A (or 0xC43E8A) is known color: Mulberry. HEX triplet: C4, 3E and 8A. RGB value is (196,62,138). Sum of RGB (Red+Green+Blue) = 196+62+138=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43E8A is #3BC175. Grayscale: #6E6E6E. Windows color (decimal): -3916150 or 9060036. OLE color: 9060036.
HSL color Cylindrical-coordinate representation of color #C43E8A: hue angle of 325.97º 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 #C43E8A is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 138 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.23 |
| HSL | 325.97º | 0.53% | 0.51% | - |
| HSV(B) | 325.97º | 0.68% | 0.77% | - |
| XYZ | 29.08 | 17.02 | 25.8 | - |
| YUV | 110.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 138 | 0 | 0.68 | 0.30 | 0.23 | 325.97 | 0.53 | 0.51 |
| Hex | C4 | 3E | 8A | 0 | 44 | 1E | 17 | 146 | 35 | 33 |
| Octal | 304 | 76 | 212 | 0 | 104 | 36 | 27 | 506 | 65 | 63 |
| Binary | 11000100 | 111110 | 10001010 | 0 | 1000100 | 11110 | 10111 | 101000110 | 110101 | 110011 |
Color Harmonies of #C43E8A
Complementary color
Monochromatic Colors of #C43E8A
Black with #C43E8A
Text Example
Text Example
White with #C43E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E8A; }
p { color: rgb(196,62,138); }
H1.HeaderClassName
{
color: #C43E8A;
}
.AnyTagClassName
{
color: #C43E8A;
}
</style>
background-color css
<style>
a { background-color: #C43E8A; }
a { background-color: rgb(196,62,138); }
div.DivClassName
{
background-color: #C43E8A;
}
.BgClassName
{
background-color: #C43E8A;
}
</style>
border-color css
<style>
span { border-color: #C43E8A; }
span { border-color: rgb(196,62,138); }
td.TdClassName
{
border-color: #C43E8A;
}
.TagClassName
{
border-color: #C43E8A;
}
</style>