Shades of Mulberry #CF4D8F
Tints of Mulberry #CF4D8F
RGB
CMYK
RGB Variations
Color information
#CF4D8F (or 0xCF4D8F) is known color: Mulberry. HEX triplet: CF, 4D and 8F. RGB value is (207,77,143). Sum of RGB (Red+Green+Blue) = 207+77+143=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4D8F is #30B270. Grayscale: #7B7B7B. Windows color (decimal): -3191409 or 9391567. OLE color: 9391567.
HSL color Cylindrical-coordinate representation of color #CF4D8F: hue angle of 329.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4D8F is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 143 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.19 |
| HSL | 329.54º | 0.58% | 0.56% | - |
| HSV(B) | 329.54º | 0.63% | 0.81% | - |
| XYZ | 33.34 | 20.56 | 28.2 | - |
| YUV | 123.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 143 | 0 | 0.63 | 0.31 | 0.19 | 329.54 | 0.58 | 0.56 |
| Hex | CF | 4D | 8F | 0 | 3F | 1F | 13 | 14A | 3A | 38 |
| Octal | 317 | 115 | 217 | 0 | 77 | 37 | 23 | 512 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10001111 | 0 | 111111 | 11111 | 10011 | 101001010 | 111010 | 111000 |
Color Harmonies of #CF4D8F
Complementary color
Monochromatic Colors of #CF4D8F
Black with #CF4D8F
Text Example
Text Example
White with #CF4D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D8F; }
p { color: rgb(207,77,143); }
H1.HeaderClassName
{
color: #CF4D8F;
}
.AnyTagClassName
{
color: #CF4D8F;
}
</style>
background-color css
<style>
a { background-color: #CF4D8F; }
a { background-color: rgb(207,77,143); }
div.DivClassName
{
background-color: #CF4D8F;
}
.BgClassName
{
background-color: #CF4D8F;
}
</style>
border-color css
<style>
span { border-color: #CF4D8F; }
span { border-color: rgb(207,77,143); }
td.TdClassName
{
border-color: #CF4D8F;
}
.TagClassName
{
border-color: #CF4D8F;
}
</style>