Shades of Mulberry #C747A1
Tints of Mulberry #C747A1
RGB
CMYK
RGB Variations
Color information
#C747A1 (or 0xC747A1) is known color: Mulberry. HEX triplet: C7, 47 and A1. RGB value is (199,71,161). Sum of RGB (Red+Green+Blue) = 199+71+161=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C747A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C747A1 is #38B85E. Grayscale: #777777. Windows color (decimal): -3717215 or 10569671. OLE color: 10569671.
HSL color Cylindrical-coordinate representation of color #C747A1: hue angle of 317.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C747A1 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 161 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.22 |
| HSL | 317.81º | 0.53% | 0.53% | - |
| HSV(B) | 317.81º | 0.64% | 0.78% | - |
| XYZ | 32.24 | 19.22 | 35.73 | - |
| YUV | 119.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 161 | 0 | 0.64 | 0.19 | 0.22 | 317.81 | 0.53 | 0.53 |
| Hex | C7 | 47 | A1 | 0 | 40 | 13 | 16 | 13E | 35 | 35 |
| Octal | 307 | 107 | 241 | 0 | 100 | 23 | 26 | 476 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10100001 | 0 | 1000000 | 10011 | 10110 | 100111110 | 110101 | 110101 |
Color Harmonies of #C747A1
Complementary color
Monochromatic Colors of #C747A1
Black with #C747A1
Text Example
Text Example
White with #C747A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747A1; }
p { color: rgb(199,71,161); }
H1.HeaderClassName
{
color: #C747A1;
}
.AnyTagClassName
{
color: #C747A1;
}
</style>
background-color css
<style>
a { background-color: #C747A1; }
a { background-color: rgb(199,71,161); }
div.DivClassName
{
background-color: #C747A1;
}
.BgClassName
{
background-color: #C747A1;
}
</style>
border-color css
<style>
span { border-color: #C747A1; }
span { border-color: rgb(199,71,161); }
td.TdClassName
{
border-color: #C747A1;
}
.TagClassName
{
border-color: #C747A1;
}
</style>