Shades of Mulberry #CF488D
Tints of Mulberry #CF488D
RGB
CMYK
RGB Variations
Color information
#CF488D (or 0xCF488D) is known color: Mulberry. HEX triplet: CF, 48 and 8D. RGB value is (207,72,141). Sum of RGB (Red+Green+Blue) = 207+72+141=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF488D is #30B772. Grayscale: #787878. Windows color (decimal): -3192691 or 9259215. OLE color: 9259215.
HSL color Cylindrical-coordinate representation of color #CF488D: hue angle of 329.33º 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 #CF488D is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 141 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.19 |
| HSL | 329.33º | 0.58% | 0.55% | - |
| HSV(B) | 329.33º | 0.65% | 0.81% | - |
| XYZ | 32.86 | 19.82 | 27.29 | - |
| YUV | 120.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 141 | 0 | 0.65 | 0.32 | 0.19 | 329.33 | 0.58 | 0.55 |
| Hex | CF | 48 | 8D | 0 | 41 | 20 | 13 | 149 | 3A | 37 |
| Octal | 317 | 110 | 215 | 0 | 101 | 40 | 23 | 511 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10001101 | 0 | 1000001 | 100000 | 10011 | 101001001 | 111010 | 110111 |
Color Harmonies of #CF488D
Complementary color
Monochromatic Colors of #CF488D
Black with #CF488D
Text Example
Text Example
White with #CF488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF488D; }
p { color: rgb(207,72,141); }
H1.HeaderClassName
{
color: #CF488D;
}
.AnyTagClassName
{
color: #CF488D;
}
</style>
background-color css
<style>
a { background-color: #CF488D; }
a { background-color: rgb(207,72,141); }
div.DivClassName
{
background-color: #CF488D;
}
.BgClassName
{
background-color: #CF488D;
}
</style>
border-color css
<style>
span { border-color: #CF488D; }
span { border-color: rgb(207,72,141); }
td.TdClassName
{
border-color: #CF488D;
}
.TagClassName
{
border-color: #CF488D;
}
</style>