Shades of Mulberry #CF4289
Tints of Mulberry #CF4289
RGB
CMYK
RGB Variations
Color information
#CF4289 (or 0xCF4289) is known color: Mulberry. HEX triplet: CF, 42 and 89. RGB value is (207,66,137). Sum of RGB (Red+Green+Blue) = 207+66+137=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4289 is #30BD76. Grayscale: #747474. Windows color (decimal): -3194231 or 8995535. OLE color: 8995535.
HSL color Cylindrical-coordinate representation of color #CF4289: hue angle of 329.79º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4289 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 137 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.19 |
| HSL | 329.79º | 0.59% | 0.54% | - |
| HSV(B) | 329.79º | 0.68% | 0.81% | - |
| XYZ | 32.2 | 18.97 | 25.63 | - |
| YUV | 116.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 137 | 0 | 0.68 | 0.34 | 0.19 | 329.79 | 0.59 | 0.54 |
| Hex | CF | 42 | 89 | 0 | 44 | 22 | 13 | 14A | 3B | 36 |
| Octal | 317 | 102 | 211 | 0 | 104 | 42 | 23 | 512 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10001001 | 0 | 1000100 | 100010 | 10011 | 101001010 | 111011 | 110110 |
Color Harmonies of #CF4289
Complementary color
Monochromatic Colors of #CF4289
Black with #CF4289
Text Example
Text Example
White with #CF4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4289; }
p { color: rgb(207,66,137); }
H1.HeaderClassName
{
color: #CF4289;
}
.AnyTagClassName
{
color: #CF4289;
}
</style>
background-color css
<style>
a { background-color: #CF4289; }
a { background-color: rgb(207,66,137); }
div.DivClassName
{
background-color: #CF4289;
}
.BgClassName
{
background-color: #CF4289;
}
</style>
border-color css
<style>
span { border-color: #CF4289; }
span { border-color: rgb(207,66,137); }
td.TdClassName
{
border-color: #CF4289;
}
.TagClassName
{
border-color: #CF4289;
}
</style>