Shades of Mulberry #CF4882
Tints of Mulberry #CF4882
RGB
CMYK
RGB Variations
Color information
#CF4882 (or 0xCF4882) is known color: Mulberry. HEX triplet: CF, 48 and 82. RGB value is (207,72,130). Sum of RGB (Red+Green+Blue) = 207+72+130=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4882 is #30B77D. Grayscale: #767676. Windows color (decimal): -3192702 or 8538319. OLE color: 8538319.
HSL color Cylindrical-coordinate representation of color #CF4882: hue angle of 334.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4882 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 130 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.19 |
| HSL | 334.22º | 0.58% | 0.55% | - |
| HSV(B) | 334.22º | 0.65% | 0.81% | - |
| XYZ | 32.08 | 19.51 | 23.19 | - |
| YUV | 118.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 130 | 0 | 0.65 | 0.37 | 0.19 | 334.22 | 0.58 | 0.55 |
| Hex | CF | 48 | 82 | 0 | 41 | 25 | 13 | 14E | 3A | 37 |
| Octal | 317 | 110 | 202 | 0 | 101 | 45 | 23 | 516 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10000010 | 0 | 1000001 | 100101 | 10011 | 101001110 | 111010 | 110111 |
Color Harmonies of #CF4882
Complementary color
Monochromatic Colors of #CF4882
Black with #CF4882
Text Example
Text Example
White with #CF4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4882; }
p { color: rgb(207,72,130); }
H1.HeaderClassName
{
color: #CF4882;
}
.AnyTagClassName
{
color: #CF4882;
}
</style>
background-color css
<style>
a { background-color: #CF4882; }
a { background-color: rgb(207,72,130); }
div.DivClassName
{
background-color: #CF4882;
}
.BgClassName
{
background-color: #CF4882;
}
</style>
border-color css
<style>
span { border-color: #CF4882; }
span { border-color: rgb(207,72,130); }
td.TdClassName
{
border-color: #CF4882;
}
.TagClassName
{
border-color: #CF4882;
}
</style>