Shades of Mulberry #CF3F8D
Tints of Mulberry #CF3F8D
RGB
CMYK
RGB Variations
Color information
#CF3F8D (or 0xCF3F8D) is known color: Mulberry. HEX triplet: CF, 3F and 8D. RGB value is (207,63,141). Sum of RGB (Red+Green+Blue) = 207+63+141=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3F8D is #30C072. Grayscale: #727272. Windows color (decimal): -3194995 or 9256911. OLE color: 9256911.
HSL color Cylindrical-coordinate representation of color #CF3F8D: hue angle of 327.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3F8D is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 141 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.19 |
| HSL | 327.5º | 0.6% | 0.53% | - |
| HSV(B) | 327.5º | 0.7% | 0.81% | - |
| XYZ | 32.32 | 18.74 | 27.11 | - |
| YUV | 114.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 141 | 0 | 0.70 | 0.32 | 0.19 | 327.5 | 0.6 | 0.53 |
| Hex | CF | 3F | 8D | 0 | 46 | 20 | 13 | 148 | 3C | 35 |
| Octal | 317 | 77 | 215 | 0 | 106 | 40 | 23 | 510 | 74 | 65 |
| Binary | 11001111 | 111111 | 10001101 | 0 | 1000110 | 100000 | 10011 | 101001000 | 111100 | 110101 |
Color Harmonies of #CF3F8D
Complementary color
Monochromatic Colors of #CF3F8D
Black with #CF3F8D
Text Example
Text Example
White with #CF3F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F8D; }
p { color: rgb(207,63,141); }
H1.HeaderClassName
{
color: #CF3F8D;
}
.AnyTagClassName
{
color: #CF3F8D;
}
</style>
background-color css
<style>
a { background-color: #CF3F8D; }
a { background-color: rgb(207,63,141); }
div.DivClassName
{
background-color: #CF3F8D;
}
.BgClassName
{
background-color: #CF3F8D;
}
</style>
border-color css
<style>
span { border-color: #CF3F8D; }
span { border-color: rgb(207,63,141); }
td.TdClassName
{
border-color: #CF3F8D;
}
.TagClassName
{
border-color: #CF3F8D;
}
</style>