Shades of Mulberry #CF489B
Tints of Mulberry #CF489B
RGB
CMYK
RGB Variations
Color information
#CF489B (or 0xCF489B) is known color: Mulberry. HEX triplet: CF, 48 and 9B. RGB value is (207,72,155). Sum of RGB (Red+Green+Blue) = 207+72+155=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF489B is #30B764. Grayscale: #797979. Windows color (decimal): -3192677 or 10176719. OLE color: 10176719.
HSL color Cylindrical-coordinate representation of color #CF489B: hue angle of 323.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF489B is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 155 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.19 |
| HSL | 323.11º | 0.58% | 0.55% | - |
| HSV(B) | 323.11º | 0.65% | 0.81% | - |
| XYZ | 33.97 | 20.27 | 33.13 | - |
| YUV | 121.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 155 | 0 | 0.65 | 0.25 | 0.19 | 323.11 | 0.58 | 0.55 |
| Hex | CF | 48 | 9B | 0 | 41 | 19 | 13 | 143 | 3A | 37 |
| Octal | 317 | 110 | 233 | 0 | 101 | 31 | 23 | 503 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10011011 | 0 | 1000001 | 11001 | 10011 | 101000011 | 111010 | 110111 |
Color Harmonies of #CF489B
Complementary color
Monochromatic Colors of #CF489B
Black with #CF489B
Text Example
Text Example
White with #CF489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF489B; }
p { color: rgb(207,72,155); }
H1.HeaderClassName
{
color: #CF489B;
}
.AnyTagClassName
{
color: #CF489B;
}
</style>
background-color css
<style>
a { background-color: #CF489B; }
a { background-color: rgb(207,72,155); }
div.DivClassName
{
background-color: #CF489B;
}
.BgClassName
{
background-color: #CF489B;
}
</style>
border-color css
<style>
span { border-color: #CF489B; }
span { border-color: rgb(207,72,155); }
td.TdClassName
{
border-color: #CF489B;
}
.TagClassName
{
border-color: #CF489B;
}
</style>