Shades of Mulberry #C947A7
Tints of Mulberry #C947A7
RGB
CMYK
RGB Variations
Color information
#C947A7 (or 0xC947A7) is known color: Mulberry. HEX triplet: C9, 47 and A7. RGB value is (201,71,167). Sum of RGB (Red+Green+Blue) = 201+71+167=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C947A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C947A7 is #36B858. Grayscale: #787878. Windows color (decimal): -3586137 or 10962889. OLE color: 10962889.
HSL color Cylindrical-coordinate representation of color #C947A7: hue angle of 315.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C947A7 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 167 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.21 |
| HSL | 315.69º | 0.55% | 0.53% | - |
| HSV(B) | 315.69º | 0.65% | 0.79% | - |
| XYZ | 33.32 | 19.71 | 38.61 | - |
| YUV | 120.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 167 | 0 | 0.65 | 0.17 | 0.21 | 315.69 | 0.55 | 0.53 |
| Hex | C9 | 47 | A7 | 0 | 41 | 11 | 15 | 13C | 37 | 35 |
| Octal | 311 | 107 | 247 | 0 | 101 | 21 | 25 | 474 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10100111 | 0 | 1000001 | 10001 | 10101 | 100111100 | 110111 | 110101 |
Color Harmonies of #C947A7
Complementary color
Monochromatic Colors of #C947A7
Black with #C947A7
Text Example
Text Example
White with #C947A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947A7; }
p { color: rgb(201,71,167); }
H1.HeaderClassName
{
color: #C947A7;
}
.AnyTagClassName
{
color: #C947A7;
}
</style>
background-color css
<style>
a { background-color: #C947A7; }
a { background-color: rgb(201,71,167); }
div.DivClassName
{
background-color: #C947A7;
}
.BgClassName
{
background-color: #C947A7;
}
</style>
border-color css
<style>
span { border-color: #C947A7; }
span { border-color: rgb(201,71,167); }
td.TdClassName
{
border-color: #C947A7;
}
.TagClassName
{
border-color: #C947A7;
}
</style>