Shades of Mulberry #CF4EA4
Tints of Mulberry #CF4EA4
RGB
CMYK
RGB Variations
Color information
#CF4EA4 (or 0xCF4EA4) is known color: Mulberry. HEX triplet: CF, 4E and A4. RGB value is (207,78,164). Sum of RGB (Red+Green+Blue) = 207+78+164=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4EA4 is #30B15B. Grayscale: #7E7E7E. Windows color (decimal): -3191132 or 10768079. OLE color: 10768079.
HSL color Cylindrical-coordinate representation of color #CF4EA4: hue angle of 320º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4EA4 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 164 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.19 |
| HSL | 320º | 0.57% | 0.56% | - |
| HSV(B) | 320º | 0.62% | 0.81% | - |
| XYZ | 35.16 | 21.39 | 37.4 | - |
| YUV | 126.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 164 | 0 | 0.62 | 0.21 | 0.19 | 320 | 0.57 | 0.56 |
| Hex | CF | 4E | A4 | 0 | 3E | 15 | 13 | 140 | 39 | 38 |
| Octal | 317 | 116 | 244 | 0 | 76 | 25 | 23 | 500 | 71 | 70 |
| Binary | 11001111 | 1001110 | 10100100 | 0 | 111110 | 10101 | 10011 | 101000000 | 111001 | 111000 |
Color Harmonies of #CF4EA4
Complementary color
Monochromatic Colors of #CF4EA4
Black with #CF4EA4
Text Example
Text Example
White with #CF4EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EA4; }
p { color: rgb(207,78,164); }
H1.HeaderClassName
{
color: #CF4EA4;
}
.AnyTagClassName
{
color: #CF4EA4;
}
</style>
background-color css
<style>
a { background-color: #CF4EA4; }
a { background-color: rgb(207,78,164); }
div.DivClassName
{
background-color: #CF4EA4;
}
.BgClassName
{
background-color: #CF4EA4;
}
</style>
border-color css
<style>
span { border-color: #CF4EA4; }
span { border-color: rgb(207,78,164); }
td.TdClassName
{
border-color: #CF4EA4;
}
.TagClassName
{
border-color: #CF4EA4;
}
</style>