Shades of Mulberry #CF4EAA
Tints of Mulberry #CF4EAA
RGB
CMYK
RGB Variations
Color information
#CF4EAA (or 0xCF4EAA) is known color: Mulberry. HEX triplet: CF, 4E and AA. RGB value is (207,78,170). Sum of RGB (Red+Green+Blue) = 207+78+170=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4EAA is #30B155. Grayscale: #7E7E7E. Windows color (decimal): -3191126 or 11161295. OLE color: 11161295.
HSL color Cylindrical-coordinate representation of color #CF4EAA: hue angle of 317.21º 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 #CF4EAA is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 170 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.19 |
| HSL | 317.21º | 0.57% | 0.56% | - |
| HSV(B) | 317.21º | 0.62% | 0.81% | - |
| XYZ | 35.71 | 21.62 | 40.32 | - |
| YUV | 127.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 170 | 0 | 0.62 | 0.18 | 0.19 | 317.21 | 0.57 | 0.56 |
| Hex | CF | 4E | AA | 0 | 3E | 12 | 13 | 13D | 39 | 38 |
| Octal | 317 | 116 | 252 | 0 | 76 | 22 | 23 | 475 | 71 | 70 |
| Binary | 11001111 | 1001110 | 10101010 | 0 | 111110 | 10010 | 10011 | 100111101 | 111001 | 111000 |
Color Harmonies of #CF4EAA
Complementary color
Monochromatic Colors of #CF4EAA
Black with #CF4EAA
Text Example
Text Example
White with #CF4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EAA; }
p { color: rgb(207,78,170); }
H1.HeaderClassName
{
color: #CF4EAA;
}
.AnyTagClassName
{
color: #CF4EAA;
}
</style>
background-color css
<style>
a { background-color: #CF4EAA; }
a { background-color: rgb(207,78,170); }
div.DivClassName
{
background-color: #CF4EAA;
}
.BgClassName
{
background-color: #CF4EAA;
}
</style>
border-color css
<style>
span { border-color: #CF4EAA; }
span { border-color: rgb(207,78,170); }
td.TdClassName
{
border-color: #CF4EAA;
}
.TagClassName
{
border-color: #CF4EAA;
}
</style>