Shades of Mulberry #C243A2
Tints of Mulberry #C243A2
RGB
CMYK
RGB Variations
Color information
#C243A2 (or 0xC243A2) is known color: Mulberry. HEX triplet: C2, 43 and A2. RGB value is (194,67,162). Sum of RGB (Red+Green+Blue) = 194+67+162=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C243A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C243A2 is #3DBC5D. Grayscale: #737373. Windows color (decimal): -4045918 or 10634178. OLE color: 10634178.
HSL color Cylindrical-coordinate representation of color #C243A2: hue angle of 315.12º 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 #C243A2 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 162 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.24 |
| HSL | 315.12º | 0.51% | 0.51% | - |
| HSV(B) | 315.12º | 0.65% | 0.76% | - |
| XYZ | 30.78 | 18.09 | 36.05 | - |
| YUV | 115.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 162 | 0 | 0.65 | 0.16 | 0.24 | 315.12 | 0.51 | 0.51 |
| Hex | C2 | 43 | A2 | 0 | 41 | 10 | 18 | 13B | 33 | 33 |
| Octal | 302 | 103 | 242 | 0 | 101 | 20 | 30 | 473 | 63 | 63 |
| Binary | 11000010 | 1000011 | 10100010 | 0 | 1000001 | 10000 | 11000 | 100111011 | 110011 | 110011 |
Color Harmonies of #C243A2
Complementary color
Monochromatic Colors of #C243A2
Black with #C243A2
Text Example
Text Example
White with #C243A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243A2; }
p { color: rgb(194,67,162); }
H1.HeaderClassName
{
color: #C243A2;
}
.AnyTagClassName
{
color: #C243A2;
}
</style>
background-color css
<style>
a { background-color: #C243A2; }
a { background-color: rgb(194,67,162); }
div.DivClassName
{
background-color: #C243A2;
}
.BgClassName
{
background-color: #C243A2;
}
</style>
border-color css
<style>
span { border-color: #C243A2; }
span { border-color: rgb(194,67,162); }
td.TdClassName
{
border-color: #C243A2;
}
.TagClassName
{
border-color: #C243A2;
}
</style>