Shades of Mulberry #C047A4
Tints of Mulberry #C047A4
RGB
CMYK
RGB Variations
Color information
#C047A4 (or 0xC047A4) is known color: Mulberry. HEX triplet: C0, 47 and A4. RGB value is (192,71,164). Sum of RGB (Red+Green+Blue) = 192+71+164=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C047A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047A4 is #3FB85B. Grayscale: #757575. Windows color (decimal): -4175964 or 10766272. OLE color: 10766272.
HSL color Cylindrical-coordinate representation of color #C047A4: hue angle of 313.88º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C047A4 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 164 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.25 |
| HSL | 313.88º | 0.49% | 0.52% | - |
| HSV(B) | 313.88º | 0.63% | 0.75% | - |
| XYZ | 30.69 | 18.39 | 37.05 | - |
| YUV | 117.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 164 | 0 | 0.63 | 0.15 | 0.25 | 313.88 | 0.49 | 0.52 |
| Hex | C0 | 47 | A4 | 0 | 3F | F | 19 | 13A | 31 | 34 |
| Octal | 300 | 107 | 244 | 0 | 77 | 17 | 31 | 472 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10100100 | 0 | 111111 | 1111 | 11001 | 100111010 | 110001 | 110100 |
Color Harmonies of #C047A4
Complementary color
Monochromatic Colors of #C047A4
Black with #C047A4
Text Example
Text Example
White with #C047A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047A4; }
p { color: rgb(192,71,164); }
H1.HeaderClassName
{
color: #C047A4;
}
.AnyTagClassName
{
color: #C047A4;
}
</style>
background-color css
<style>
a { background-color: #C047A4; }
a { background-color: rgb(192,71,164); }
div.DivClassName
{
background-color: #C047A4;
}
.BgClassName
{
background-color: #C047A4;
}
</style>
border-color css
<style>
span { border-color: #C047A4; }
span { border-color: rgb(192,71,164); }
td.TdClassName
{
border-color: #C047A4;
}
.TagClassName
{
border-color: #C047A4;
}
</style>