Shades of Mulberry #CF4E83
Tints of Mulberry #CF4E83
RGB
CMYK
RGB Variations
Color information
#CF4E83 (or 0xCF4E83) is known color: Mulberry. HEX triplet: CF, 4E and 83. RGB value is (207,78,131). Sum of RGB (Red+Green+Blue) = 207+78+131=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4E83 is #30B17C. Grayscale: #7A7A7A. Windows color (decimal): -3191165 or 8605391. OLE color: 8605391.
HSL color Cylindrical-coordinate representation of color #CF4E83: hue angle of 335.35º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4E83 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 131 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.19 |
| HSL | 335.35º | 0.57% | 0.56% | - |
| HSV(B) | 335.35º | 0.62% | 0.81% | - |
| XYZ | 32.55 | 20.35 | 23.69 | - |
| YUV | 122.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 131 | 0 | 0.62 | 0.37 | 0.19 | 335.35 | 0.57 | 0.56 |
| Hex | CF | 4E | 83 | 0 | 3E | 25 | 13 | 14F | 39 | 38 |
| Octal | 317 | 116 | 203 | 0 | 76 | 45 | 23 | 517 | 71 | 70 |
| Binary | 11001111 | 1001110 | 10000011 | 0 | 111110 | 100101 | 10011 | 101001111 | 111001 | 111000 |
Color Harmonies of #CF4E83
Complementary color
Monochromatic Colors of #CF4E83
Black with #CF4E83
Text Example
Text Example
White with #CF4E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E83; }
p { color: rgb(207,78,131); }
H1.HeaderClassName
{
color: #CF4E83;
}
.AnyTagClassName
{
color: #CF4E83;
}
</style>
background-color css
<style>
a { background-color: #CF4E83; }
a { background-color: rgb(207,78,131); }
div.DivClassName
{
background-color: #CF4E83;
}
.BgClassName
{
background-color: #CF4E83;
}
</style>
border-color css
<style>
span { border-color: #CF4E83; }
span { border-color: rgb(207,78,131); }
td.TdClassName
{
border-color: #CF4E83;
}
.TagClassName
{
border-color: #CF4E83;
}
</style>