Shades of Mulberry #CF489D
Tints of Mulberry #CF489D
RGB
CMYK
RGB Variations
Color information
#CF489D (or 0xCF489D) is known color: Mulberry. HEX triplet: CF, 48 and 9D. RGB value is (207,72,157). Sum of RGB (Red+Green+Blue) = 207+72+157=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF489D is #30B762. Grayscale: #797979. Windows color (decimal): -3192675 or 10307791. OLE color: 10307791.
HSL color Cylindrical-coordinate representation of color #CF489D: hue angle of 322.22º 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 #CF489D is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 157 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.19 |
| HSL | 322.22º | 0.58% | 0.55% | - |
| HSV(B) | 322.22º | 0.65% | 0.81% | - |
| XYZ | 34.14 | 20.33 | 34.02 | - |
| YUV | 122.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 157 | 0 | 0.65 | 0.24 | 0.19 | 322.22 | 0.58 | 0.55 |
| Hex | CF | 48 | 9D | 0 | 41 | 18 | 13 | 142 | 3A | 37 |
| Octal | 317 | 110 | 235 | 0 | 101 | 30 | 23 | 502 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10011101 | 0 | 1000001 | 11000 | 10011 | 101000010 | 111010 | 110111 |
Color Harmonies of #CF489D
Complementary color
Monochromatic Colors of #CF489D
Black with #CF489D
Text Example
Text Example
White with #CF489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF489D; }
p { color: rgb(207,72,157); }
H1.HeaderClassName
{
color: #CF489D;
}
.AnyTagClassName
{
color: #CF489D;
}
</style>
background-color css
<style>
a { background-color: #CF489D; }
a { background-color: rgb(207,72,157); }
div.DivClassName
{
background-color: #CF489D;
}
.BgClassName
{
background-color: #CF489D;
}
</style>
border-color css
<style>
span { border-color: #CF489D; }
span { border-color: rgb(207,72,157); }
td.TdClassName
{
border-color: #CF489D;
}
.TagClassName
{
border-color: #CF489D;
}
</style>