Shades of Mulberry #C243A0
Tints of Mulberry #C243A0
RGB
CMYK
RGB Variations
Color information
#C243A0 (or 0xC243A0) is known color: Mulberry. HEX triplet: C2, 43 and A0. RGB value is (194,67,160). Sum of RGB (Red+Green+Blue) = 194+67+160=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C243A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C243A0 is #3DBC5F. Grayscale: #737373. Windows color (decimal): -4045920 or 10503106. OLE color: 10503106.
HSL color Cylindrical-coordinate representation of color #C243A0: hue angle of 316.06º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C243A0 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 160 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.24 |
| HSL | 316.06º | 0.51% | 0.51% | - |
| HSV(B) | 316.06º | 0.65% | 0.76% | - |
| XYZ | 30.6 | 18.02 | 35.12 | - |
| YUV | 115.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 160 | 0 | 0.65 | 0.18 | 0.24 | 316.06 | 0.51 | 0.51 |
| Hex | C2 | 43 | A0 | 0 | 41 | 12 | 18 | 13C | 33 | 33 |
| Octal | 302 | 103 | 240 | 0 | 101 | 22 | 30 | 474 | 63 | 63 |
| Binary | 11000010 | 1000011 | 10100000 | 0 | 1000001 | 10010 | 11000 | 100111100 | 110011 | 110011 |
Color Harmonies of #C243A0
Complementary color
Monochromatic Colors of #C243A0
Black with #C243A0
Text Example
Text Example
White with #C243A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243A0; }
p { color: rgb(194,67,160); }
H1.HeaderClassName
{
color: #C243A0;
}
.AnyTagClassName
{
color: #C243A0;
}
</style>
background-color css
<style>
a { background-color: #C243A0; }
a { background-color: rgb(194,67,160); }
div.DivClassName
{
background-color: #C243A0;
}
.BgClassName
{
background-color: #C243A0;
}
</style>
border-color css
<style>
span { border-color: #C243A0; }
span { border-color: rgb(194,67,160); }
td.TdClassName
{
border-color: #C243A0;
}
.TagClassName
{
border-color: #C243A0;
}
</style>