Shades of Mulberry #CF3EAB
Tints of Mulberry #CF3EAB
RGB
CMYK
RGB Variations
Color information
#CF3EAB (or 0xCF3EAB) is known color: Mulberry. HEX triplet: CF, 3E and AB. RGB value is (207,62,171). Sum of RGB (Red+Green+Blue) = 207+62+171=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3EAB is #30C154. Grayscale: #757575. Windows color (decimal): -3195221 or 11222735. OLE color: 11222735.
HSL color Cylindrical-coordinate representation of color #CF3EAB: hue angle of 314.9º 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 #CF3EAB is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 171 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.19 |
| HSL | 314.9º | 0.6% | 0.53% | - |
| HSV(B) | 314.9º | 0.7% | 0.81% | - |
| XYZ | 34.81 | 19.65 | 40.49 | - |
| YUV | 117.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 171 | 0 | 0.70 | 0.17 | 0.19 | 314.9 | 0.6 | 0.53 |
| Hex | CF | 3E | AB | 0 | 46 | 11 | 13 | 13B | 3C | 35 |
| Octal | 317 | 76 | 253 | 0 | 106 | 21 | 23 | 473 | 74 | 65 |
| Binary | 11001111 | 111110 | 10101011 | 0 | 1000110 | 10001 | 10011 | 100111011 | 111100 | 110101 |
Color Harmonies of #CF3EAB
Complementary color
Monochromatic Colors of #CF3EAB
Black with #CF3EAB
Text Example
Text Example
White with #CF3EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EAB; }
p { color: rgb(207,62,171); }
H1.HeaderClassName
{
color: #CF3EAB;
}
.AnyTagClassName
{
color: #CF3EAB;
}
</style>
background-color css
<style>
a { background-color: #CF3EAB; }
a { background-color: rgb(207,62,171); }
div.DivClassName
{
background-color: #CF3EAB;
}
.BgClassName
{
background-color: #CF3EAB;
}
</style>
border-color css
<style>
span { border-color: #CF3EAB; }
span { border-color: rgb(207,62,171); }
td.TdClassName
{
border-color: #CF3EAB;
}
.TagClassName
{
border-color: #CF3EAB;
}
</style>