Shades of Mulberry #CF3EAA
Tints of Mulberry #CF3EAA
RGB
CMYK
RGB Variations
Color information
#CF3EAA (or 0xCF3EAA) is known color: Mulberry. HEX triplet: CF, 3E and AA. RGB value is (207,62,170). Sum of RGB (Red+Green+Blue) = 207+62+170=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3EAA is #30C155. Grayscale: #757575. Windows color (decimal): -3195222 or 11157199. OLE color: 11157199.
HSL color Cylindrical-coordinate representation of color #CF3EAA: hue angle of 315.31º 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 #CF3EAA is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 170 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.19 |
| HSL | 315.31º | 0.6% | 0.53% | - |
| HSV(B) | 315.31º | 0.7% | 0.81% | - |
| XYZ | 34.71 | 19.61 | 39.99 | - |
| YUV | 117.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 170 | 0 | 0.70 | 0.18 | 0.19 | 315.31 | 0.6 | 0.53 |
| Hex | CF | 3E | AA | 0 | 46 | 12 | 13 | 13B | 3C | 35 |
| Octal | 317 | 76 | 252 | 0 | 106 | 22 | 23 | 473 | 74 | 65 |
| Binary | 11001111 | 111110 | 10101010 | 0 | 1000110 | 10010 | 10011 | 100111011 | 111100 | 110101 |
Color Harmonies of #CF3EAA
Complementary color
Monochromatic Colors of #CF3EAA
Black with #CF3EAA
Text Example
Text Example
White with #CF3EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EAA; }
p { color: rgb(207,62,170); }
H1.HeaderClassName
{
color: #CF3EAA;
}
.AnyTagClassName
{
color: #CF3EAA;
}
</style>
background-color css
<style>
a { background-color: #CF3EAA; }
a { background-color: rgb(207,62,170); }
div.DivClassName
{
background-color: #CF3EAA;
}
.BgClassName
{
background-color: #CF3EAA;
}
</style>
border-color css
<style>
span { border-color: #CF3EAA; }
span { border-color: rgb(207,62,170); }
td.TdClassName
{
border-color: #CF3EAA;
}
.TagClassName
{
border-color: #CF3EAA;
}
</style>