Shades of Mulberry #CF4C88
Tints of Mulberry #CF4C88
RGB
CMYK
RGB Variations
Color information
#CF4C88 (or 0xCF4C88) is known color: Mulberry. HEX triplet: CF, 4C and 88. RGB value is (207,76,136). Sum of RGB (Red+Green+Blue) = 207+76+136=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4C88 is #30B377. Grayscale: #797979. Windows color (decimal): -3191672 or 8932559. OLE color: 8932559.
HSL color Cylindrical-coordinate representation of color #CF4C88: hue angle of 332.52º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4C88 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 136 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.19 |
| HSL | 332.52º | 0.58% | 0.55% | - |
| HSV(B) | 332.52º | 0.63% | 0.81% | - |
| XYZ | 32.76 | 20.21 | 25.47 | - |
| YUV | 122.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 136 | 0 | 0.63 | 0.34 | 0.19 | 332.52 | 0.58 | 0.55 |
| Hex | CF | 4C | 88 | 0 | 3F | 22 | 13 | 14D | 3A | 37 |
| Octal | 317 | 114 | 210 | 0 | 77 | 42 | 23 | 515 | 72 | 67 |
| Binary | 11001111 | 1001100 | 10001000 | 0 | 111111 | 100010 | 10011 | 101001101 | 111010 | 110111 |
Color Harmonies of #CF4C88
Complementary color
Monochromatic Colors of #CF4C88
Black with #CF4C88
Text Example
Text Example
White with #CF4C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C88; }
p { color: rgb(207,76,136); }
H1.HeaderClassName
{
color: #CF4C88;
}
.AnyTagClassName
{
color: #CF4C88;
}
</style>
background-color css
<style>
a { background-color: #CF4C88; }
a { background-color: rgb(207,76,136); }
div.DivClassName
{
background-color: #CF4C88;
}
.BgClassName
{
background-color: #CF4C88;
}
</style>
border-color css
<style>
span { border-color: #CF4C88; }
span { border-color: rgb(207,76,136); }
td.TdClassName
{
border-color: #CF4C88;
}
.TagClassName
{
border-color: #CF4C88;
}
</style>