Shades of Mulberry #CF4F89
Tints of Mulberry #CF4F89
RGB
CMYK
RGB Variations
Color information
#CF4F89 (or 0xCF4F89) is known color: Mulberry. HEX triplet: CF, 4F and 89. RGB value is (207,79,137). Sum of RGB (Red+Green+Blue) = 207+79+137=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4F89 is #30B076. Grayscale: #7B7B7B. Windows color (decimal): -3190903 or 8998863. OLE color: 8998863.
HSL color Cylindrical-coordinate representation of color #CF4F89: hue angle of 332.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4F89 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 137 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.19 |
| HSL | 332.81º | 0.57% | 0.56% | - |
| HSV(B) | 332.81º | 0.62% | 0.81% | - |
| XYZ | 33.04 | 20.66 | 25.91 | - |
| YUV | 123.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 137 | 0 | 0.62 | 0.34 | 0.19 | 332.81 | 0.57 | 0.56 |
| Hex | CF | 4F | 89 | 0 | 3E | 22 | 13 | 14D | 39 | 38 |
| Octal | 317 | 117 | 211 | 0 | 76 | 42 | 23 | 515 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10001001 | 0 | 111110 | 100010 | 10011 | 101001101 | 111001 | 111000 |
Color Harmonies of #CF4F89
Complementary color
Monochromatic Colors of #CF4F89
Black with #CF4F89
Text Example
Text Example
White with #CF4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F89; }
p { color: rgb(207,79,137); }
H1.HeaderClassName
{
color: #CF4F89;
}
.AnyTagClassName
{
color: #CF4F89;
}
</style>
background-color css
<style>
a { background-color: #CF4F89; }
a { background-color: rgb(207,79,137); }
div.DivClassName
{
background-color: #CF4F89;
}
.BgClassName
{
background-color: #CF4F89;
}
</style>
border-color css
<style>
span { border-color: #CF4F89; }
span { border-color: rgb(207,79,137); }
td.TdClassName
{
border-color: #CF4F89;
}
.TagClassName
{
border-color: #CF4F89;
}
</style>