Shades of Mulberry #CF4786
Tints of Mulberry #CF4786
RGB
CMYK
RGB Variations
Color information
#CF4786 (or 0xCF4786) is known color: Mulberry. HEX triplet: CF, 47 and 86. RGB value is (207,71,134). Sum of RGB (Red+Green+Blue) = 207+71+134=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4786 is #30B879. Grayscale: #767676. Windows color (decimal): -3192954 or 8800207. OLE color: 8800207.
HSL color Cylindrical-coordinate representation of color #CF4786: hue angle of 332.21º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4786 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 134 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.19 |
| HSL | 332.21º | 0.59% | 0.55% | - |
| HSV(B) | 332.21º | 0.66% | 0.81% | - |
| XYZ | 32.29 | 19.49 | 24.62 | - |
| YUV | 118.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 134 | 0 | 0.66 | 0.35 | 0.19 | 332.21 | 0.59 | 0.55 |
| Hex | CF | 47 | 86 | 0 | 42 | 23 | 13 | 14C | 3B | 37 |
| Octal | 317 | 107 | 206 | 0 | 102 | 43 | 23 | 514 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10000110 | 0 | 1000010 | 100011 | 10011 | 101001100 | 111011 | 110111 |
Color Harmonies of #CF4786
Complementary color
Monochromatic Colors of #CF4786
Black with #CF4786
Text Example
Text Example
White with #CF4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4786; }
p { color: rgb(207,71,134); }
H1.HeaderClassName
{
color: #CF4786;
}
.AnyTagClassName
{
color: #CF4786;
}
</style>
background-color css
<style>
a { background-color: #CF4786; }
a { background-color: rgb(207,71,134); }
div.DivClassName
{
background-color: #CF4786;
}
.BgClassName
{
background-color: #CF4786;
}
</style>
border-color css
<style>
span { border-color: #CF4786; }
span { border-color: rgb(207,71,134); }
td.TdClassName
{
border-color: #CF4786;
}
.TagClassName
{
border-color: #CF4786;
}
</style>