Shades of Mulberry #CF4B84
Tints of Mulberry #CF4B84
RGB
CMYK
RGB Variations
Color information
#CF4B84 (or 0xCF4B84) is known color: Mulberry. HEX triplet: CF, 4B and 84. RGB value is (207,75,132). Sum of RGB (Red+Green+Blue) = 207+75+132=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4B84 is #30B47B. Grayscale: #787878. Windows color (decimal): -3191932 or 8670159. OLE color: 8670159.
HSL color Cylindrical-coordinate representation of color #CF4B84: hue angle of 334.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4B84 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 132 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.19 |
| HSL | 334.09º | 0.58% | 0.55% | - |
| HSV(B) | 334.09º | 0.64% | 0.81% | - |
| XYZ | 32.41 | 19.96 | 23.97 | - |
| YUV | 120.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 132 | 0 | 0.64 | 0.36 | 0.19 | 334.09 | 0.58 | 0.55 |
| Hex | CF | 4B | 84 | 0 | 40 | 24 | 13 | 14E | 3A | 37 |
| Octal | 317 | 113 | 204 | 0 | 100 | 44 | 23 | 516 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10000100 | 0 | 1000000 | 100100 | 10011 | 101001110 | 111010 | 110111 |
Color Harmonies of #CF4B84
Complementary color
Monochromatic Colors of #CF4B84
Black with #CF4B84
Text Example
Text Example
White with #CF4B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B84; }
p { color: rgb(207,75,132); }
H1.HeaderClassName
{
color: #CF4B84;
}
.AnyTagClassName
{
color: #CF4B84;
}
</style>
background-color css
<style>
a { background-color: #CF4B84; }
a { background-color: rgb(207,75,132); }
div.DivClassName
{
background-color: #CF4B84;
}
.BgClassName
{
background-color: #CF4B84;
}
</style>
border-color css
<style>
span { border-color: #CF4B84; }
span { border-color: rgb(207,75,132); }
td.TdClassName
{
border-color: #CF4B84;
}
.TagClassName
{
border-color: #CF4B84;
}
</style>