Shades of Mulberry #C247A5
Tints of Mulberry #C247A5
RGB
CMYK
RGB Variations
Color information
#C247A5 (or 0xC247A5) is known color: Mulberry. HEX triplet: C2, 47 and A5. RGB value is (194,71,165). Sum of RGB (Red+Green+Blue) = 194+71+165=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C247A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247A5 is #3DB85A. Grayscale: #767676. Windows color (decimal): -4044891 or 10831810. OLE color: 10831810.
HSL color Cylindrical-coordinate representation of color #C247A5: hue angle of 314.15º 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 #C247A5 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 165 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.24 |
| HSL | 314.15º | 0.5% | 0.52% | - |
| HSV(B) | 314.15º | 0.63% | 0.76% | - |
| XYZ | 31.29 | 18.69 | 37.56 | - |
| YUV | 118.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 165 | 0 | 0.63 | 0.15 | 0.24 | 314.15 | 0.5 | 0.52 |
| Hex | C2 | 47 | A5 | 0 | 3F | F | 18 | 13A | 32 | 34 |
| Octal | 302 | 107 | 245 | 0 | 77 | 17 | 30 | 472 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10100101 | 0 | 111111 | 1111 | 11000 | 100111010 | 110010 | 110100 |
Color Harmonies of #C247A5
Complementary color
Monochromatic Colors of #C247A5
Black with #C247A5
Text Example
Text Example
White with #C247A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247A5; }
p { color: rgb(194,71,165); }
H1.HeaderClassName
{
color: #C247A5;
}
.AnyTagClassName
{
color: #C247A5;
}
</style>
background-color css
<style>
a { background-color: #C247A5; }
a { background-color: rgb(194,71,165); }
div.DivClassName
{
background-color: #C247A5;
}
.BgClassName
{
background-color: #C247A5;
}
</style>
border-color css
<style>
span { border-color: #C247A5; }
span { border-color: rgb(194,71,165); }
td.TdClassName
{
border-color: #C247A5;
}
.TagClassName
{
border-color: #C247A5;
}
</style>