Shades of Mulberry #CF47A0
Tints of Mulberry #CF47A0
RGB
CMYK
RGB Variations
Color information
#CF47A0 (or 0xCF47A0) is known color: Mulberry. HEX triplet: CF, 47 and A0. RGB value is (207,71,160). Sum of RGB (Red+Green+Blue) = 207+71+160=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF47A0 is #30B85F. Grayscale: #797979. Windows color (decimal): -3192928 or 10504143. OLE color: 10504143.
HSL color Cylindrical-coordinate representation of color #CF47A0: hue angle of 320.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF47A0 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 160 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.19 |
| HSL | 320.74º | 0.59% | 0.55% | - |
| HSV(B) | 320.74º | 0.66% | 0.81% | - |
| XYZ | 34.33 | 20.31 | 35.37 | - |
| YUV | 121.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 160 | 0 | 0.66 | 0.23 | 0.19 | 320.74 | 0.59 | 0.55 |
| Hex | CF | 47 | A0 | 0 | 42 | 17 | 13 | 141 | 3B | 37 |
| Octal | 317 | 107 | 240 | 0 | 102 | 27 | 23 | 501 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10100000 | 0 | 1000010 | 10111 | 10011 | 101000001 | 111011 | 110111 |
Color Harmonies of #CF47A0
Complementary color
Monochromatic Colors of #CF47A0
Black with #CF47A0
Text Example
Text Example
White with #CF47A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47A0; }
p { color: rgb(207,71,160); }
H1.HeaderClassName
{
color: #CF47A0;
}
.AnyTagClassName
{
color: #CF47A0;
}
</style>
background-color css
<style>
a { background-color: #CF47A0; }
a { background-color: rgb(207,71,160); }
div.DivClassName
{
background-color: #CF47A0;
}
.BgClassName
{
background-color: #CF47A0;
}
</style>
border-color css
<style>
span { border-color: #CF47A0; }
span { border-color: rgb(207,71,160); }
td.TdClassName
{
border-color: #CF47A0;
}
.TagClassName
{
border-color: #CF47A0;
}
</style>