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