Shades of Mulberry #CF3EA0
Tints of Mulberry #CF3EA0
RGB
CMYK
RGB Variations
Color information
#CF3EA0 (or 0xCF3EA0) is known color: Mulberry. HEX triplet: CF, 3E and A0. RGB value is (207,62,160). Sum of RGB (Red+Green+Blue) = 207+62+160=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3EA0 is #30C15F. Grayscale: #747474. Windows color (decimal): -3195232 or 10501839. OLE color: 10501839.
HSL color Cylindrical-coordinate representation of color #CF3EA0: hue angle of 319.45º 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 #CF3EA0 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 160 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.19 |
| HSL | 319.45º | 0.6% | 0.53% | - |
| HSV(B) | 319.45º | 0.7% | 0.81% | - |
| XYZ | 33.8 | 19.25 | 35.19 | - |
| YUV | 116.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 160 | 0 | 0.70 | 0.23 | 0.19 | 319.45 | 0.6 | 0.53 |
| Hex | CF | 3E | A0 | 0 | 46 | 17 | 13 | 13F | 3C | 35 |
| Octal | 317 | 76 | 240 | 0 | 106 | 27 | 23 | 477 | 74 | 65 |
| Binary | 11001111 | 111110 | 10100000 | 0 | 1000110 | 10111 | 10011 | 100111111 | 111100 | 110101 |
Color Harmonies of #CF3EA0
Complementary color
Monochromatic Colors of #CF3EA0
Black with #CF3EA0
Text Example
Text Example
White with #CF3EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EA0; }
p { color: rgb(207,62,160); }
H1.HeaderClassName
{
color: #CF3EA0;
}
.AnyTagClassName
{
color: #CF3EA0;
}
</style>
background-color css
<style>
a { background-color: #CF3EA0; }
a { background-color: rgb(207,62,160); }
div.DivClassName
{
background-color: #CF3EA0;
}
.BgClassName
{
background-color: #CF3EA0;
}
</style>
border-color css
<style>
span { border-color: #CF3EA0; }
span { border-color: rgb(207,62,160); }
td.TdClassName
{
border-color: #CF3EA0;
}
.TagClassName
{
border-color: #CF3EA0;
}
</style>