Shades of Mulberry #CF4B9F
Tints of Mulberry #CF4B9F
RGB
CMYK
RGB Variations
Color information
#CF4B9F (or 0xCF4B9F) is known color: Mulberry. HEX triplet: CF, 4B and 9F. RGB value is (207,75,159). Sum of RGB (Red+Green+Blue) = 207+75+159=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4B9F is #30B460. Grayscale: #7B7B7B. Windows color (decimal): -3191905 or 10439631. OLE color: 10439631.
HSL color Cylindrical-coordinate representation of color #CF4B9F: hue angle of 321.82º 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 #CF4B9F is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 159 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.19 |
| HSL | 321.82º | 0.58% | 0.55% | - |
| HSV(B) | 321.82º | 0.64% | 0.81% | - |
| XYZ | 34.51 | 20.8 | 35 | - |
| YUV | 124.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 159 | 0 | 0.64 | 0.23 | 0.19 | 321.82 | 0.58 | 0.55 |
| Hex | CF | 4B | 9F | 0 | 40 | 17 | 13 | 142 | 3A | 37 |
| Octal | 317 | 113 | 237 | 0 | 100 | 27 | 23 | 502 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10011111 | 0 | 1000000 | 10111 | 10011 | 101000010 | 111010 | 110111 |
Color Harmonies of #CF4B9F
Complementary color
Monochromatic Colors of #CF4B9F
Black with #CF4B9F
Text Example
Text Example
White with #CF4B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B9F; }
p { color: rgb(207,75,159); }
H1.HeaderClassName
{
color: #CF4B9F;
}
.AnyTagClassName
{
color: #CF4B9F;
}
</style>
background-color css
<style>
a { background-color: #CF4B9F; }
a { background-color: rgb(207,75,159); }
div.DivClassName
{
background-color: #CF4B9F;
}
.BgClassName
{
background-color: #CF4B9F;
}
</style>
border-color css
<style>
span { border-color: #CF4B9F; }
span { border-color: rgb(207,75,159); }
td.TdClassName
{
border-color: #CF4B9F;
}
.TagClassName
{
border-color: #CF4B9F;
}
</style>