Shades of Mulberry #CF4186
Tints of Mulberry #CF4186
RGB
CMYK
RGB Variations
Color information
#CF4186 (or 0xCF4186) is known color: Mulberry. HEX triplet: CF, 41 and 86. RGB value is (207,65,134). Sum of RGB (Red+Green+Blue) = 207+65+134=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4186 is #30BE79. Grayscale: #737373. Windows color (decimal): -3194490 or 8798671. OLE color: 8798671.
HSL color Cylindrical-coordinate representation of color #CF4186: hue angle of 330.85º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4186 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 134 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.19 |
| HSL | 330.85º | 0.6% | 0.53% | - |
| HSV(B) | 330.85º | 0.69% | 0.81% | - |
| XYZ | 31.93 | 18.77 | 24.49 | - |
| YUV | 115.32 | 138.54 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 134 | 0 | 0.69 | 0.35 | 0.19 | 330.85 | 0.6 | 0.53 |
| Hex | CF | 41 | 86 | 0 | 45 | 23 | 13 | 14B | 3C | 35 |
| Octal | 317 | 101 | 206 | 0 | 105 | 43 | 23 | 513 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10000110 | 0 | 1000101 | 100011 | 10011 | 101001011 | 111100 | 110101 |
Color Harmonies of #CF4186
Complementary color
Monochromatic Colors of #CF4186
Black with #CF4186
Text Example
Text Example
White with #CF4186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4186; }
p { color: rgb(207,65,134); }
H1.HeaderClassName
{
color: #CF4186;
}
.AnyTagClassName
{
color: #CF4186;
}
</style>
background-color css
<style>
a { background-color: #CF4186; }
a { background-color: rgb(207,65,134); }
div.DivClassName
{
background-color: #CF4186;
}
.BgClassName
{
background-color: #CF4186;
}
</style>
border-color css
<style>
span { border-color: #CF4186; }
span { border-color: rgb(207,65,134); }
td.TdClassName
{
border-color: #CF4186;
}
.TagClassName
{
border-color: #CF4186;
}
</style>