Shades of Mulberry #CF4489
Tints of Mulberry #CF4489
RGB
CMYK
RGB Variations
Color information
#CF4489 (or 0xCF4489) is known color: Mulberry. HEX triplet: CF, 44 and 89. RGB value is (207,68,137). Sum of RGB (Red+Green+Blue) = 207+68+137=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4489 is #30BB76. Grayscale: #757575. Windows color (decimal): -3193719 or 8996047. OLE color: 8996047.
HSL color Cylindrical-coordinate representation of color #CF4489: hue angle of 330.22º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4489 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 137 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.19 |
| HSL | 330.22º | 0.59% | 0.54% | - |
| HSV(B) | 330.22º | 0.67% | 0.81% | - |
| XYZ | 32.31 | 19.21 | 25.67 | - |
| YUV | 117.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 137 | 0 | 0.67 | 0.34 | 0.19 | 330.22 | 0.59 | 0.54 |
| Hex | CF | 44 | 89 | 0 | 43 | 22 | 13 | 14A | 3B | 36 |
| Octal | 317 | 104 | 211 | 0 | 103 | 42 | 23 | 512 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10001001 | 0 | 1000011 | 100010 | 10011 | 101001010 | 111011 | 110110 |
Color Harmonies of #CF4489
Complementary color
Monochromatic Colors of #CF4489
Black with #CF4489
Text Example
Text Example
White with #CF4489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4489; }
p { color: rgb(207,68,137); }
H1.HeaderClassName
{
color: #CF4489;
}
.AnyTagClassName
{
color: #CF4489;
}
</style>
background-color css
<style>
a { background-color: #CF4489; }
a { background-color: rgb(207,68,137); }
div.DivClassName
{
background-color: #CF4489;
}
.BgClassName
{
background-color: #CF4489;
}
</style>
border-color css
<style>
span { border-color: #CF4489; }
span { border-color: rgb(207,68,137); }
td.TdClassName
{
border-color: #CF4489;
}
.TagClassName
{
border-color: #CF4489;
}
</style>