Shades of Mulberry #C43DA1
Tints of Mulberry #C43DA1
RGB
CMYK
RGB Variations
Color information
#C43DA1 (or 0xC43DA1) is known color: Mulberry. HEX triplet: C4, 3D and A1. RGB value is (196,61,161). Sum of RGB (Red+Green+Blue) = 196+61+161=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43DA1 is #3BC25E. Grayscale: #707070. Windows color (decimal): -3916383 or 10567108. OLE color: 10567108.
HSL color Cylindrical-coordinate representation of color #C43DA1: hue angle of 315.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 #C43DA1 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 161 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.23 |
| HSL | 315.56º | 0.53% | 0.5% | - |
| HSV(B) | 315.56º | 0.69% | 0.77% | - |
| XYZ | 30.87 | 17.65 | 35.5 | - |
| YUV | 112.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 161 | 0 | 0.69 | 0.18 | 0.23 | 315.56 | 0.53 | 0.5 |
| Hex | C4 | 3D | A1 | 0 | 45 | 12 | 17 | 13C | 35 | 32 |
| Octal | 304 | 75 | 241 | 0 | 105 | 22 | 27 | 474 | 65 | 62 |
| Binary | 11000100 | 111101 | 10100001 | 0 | 1000101 | 10010 | 10111 | 100111100 | 110101 | 110010 |
Color Harmonies of #C43DA1
Complementary color
Monochromatic Colors of #C43DA1
Black with #C43DA1
Text Example
Text Example
White with #C43DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DA1; }
p { color: rgb(196,61,161); }
H1.HeaderClassName
{
color: #C43DA1;
}
.AnyTagClassName
{
color: #C43DA1;
}
</style>
background-color css
<style>
a { background-color: #C43DA1; }
a { background-color: rgb(196,61,161); }
div.DivClassName
{
background-color: #C43DA1;
}
.BgClassName
{
background-color: #C43DA1;
}
</style>
border-color css
<style>
span { border-color: #C43DA1; }
span { border-color: rgb(196,61,161); }
td.TdClassName
{
border-color: #C43DA1;
}
.TagClassName
{
border-color: #C43DA1;
}
</style>