Shades of Mulberry #CF3F9F
Tints of Mulberry #CF3F9F
RGB
CMYK
RGB Variations
Color information
#CF3F9F (or 0xCF3F9F) is known color: Mulberry. HEX triplet: CF, 3F and 9F. RGB value is (207,63,159). Sum of RGB (Red+Green+Blue) = 207+63+159=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3F9F is #30C060. Grayscale: #747474. Windows color (decimal): -3194977 or 10436559. OLE color: 10436559.
HSL color Cylindrical-coordinate representation of color #CF3F9F: hue angle of 320º 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 #CF3F9F is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 159 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.19 |
| HSL | 320º | 0.6% | 0.53% | - |
| HSV(B) | 320º | 0.7% | 0.81% | - |
| XYZ | 33.77 | 19.32 | 34.75 | - |
| YUV | 117 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 159 | 0 | 0.70 | 0.23 | 0.19 | 320 | 0.6 | 0.53 |
| Hex | CF | 3F | 9F | 0 | 46 | 17 | 13 | 140 | 3C | 35 |
| Octal | 317 | 77 | 237 | 0 | 106 | 27 | 23 | 500 | 74 | 65 |
| Binary | 11001111 | 111111 | 10011111 | 0 | 1000110 | 10111 | 10011 | 101000000 | 111100 | 110101 |
Color Harmonies of #CF3F9F
Complementary color
Monochromatic Colors of #CF3F9F
Black with #CF3F9F
Text Example
Text Example
White with #CF3F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F9F; }
p { color: rgb(207,63,159); }
H1.HeaderClassName
{
color: #CF3F9F;
}
.AnyTagClassName
{
color: #CF3F9F;
}
</style>
background-color css
<style>
a { background-color: #CF3F9F; }
a { background-color: rgb(207,63,159); }
div.DivClassName
{
background-color: #CF3F9F;
}
.BgClassName
{
background-color: #CF3F9F;
}
</style>
border-color css
<style>
span { border-color: #CF3F9F; }
span { border-color: rgb(207,63,159); }
td.TdClassName
{
border-color: #CF3F9F;
}
.TagClassName
{
border-color: #CF3F9F;
}
</style>