Shades of Mulberry #CF3EA6
Tints of Mulberry #CF3EA6
RGB
CMYK
RGB Variations
Color information
#CF3EA6 (or 0xCF3EA6) is known color: Mulberry. HEX triplet: CF, 3E and A6. RGB value is (207,62,166). Sum of RGB (Red+Green+Blue) = 207+62+166=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3EA6 is #30C159. Grayscale: #747474. Windows color (decimal): -3195226 or 10895055. OLE color: 10895055.
HSL color Cylindrical-coordinate representation of color #CF3EA6: hue angle of 316.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3EA6 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 166 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.19 |
| HSL | 316.97º | 0.6% | 0.53% | - |
| HSV(B) | 316.97º | 0.7% | 0.81% | - |
| XYZ | 34.34 | 19.46 | 38.02 | - |
| YUV | 117.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 166 | 0 | 0.70 | 0.20 | 0.19 | 316.97 | 0.6 | 0.53 |
| Hex | CF | 3E | A6 | 0 | 46 | 14 | 13 | 13D | 3C | 35 |
| Octal | 317 | 76 | 246 | 0 | 106 | 24 | 23 | 475 | 74 | 65 |
| Binary | 11001111 | 111110 | 10100110 | 0 | 1000110 | 10100 | 10011 | 100111101 | 111100 | 110101 |
Color Harmonies of #CF3EA6
Complementary color
Monochromatic Colors of #CF3EA6
Black with #CF3EA6
Text Example
Text Example
White with #CF3EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EA6; }
p { color: rgb(207,62,166); }
H1.HeaderClassName
{
color: #CF3EA6;
}
.AnyTagClassName
{
color: #CF3EA6;
}
</style>
background-color css
<style>
a { background-color: #CF3EA6; }
a { background-color: rgb(207,62,166); }
div.DivClassName
{
background-color: #CF3EA6;
}
.BgClassName
{
background-color: #CF3EA6;
}
</style>
border-color css
<style>
span { border-color: #CF3EA6; }
span { border-color: rgb(207,62,166); }
td.TdClassName
{
border-color: #CF3EA6;
}
.TagClassName
{
border-color: #CF3EA6;
}
</style>