Shades of Mulberry #C43D98
Tints of Mulberry #C43D98
RGB
CMYK
RGB Variations
Color information
#C43D98 (or 0xC43D98) is known color: Mulberry. HEX triplet: C4, 3D and 98. RGB value is (196,61,152). Sum of RGB (Red+Green+Blue) = 196+61+152=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43D98 is #3BC267. Grayscale: #6F6F6F. Windows color (decimal): -3916392 or 9977284. OLE color: 9977284.
HSL color Cylindrical-coordinate representation of color #C43D98: hue angle of 319.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D98 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 152 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.23 |
| HSL | 319.56º | 0.53% | 0.5% | - |
| HSV(B) | 319.56º | 0.69% | 0.77% | - |
| XYZ | 30.1 | 17.34 | 31.47 | - |
| YUV | 111.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 152 | 0 | 0.69 | 0.22 | 0.23 | 319.56 | 0.53 | 0.5 |
| Hex | C4 | 3D | 98 | 0 | 45 | 16 | 17 | 140 | 35 | 32 |
| Octal | 304 | 75 | 230 | 0 | 105 | 26 | 27 | 500 | 65 | 62 |
| Binary | 11000100 | 111101 | 10011000 | 0 | 1000101 | 10110 | 10111 | 101000000 | 110101 | 110010 |
Color Harmonies of #C43D98
Complementary color
Monochromatic Colors of #C43D98
Black with #C43D98
Text Example
Text Example
White with #C43D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D98; }
p { color: rgb(196,61,152); }
H1.HeaderClassName
{
color: #C43D98;
}
.AnyTagClassName
{
color: #C43D98;
}
</style>
background-color css
<style>
a { background-color: #C43D98; }
a { background-color: rgb(196,61,152); }
div.DivClassName
{
background-color: #C43D98;
}
.BgClassName
{
background-color: #C43D98;
}
</style>
border-color css
<style>
span { border-color: #C43D98; }
span { border-color: rgb(196,61,152); }
td.TdClassName
{
border-color: #C43D98;
}
.TagClassName
{
border-color: #C43D98;
}
</style>