Shades of Mulberry #C43DA6
Tints of Mulberry #C43DA6
RGB
CMYK
RGB Variations
Color information
#C43DA6 (or 0xC43DA6) is known color: Mulberry. HEX triplet: C4, 3D and A6. RGB value is (196,61,166). Sum of RGB (Red+Green+Blue) = 196+61+166=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43DA6 is #3BC259. Grayscale: #717171. Windows color (decimal): -3916378 or 10894788. OLE color: 10894788.
HSL color Cylindrical-coordinate representation of color #C43DA6: hue angle of 313.33º 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 #C43DA6 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 166 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.23 |
| HSL | 313.33º | 0.53% | 0.5% | - |
| HSV(B) | 313.33º | 0.69% | 0.77% | - |
| XYZ | 31.32 | 17.83 | 37.87 | - |
| YUV | 113.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 166 | 0 | 0.69 | 0.15 | 0.23 | 313.33 | 0.53 | 0.5 |
| Hex | C4 | 3D | A6 | 0 | 45 | F | 17 | 139 | 35 | 32 |
| Octal | 304 | 75 | 246 | 0 | 105 | 17 | 27 | 471 | 65 | 62 |
| Binary | 11000100 | 111101 | 10100110 | 0 | 1000101 | 1111 | 10111 | 100111001 | 110101 | 110010 |
Color Harmonies of #C43DA6
Complementary color
Monochromatic Colors of #C43DA6
Black with #C43DA6
Text Example
Text Example
White with #C43DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DA6; }
p { color: rgb(196,61,166); }
H1.HeaderClassName
{
color: #C43DA6;
}
.AnyTagClassName
{
color: #C43DA6;
}
</style>
background-color css
<style>
a { background-color: #C43DA6; }
a { background-color: rgb(196,61,166); }
div.DivClassName
{
background-color: #C43DA6;
}
.BgClassName
{
background-color: #C43DA6;
}
</style>
border-color css
<style>
span { border-color: #C43DA6; }
span { border-color: rgb(196,61,166); }
td.TdClassName
{
border-color: #C43DA6;
}
.TagClassName
{
border-color: #C43DA6;
}
</style>