Shades of Mulberry #C247A2
Tints of Mulberry #C247A2
RGB
CMYK
RGB Variations
Color information
#C247A2 (or 0xC247A2) is known color: Mulberry. HEX triplet: C2, 47 and A2. RGB value is (194,71,162). Sum of RGB (Red+Green+Blue) = 194+71+162=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C247A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247A2 is #3DB85D. Grayscale: #757575. Windows color (decimal): -4044894 or 10635202. OLE color: 10635202.
HSL color Cylindrical-coordinate representation of color #C247A2: hue angle of 315.61º 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 #C247A2 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 162 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.24 |
| HSL | 315.61º | 0.5% | 0.52% | - |
| HSV(B) | 315.61º | 0.63% | 0.76% | - |
| XYZ | 31.02 | 18.58 | 36.13 | - |
| YUV | 118.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 162 | 0 | 0.63 | 0.16 | 0.24 | 315.61 | 0.5 | 0.52 |
| Hex | C2 | 47 | A2 | 0 | 3F | 10 | 18 | 13C | 32 | 34 |
| Octal | 302 | 107 | 242 | 0 | 77 | 20 | 30 | 474 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10100010 | 0 | 111111 | 10000 | 11000 | 100111100 | 110010 | 110100 |
Color Harmonies of #C247A2
Complementary color
Monochromatic Colors of #C247A2
Black with #C247A2
Text Example
Text Example
White with #C247A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247A2; }
p { color: rgb(194,71,162); }
H1.HeaderClassName
{
color: #C247A2;
}
.AnyTagClassName
{
color: #C247A2;
}
</style>
background-color css
<style>
a { background-color: #C247A2; }
a { background-color: rgb(194,71,162); }
div.DivClassName
{
background-color: #C247A2;
}
.BgClassName
{
background-color: #C247A2;
}
</style>
border-color css
<style>
span { border-color: #C247A2; }
span { border-color: rgb(194,71,162); }
td.TdClassName
{
border-color: #C247A2;
}
.TagClassName
{
border-color: #C247A2;
}
</style>