Shades of Mulberry #CF4B85
Tints of Mulberry #CF4B85
RGB
CMYK
RGB Variations
Color information
#CF4B85 (or 0xCF4B85) is known color: Mulberry. HEX triplet: CF, 4B and 85. RGB value is (207,75,133). Sum of RGB (Red+Green+Blue) = 207+75+133=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4B85 is #30B47A. Grayscale: #787878. Windows color (decimal): -3191931 or 8735695. OLE color: 8735695.
HSL color Cylindrical-coordinate representation of color #CF4B85: hue angle of 333.64º 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 #CF4B85 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 133 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.19 |
| HSL | 333.64º | 0.58% | 0.55% | - |
| HSV(B) | 333.64º | 0.64% | 0.81% | - |
| XYZ | 32.48 | 19.99 | 24.34 | - |
| YUV | 121.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 133 | 0 | 0.64 | 0.36 | 0.19 | 333.64 | 0.58 | 0.55 |
| Hex | CF | 4B | 85 | 0 | 40 | 24 | 13 | 14E | 3A | 37 |
| Octal | 317 | 113 | 205 | 0 | 100 | 44 | 23 | 516 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10000101 | 0 | 1000000 | 100100 | 10011 | 101001110 | 111010 | 110111 |
Color Harmonies of #CF4B85
Complementary color
Monochromatic Colors of #CF4B85
Black with #CF4B85
Text Example
Text Example
White with #CF4B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B85; }
p { color: rgb(207,75,133); }
H1.HeaderClassName
{
color: #CF4B85;
}
.AnyTagClassName
{
color: #CF4B85;
}
</style>
background-color css
<style>
a { background-color: #CF4B85; }
a { background-color: rgb(207,75,133); }
div.DivClassName
{
background-color: #CF4B85;
}
.BgClassName
{
background-color: #CF4B85;
}
</style>
border-color css
<style>
span { border-color: #CF4B85; }
span { border-color: rgb(207,75,133); }
td.TdClassName
{
border-color: #CF4B85;
}
.TagClassName
{
border-color: #CF4B85;
}
</style>