Shades of Mulberry #CF488B
Tints of Mulberry #CF488B
RGB
CMYK
RGB Variations
Color information
#CF488B (or 0xCF488B) is known color: Mulberry. HEX triplet: CF, 48 and 8B. RGB value is (207,72,139). Sum of RGB (Red+Green+Blue) = 207+72+139=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF488B is #30B774. Grayscale: #777777. Windows color (decimal): -3192693 or 9128143. OLE color: 9128143.
HSL color Cylindrical-coordinate representation of color #CF488B: hue angle of 330.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 #CF488B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 139 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.19 |
| HSL | 330.22º | 0.58% | 0.55% | - |
| HSV(B) | 330.22º | 0.65% | 0.81% | - |
| XYZ | 32.71 | 19.76 | 26.52 | - |
| YUV | 120 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 139 | 0 | 0.65 | 0.33 | 0.19 | 330.22 | 0.58 | 0.55 |
| Hex | CF | 48 | 8B | 0 | 41 | 21 | 13 | 14A | 3A | 37 |
| Octal | 317 | 110 | 213 | 0 | 101 | 41 | 23 | 512 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10001011 | 0 | 1000001 | 100001 | 10011 | 101001010 | 111010 | 110111 |
Color Harmonies of #CF488B
Complementary color
Monochromatic Colors of #CF488B
Black with #CF488B
Text Example
Text Example
White with #CF488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF488B; }
p { color: rgb(207,72,139); }
H1.HeaderClassName
{
color: #CF488B;
}
.AnyTagClassName
{
color: #CF488B;
}
</style>
background-color css
<style>
a { background-color: #CF488B; }
a { background-color: rgb(207,72,139); }
div.DivClassName
{
background-color: #CF488B;
}
.BgClassName
{
background-color: #CF488B;
}
</style>
border-color css
<style>
span { border-color: #CF488B; }
span { border-color: rgb(207,72,139); }
td.TdClassName
{
border-color: #CF488B;
}
.TagClassName
{
border-color: #CF488B;
}
</style>