Shades of Mulberry #CF3BA6
Tints of Mulberry #CF3BA6
RGB
CMYK
RGB Variations
Color information
#CF3BA6 (or 0xCF3BA6) is known color: Mulberry. HEX triplet: CF, 3B and A6. RGB value is (207,59,166). Sum of RGB (Red+Green+Blue) = 207+59+166=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3BA6 is #30C459. Grayscale: #737373. Windows color (decimal): -3195994 or 10894287. OLE color: 10894287.
HSL color Cylindrical-coordinate representation of color #CF3BA6: hue angle of 316.62º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3BA6 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 166 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.19 |
| HSL | 316.62º | 0.61% | 0.52% | - |
| HSV(B) | 316.62º | 0.71% | 0.81% | - |
| XYZ | 34.18 | 19.15 | 37.97 | - |
| YUV | 115.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 166 | 0 | 0.71 | 0.20 | 0.19 | 316.62 | 0.61 | 0.52 |
| Hex | CF | 3B | A6 | 0 | 47 | 14 | 13 | 13D | 3D | 34 |
| Octal | 317 | 73 | 246 | 0 | 107 | 24 | 23 | 475 | 75 | 64 |
| Binary | 11001111 | 111011 | 10100110 | 0 | 1000111 | 10100 | 10011 | 100111101 | 111101 | 110100 |
Color Harmonies of #CF3BA6
Complementary color
Monochromatic Colors of #CF3BA6
Black with #CF3BA6
Text Example
Text Example
White with #CF3BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BA6; }
p { color: rgb(207,59,166); }
H1.HeaderClassName
{
color: #CF3BA6;
}
.AnyTagClassName
{
color: #CF3BA6;
}
</style>
background-color css
<style>
a { background-color: #CF3BA6; }
a { background-color: rgb(207,59,166); }
div.DivClassName
{
background-color: #CF3BA6;
}
.BgClassName
{
background-color: #CF3BA6;
}
</style>
border-color css
<style>
span { border-color: #CF3BA6; }
span { border-color: rgb(207,59,166); }
td.TdClassName
{
border-color: #CF3BA6;
}
.TagClassName
{
border-color: #CF3BA6;
}
</style>