Shades of Mulberry #CF4982
Tints of Mulberry #CF4982
RGB
CMYK
RGB Variations
Color information
#CF4982 (or 0xCF4982) is known color: Mulberry. HEX triplet: CF, 49 and 82. RGB value is (207,73,130). Sum of RGB (Red+Green+Blue) = 207+73+130=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4982 is #30B67D. Grayscale: #777777. Windows color (decimal): -3192446 or 8538575. OLE color: 8538575.
HSL color Cylindrical-coordinate representation of color #CF4982: hue angle of 334.48º 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 #CF4982 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 130 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.19 |
| HSL | 334.48º | 0.58% | 0.55% | - |
| HSV(B) | 334.48º | 0.65% | 0.81% | - |
| XYZ | 32.14 | 19.64 | 23.22 | - |
| YUV | 119.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 130 | 0 | 0.65 | 0.37 | 0.19 | 334.48 | 0.58 | 0.55 |
| Hex | CF | 49 | 82 | 0 | 41 | 25 | 13 | 14E | 3A | 37 |
| Octal | 317 | 111 | 202 | 0 | 101 | 45 | 23 | 516 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10000010 | 0 | 1000001 | 100101 | 10011 | 101001110 | 111010 | 110111 |
Color Harmonies of #CF4982
Complementary color
Monochromatic Colors of #CF4982
Black with #CF4982
Text Example
Text Example
White with #CF4982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4982; }
p { color: rgb(207,73,130); }
H1.HeaderClassName
{
color: #CF4982;
}
.AnyTagClassName
{
color: #CF4982;
}
</style>
background-color css
<style>
a { background-color: #CF4982; }
a { background-color: rgb(207,73,130); }
div.DivClassName
{
background-color: #CF4982;
}
.BgClassName
{
background-color: #CF4982;
}
</style>
border-color css
<style>
span { border-color: #CF4982; }
span { border-color: rgb(207,73,130); }
td.TdClassName
{
border-color: #CF4982;
}
.TagClassName
{
border-color: #CF4982;
}
</style>