Shades of Mulberry #CF4685
Tints of Mulberry #CF4685
RGB
CMYK
RGB Variations
Color information
#CF4685 (or 0xCF4685) is known color: Mulberry. HEX triplet: CF, 46 and 85. RGB value is (207,70,133). Sum of RGB (Red+Green+Blue) = 207+70+133=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4685 is #30B97A. Grayscale: #767676. Windows color (decimal): -3193211 or 8734415. OLE color: 8734415.
HSL color Cylindrical-coordinate representation of color #CF4685: hue angle of 332.41º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4685 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 133 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.19 |
| HSL | 332.41º | 0.59% | 0.54% | - |
| HSV(B) | 332.41º | 0.66% | 0.81% | - |
| XYZ | 32.16 | 19.34 | 24.23 | - |
| YUV | 118.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 133 | 0 | 0.66 | 0.36 | 0.19 | 332.41 | 0.59 | 0.54 |
| Hex | CF | 46 | 85 | 0 | 42 | 24 | 13 | 14C | 3B | 36 |
| Octal | 317 | 106 | 205 | 0 | 102 | 44 | 23 | 514 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10000101 | 0 | 1000010 | 100100 | 10011 | 101001100 | 111011 | 110110 |
Color Harmonies of #CF4685
Complementary color
Monochromatic Colors of #CF4685
Black with #CF4685
Text Example
Text Example
White with #CF4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4685; }
p { color: rgb(207,70,133); }
H1.HeaderClassName
{
color: #CF4685;
}
.AnyTagClassName
{
color: #CF4685;
}
</style>
background-color css
<style>
a { background-color: #CF4685; }
a { background-color: rgb(207,70,133); }
div.DivClassName
{
background-color: #CF4685;
}
.BgClassName
{
background-color: #CF4685;
}
</style>
border-color css
<style>
span { border-color: #CF4685; }
span { border-color: rgb(207,70,133); }
td.TdClassName
{
border-color: #CF4685;
}
.TagClassName
{
border-color: #CF4685;
}
</style>