Shades of Mulberry #C43D9C
Tints of Mulberry #C43D9C
RGB
CMYK
RGB Variations
Color information
#C43D9C (or 0xC43D9C) is known color: Mulberry. HEX triplet: C4, 3D and 9C. RGB value is (196,61,156). Sum of RGB (Red+Green+Blue) = 196+61+156=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43D9C is #3BC263. Grayscale: #6F6F6F. Windows color (decimal): -3916388 or 10239428. OLE color: 10239428.
HSL color Cylindrical-coordinate representation of color #C43D9C: hue angle of 317.78º 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 #C43D9C is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 156 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.23 |
| HSL | 317.78º | 0.53% | 0.5% | - |
| HSV(B) | 317.78º | 0.69% | 0.77% | - |
| XYZ | 30.43 | 17.47 | 33.22 | - |
| YUV | 112.2 | 152.73 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 156 | 0 | 0.69 | 0.20 | 0.23 | 317.78 | 0.53 | 0.5 |
| Hex | C4 | 3D | 9C | 0 | 45 | 14 | 17 | 13E | 35 | 32 |
| Octal | 304 | 75 | 234 | 0 | 105 | 24 | 27 | 476 | 65 | 62 |
| Binary | 11000100 | 111101 | 10011100 | 0 | 1000101 | 10100 | 10111 | 100111110 | 110101 | 110010 |
Color Harmonies of #C43D9C
Complementary color
Monochromatic Colors of #C43D9C
Black with #C43D9C
Text Example
Text Example
White with #C43D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D9C; }
p { color: rgb(196,61,156); }
H1.HeaderClassName
{
color: #C43D9C;
}
.AnyTagClassName
{
color: #C43D9C;
}
</style>
background-color css
<style>
a { background-color: #C43D9C; }
a { background-color: rgb(196,61,156); }
div.DivClassName
{
background-color: #C43D9C;
}
.BgClassName
{
background-color: #C43D9C;
}
</style>
border-color css
<style>
span { border-color: #C43D9C; }
span { border-color: rgb(196,61,156); }
td.TdClassName
{
border-color: #C43D9C;
}
.TagClassName
{
border-color: #C43D9C;
}
</style>