Shades of Mulberry #CF4988
Tints of Mulberry #CF4988
RGB
CMYK
RGB Variations
Color information
#CF4988 (or 0xCF4988) is known color: Mulberry. HEX triplet: CF, 49 and 88. RGB value is (207,73,136). Sum of RGB (Red+Green+Blue) = 207+73+136=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4988 is #30B677. Grayscale: #787878. Windows color (decimal): -3192440 or 8931791. OLE color: 8931791.
HSL color Cylindrical-coordinate representation of color #CF4988: hue angle of 331.79º 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 #CF4988 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 136 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.19 |
| HSL | 331.79º | 0.58% | 0.55% | - |
| HSV(B) | 331.79º | 0.65% | 0.81% | - |
| XYZ | 32.56 | 19.81 | 25.4 | - |
| YUV | 120.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 136 | 0 | 0.65 | 0.34 | 0.19 | 331.79 | 0.58 | 0.55 |
| Hex | CF | 49 | 88 | 0 | 41 | 22 | 13 | 14C | 3A | 37 |
| Octal | 317 | 111 | 210 | 0 | 101 | 42 | 23 | 514 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10001000 | 0 | 1000001 | 100010 | 10011 | 101001100 | 111010 | 110111 |
Color Harmonies of #CF4988
Complementary color
Monochromatic Colors of #CF4988
Black with #CF4988
Text Example
Text Example
White with #CF4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4988; }
p { color: rgb(207,73,136); }
H1.HeaderClassName
{
color: #CF4988;
}
.AnyTagClassName
{
color: #CF4988;
}
</style>
background-color css
<style>
a { background-color: #CF4988; }
a { background-color: rgb(207,73,136); }
div.DivClassName
{
background-color: #CF4988;
}
.BgClassName
{
background-color: #CF4988;
}
</style>
border-color css
<style>
span { border-color: #CF4988; }
span { border-color: rgb(207,73,136); }
td.TdClassName
{
border-color: #CF4988;
}
.TagClassName
{
border-color: #CF4988;
}
</style>