Shades of Mulberry #CF4089
Tints of Mulberry #CF4089
RGB
CMYK
RGB Variations
Color information
#CF4089 (or 0xCF4089) is known color: Mulberry. HEX triplet: CF, 40 and 89. RGB value is (207,64,137). Sum of RGB (Red+Green+Blue) = 207+64+137=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4089 is #30BF76. Grayscale: #727272. Windows color (decimal): -3194743 or 8995023. OLE color: 8995023.
HSL color Cylindrical-coordinate representation of color #CF4089: hue angle of 329.37º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4089 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 137 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.19 |
| HSL | 329.37º | 0.6% | 0.53% | - |
| HSV(B) | 329.37º | 0.69% | 0.81% | - |
| XYZ | 32.08 | 18.74 | 25.59 | - |
| YUV | 115.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 137 | 0 | 0.69 | 0.34 | 0.19 | 329.37 | 0.6 | 0.53 |
| Hex | CF | 40 | 89 | 0 | 45 | 22 | 13 | 149 | 3C | 35 |
| Octal | 317 | 100 | 211 | 0 | 105 | 42 | 23 | 511 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10001001 | 0 | 1000101 | 100010 | 10011 | 101001001 | 111100 | 110101 |
Color Harmonies of #CF4089
Complementary color
Monochromatic Colors of #CF4089
Black with #CF4089
Text Example
Text Example
White with #CF4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4089; }
p { color: rgb(207,64,137); }
H1.HeaderClassName
{
color: #CF4089;
}
.AnyTagClassName
{
color: #CF4089;
}
</style>
background-color css
<style>
a { background-color: #CF4089; }
a { background-color: rgb(207,64,137); }
div.DivClassName
{
background-color: #CF4089;
}
.BgClassName
{
background-color: #CF4089;
}
</style>
border-color css
<style>
span { border-color: #CF4089; }
span { border-color: rgb(207,64,137); }
td.TdClassName
{
border-color: #CF4089;
}
.TagClassName
{
border-color: #CF4089;
}
</style>