Shades of Mulberry #CF4785
Tints of Mulberry #CF4785
RGB
CMYK
RGB Variations
Color information
#CF4785 (or 0xCF4785) is known color: Mulberry. HEX triplet: CF, 47 and 85. RGB value is (207,71,133). Sum of RGB (Red+Green+Blue) = 207+71+133=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4785 is #30B87A. Grayscale: #767676. Windows color (decimal): -3192955 or 8734671. OLE color: 8734671.
HSL color Cylindrical-coordinate representation of color #CF4785: hue angle of 332.65º 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 #CF4785 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 133 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.19 |
| HSL | 332.65º | 0.59% | 0.55% | - |
| HSV(B) | 332.65º | 0.66% | 0.81% | - |
| XYZ | 32.22 | 19.47 | 24.25 | - |
| YUV | 118.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 133 | 0 | 0.66 | 0.36 | 0.19 | 332.65 | 0.59 | 0.55 |
| Hex | CF | 47 | 85 | 0 | 42 | 24 | 13 | 14D | 3B | 37 |
| Octal | 317 | 107 | 205 | 0 | 102 | 44 | 23 | 515 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10000101 | 0 | 1000010 | 100100 | 10011 | 101001101 | 111011 | 110111 |
Color Harmonies of #CF4785
Complementary color
Monochromatic Colors of #CF4785
Black with #CF4785
Text Example
Text Example
White with #CF4785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4785; }
p { color: rgb(207,71,133); }
H1.HeaderClassName
{
color: #CF4785;
}
.AnyTagClassName
{
color: #CF4785;
}
</style>
background-color css
<style>
a { background-color: #CF4785; }
a { background-color: rgb(207,71,133); }
div.DivClassName
{
background-color: #CF4785;
}
.BgClassName
{
background-color: #CF4785;
}
</style>
border-color css
<style>
span { border-color: #CF4785; }
span { border-color: rgb(207,71,133); }
td.TdClassName
{
border-color: #CF4785;
}
.TagClassName
{
border-color: #CF4785;
}
</style>