Shades of Mulberry #C43DA2
Tints of Mulberry #C43DA2
RGB
CMYK
RGB Variations
Color information
#C43DA2 (or 0xC43DA2) is known color: Mulberry. HEX triplet: C4, 3D and A2. RGB value is (196,61,162). Sum of RGB (Red+Green+Blue) = 196+61+162=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43DA2 is #3BC25D. Grayscale: #707070. Windows color (decimal): -3916382 or 10632644. OLE color: 10632644.
HSL color Cylindrical-coordinate representation of color #C43DA2: hue angle of 315.11º 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 #C43DA2 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 162 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.23 |
| HSL | 315.11º | 0.53% | 0.5% | - |
| HSV(B) | 315.11º | 0.69% | 0.77% | - |
| XYZ | 30.96 | 17.68 | 35.96 | - |
| YUV | 112.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 162 | 0 | 0.69 | 0.17 | 0.23 | 315.11 | 0.53 | 0.5 |
| Hex | C4 | 3D | A2 | 0 | 45 | 11 | 17 | 13B | 35 | 32 |
| Octal | 304 | 75 | 242 | 0 | 105 | 21 | 27 | 473 | 65 | 62 |
| Binary | 11000100 | 111101 | 10100010 | 0 | 1000101 | 10001 | 10111 | 100111011 | 110101 | 110010 |
Color Harmonies of #C43DA2
Complementary color
Monochromatic Colors of #C43DA2
Black with #C43DA2
Text Example
Text Example
White with #C43DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DA2; }
p { color: rgb(196,61,162); }
H1.HeaderClassName
{
color: #C43DA2;
}
.AnyTagClassName
{
color: #C43DA2;
}
</style>
background-color css
<style>
a { background-color: #C43DA2; }
a { background-color: rgb(196,61,162); }
div.DivClassName
{
background-color: #C43DA2;
}
.BgClassName
{
background-color: #C43DA2;
}
</style>
border-color css
<style>
span { border-color: #C43DA2; }
span { border-color: rgb(196,61,162); }
td.TdClassName
{
border-color: #C43DA2;
}
.TagClassName
{
border-color: #C43DA2;
}
</style>