Shades of Mulberry #C247A0
Tints of Mulberry #C247A0
RGB
CMYK
RGB Variations
Color information
#C247A0 (or 0xC247A0) is known color: Mulberry. HEX triplet: C2, 47 and A0. RGB value is (194,71,160). Sum of RGB (Red+Green+Blue) = 194+71+160=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C247A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247A0 is #3DB85F. Grayscale: #757575. Windows color (decimal): -4044896 or 10504130. OLE color: 10504130.
HSL color Cylindrical-coordinate representation of color #C247A0: hue angle of 316.59º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C247A0 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 160 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.24 |
| HSL | 316.59º | 0.5% | 0.52% | - |
| HSV(B) | 316.59º | 0.63% | 0.76% | - |
| XYZ | 30.85 | 18.51 | 35.21 | - |
| YUV | 117.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 160 | 0 | 0.63 | 0.18 | 0.24 | 316.59 | 0.5 | 0.52 |
| Hex | C2 | 47 | A0 | 0 | 3F | 12 | 18 | 13D | 32 | 34 |
| Octal | 302 | 107 | 240 | 0 | 77 | 22 | 30 | 475 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10100000 | 0 | 111111 | 10010 | 11000 | 100111101 | 110010 | 110100 |
Color Harmonies of #C247A0
Complementary color
Monochromatic Colors of #C247A0
Black with #C247A0
Text Example
Text Example
White with #C247A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247A0; }
p { color: rgb(194,71,160); }
H1.HeaderClassName
{
color: #C247A0;
}
.AnyTagClassName
{
color: #C247A0;
}
</style>
background-color css
<style>
a { background-color: #C247A0; }
a { background-color: rgb(194,71,160); }
div.DivClassName
{
background-color: #C247A0;
}
.BgClassName
{
background-color: #C247A0;
}
</style>
border-color css
<style>
span { border-color: #C247A0; }
span { border-color: rgb(194,71,160); }
td.TdClassName
{
border-color: #C247A0;
}
.TagClassName
{
border-color: #C247A0;
}
</style>