Shades of Mulberry #CF3EA3
Tints of Mulberry #CF3EA3
RGB
CMYK
RGB Variations
Color information
#CF3EA3 (or 0xCF3EA3) is known color: Mulberry. HEX triplet: CF, 3E and A3. RGB value is (207,62,163). Sum of RGB (Red+Green+Blue) = 207+62+163=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3EA3 is #30C15C. Grayscale: #747474. Windows color (decimal): -3195229 or 10698447. OLE color: 10698447.
HSL color Cylindrical-coordinate representation of color #CF3EA3: hue angle of 318.21º 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 #CF3EA3 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 163 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.19 |
| HSL | 318.21º | 0.6% | 0.53% | - |
| HSV(B) | 318.21º | 0.7% | 0.81% | - |
| XYZ | 34.07 | 19.35 | 36.59 | - |
| YUV | 116.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 163 | 0 | 0.70 | 0.21 | 0.19 | 318.21 | 0.6 | 0.53 |
| Hex | CF | 3E | A3 | 0 | 46 | 15 | 13 | 13E | 3C | 35 |
| Octal | 317 | 76 | 243 | 0 | 106 | 25 | 23 | 476 | 74 | 65 |
| Binary | 11001111 | 111110 | 10100011 | 0 | 1000110 | 10101 | 10011 | 100111110 | 111100 | 110101 |
Color Harmonies of #CF3EA3
Complementary color
Monochromatic Colors of #CF3EA3
Black with #CF3EA3
Text Example
Text Example
White with #CF3EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EA3; }
p { color: rgb(207,62,163); }
H1.HeaderClassName
{
color: #CF3EA3;
}
.AnyTagClassName
{
color: #CF3EA3;
}
</style>
background-color css
<style>
a { background-color: #CF3EA3; }
a { background-color: rgb(207,62,163); }
div.DivClassName
{
background-color: #CF3EA3;
}
.BgClassName
{
background-color: #CF3EA3;
}
</style>
border-color css
<style>
span { border-color: #CF3EA3; }
span { border-color: rgb(207,62,163); }
td.TdClassName
{
border-color: #CF3EA3;
}
.TagClassName
{
border-color: #CF3EA3;
}
</style>