Shades of Mulberry #CF4482
Tints of Mulberry #CF4482
RGB
CMYK
RGB Variations
Color information
#CF4482 (or 0xCF4482) is known color: Mulberry. HEX triplet: CF, 44 and 82. RGB value is (207,68,130). Sum of RGB (Red+Green+Blue) = 207+68+130=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4482 is #30BB7D. Grayscale: #747474. Windows color (decimal): -3193726 or 8537295. OLE color: 8537295.
HSL color Cylindrical-coordinate representation of color #CF4482: hue angle of 333.24º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4482 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 130 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.19 |
| HSL | 333.24º | 0.59% | 0.54% | - |
| HSV(B) | 333.24º | 0.67% | 0.81% | - |
| XYZ | 31.83 | 19.01 | 23.11 | - |
| YUV | 116.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 130 | 0 | 0.67 | 0.37 | 0.19 | 333.24 | 0.59 | 0.54 |
| Hex | CF | 44 | 82 | 0 | 43 | 25 | 13 | 14D | 3B | 36 |
| Octal | 317 | 104 | 202 | 0 | 103 | 45 | 23 | 515 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10000010 | 0 | 1000011 | 100101 | 10011 | 101001101 | 111011 | 110110 |
Color Harmonies of #CF4482
Complementary color
Monochromatic Colors of #CF4482
Black with #CF4482
Text Example
Text Example
White with #CF4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4482; }
p { color: rgb(207,68,130); }
H1.HeaderClassName
{
color: #CF4482;
}
.AnyTagClassName
{
color: #CF4482;
}
</style>
background-color css
<style>
a { background-color: #CF4482; }
a { background-color: rgb(207,68,130); }
div.DivClassName
{
background-color: #CF4482;
}
.BgClassName
{
background-color: #CF4482;
}
</style>
border-color css
<style>
span { border-color: #CF4482; }
span { border-color: rgb(207,68,130); }
td.TdClassName
{
border-color: #CF4482;
}
.TagClassName
{
border-color: #CF4482;
}
</style>