Shades of Mulberry #C242A3
Tints of Mulberry #C242A3
RGB
CMYK
RGB Variations
Color information
#C242A3 (or 0xC242A3) is known color: Mulberry. HEX triplet: C2, 42 and A3. RGB value is (194,66,163). Sum of RGB (Red+Green+Blue) = 194+66+163=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C242A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242A3 is #3DBD5C. Grayscale: #737373. Windows color (decimal): -4046173 or 10699458. OLE color: 10699458.
HSL color Cylindrical-coordinate representation of color #C242A3: hue angle of 314.53º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C242A3 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 163 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.24 |
| HSL | 314.53º | 0.51% | 0.51% | - |
| HSV(B) | 314.53º | 0.66% | 0.76% | - |
| XYZ | 30.81 | 18.01 | 36.5 | - |
| YUV | 115.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 163 | 0 | 0.66 | 0.16 | 0.24 | 314.53 | 0.51 | 0.51 |
| Hex | C2 | 42 | A3 | 0 | 42 | 10 | 18 | 13B | 33 | 33 |
| Octal | 302 | 102 | 243 | 0 | 102 | 20 | 30 | 473 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10100011 | 0 | 1000010 | 10000 | 11000 | 100111011 | 110011 | 110011 |
Color Harmonies of #C242A3
Complementary color
Monochromatic Colors of #C242A3
Black with #C242A3
Text Example
Text Example
White with #C242A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242A3; }
p { color: rgb(194,66,163); }
H1.HeaderClassName
{
color: #C242A3;
}
.AnyTagClassName
{
color: #C242A3;
}
</style>
background-color css
<style>
a { background-color: #C242A3; }
a { background-color: rgb(194,66,163); }
div.DivClassName
{
background-color: #C242A3;
}
.BgClassName
{
background-color: #C242A3;
}
</style>
border-color css
<style>
span { border-color: #C242A3; }
span { border-color: rgb(194,66,163); }
td.TdClassName
{
border-color: #C242A3;
}
.TagClassName
{
border-color: #C242A3;
}
</style>