Shades of Mulberry #CF3FAB
Tints of Mulberry #CF3FAB
RGB
CMYK
RGB Variations
Color information
#CF3FAB (or 0xCF3FAB) is known color: Mulberry. HEX triplet: CF, 3F and AB. RGB value is (207,63,171). Sum of RGB (Red+Green+Blue) = 207+63+171=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3FAB is #30C054. Grayscale: #767676. Windows color (decimal): -3194965 or 11222991. OLE color: 11222991.
HSL color Cylindrical-coordinate representation of color #CF3FAB: hue angle of 315º 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 #CF3FAB is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 171 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.19 |
| HSL | 315º | 0.6% | 0.53% | - |
| HSV(B) | 315º | 0.7% | 0.81% | - |
| XYZ | 34.86 | 19.76 | 40.5 | - |
| YUV | 118.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 171 | 0 | 0.70 | 0.17 | 0.19 | 315 | 0.6 | 0.53 |
| Hex | CF | 3F | AB | 0 | 46 | 11 | 13 | 13B | 3C | 35 |
| Octal | 317 | 77 | 253 | 0 | 106 | 21 | 23 | 473 | 74 | 65 |
| Binary | 11001111 | 111111 | 10101011 | 0 | 1000110 | 10001 | 10011 | 100111011 | 111100 | 110101 |
Color Harmonies of #CF3FAB
Complementary color
Monochromatic Colors of #CF3FAB
Black with #CF3FAB
Text Example
Text Example
White with #CF3FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FAB; }
p { color: rgb(207,63,171); }
H1.HeaderClassName
{
color: #CF3FAB;
}
.AnyTagClassName
{
color: #CF3FAB;
}
</style>
background-color css
<style>
a { background-color: #CF3FAB; }
a { background-color: rgb(207,63,171); }
div.DivClassName
{
background-color: #CF3FAB;
}
.BgClassName
{
background-color: #CF3FAB;
}
</style>
border-color css
<style>
span { border-color: #CF3FAB; }
span { border-color: rgb(207,63,171); }
td.TdClassName
{
border-color: #CF3FAB;
}
.TagClassName
{
border-color: #CF3FAB;
}
</style>