Shades of Mulberry #CF4788
Tints of Mulberry #CF4788
RGB
CMYK
RGB Variations
Color information
#CF4788 (or 0xCF4788) is known color: Mulberry. HEX triplet: CF, 47 and 88. RGB value is (207,71,136). Sum of RGB (Red+Green+Blue) = 207+71+136=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4788 is #30B877. Grayscale: #767676. Windows color (decimal): -3192952 or 8931279. OLE color: 8931279.
HSL color Cylindrical-coordinate representation of color #CF4788: hue angle of 331.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4788 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 136 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.19 |
| HSL | 331.32º | 0.59% | 0.55% | - |
| HSV(B) | 331.32º | 0.66% | 0.81% | - |
| XYZ | 32.43 | 19.55 | 25.36 | - |
| YUV | 119.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 136 | 0 | 0.66 | 0.34 | 0.19 | 331.32 | 0.59 | 0.55 |
| Hex | CF | 47 | 88 | 0 | 42 | 22 | 13 | 14B | 3B | 37 |
| Octal | 317 | 107 | 210 | 0 | 102 | 42 | 23 | 513 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10001000 | 0 | 1000010 | 100010 | 10011 | 101001011 | 111011 | 110111 |
Color Harmonies of #CF4788
Complementary color
Monochromatic Colors of #CF4788
Black with #CF4788
Text Example
Text Example
White with #CF4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4788; }
p { color: rgb(207,71,136); }
H1.HeaderClassName
{
color: #CF4788;
}
.AnyTagClassName
{
color: #CF4788;
}
</style>
background-color css
<style>
a { background-color: #CF4788; }
a { background-color: rgb(207,71,136); }
div.DivClassName
{
background-color: #CF4788;
}
.BgClassName
{
background-color: #CF4788;
}
</style>
border-color css
<style>
span { border-color: #CF4788; }
span { border-color: rgb(207,71,136); }
td.TdClassName
{
border-color: #CF4788;
}
.TagClassName
{
border-color: #CF4788;
}
</style>