Shades of Mulberry #CF3BA7
Tints of Mulberry #CF3BA7
RGB
CMYK
RGB Variations
Color information
#CF3BA7 (or 0xCF3BA7) is known color: Mulberry. HEX triplet: CF, 3B and A7. RGB value is (207,59,167). Sum of RGB (Red+Green+Blue) = 207+59+167=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3BA7 is #30C458. Grayscale: #737373. Windows color (decimal): -3195993 or 10959823. OLE color: 10959823.
HSL color Cylindrical-coordinate representation of color #CF3BA7: hue angle of 316.22º 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 #CF3BA7 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 167 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.19 |
| HSL | 316.22º | 0.61% | 0.52% | - |
| HSV(B) | 316.22º | 0.71% | 0.81% | - |
| XYZ | 34.27 | 19.18 | 38.46 | - |
| YUV | 115.56 | 157.03 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 167 | 0 | 0.71 | 0.19 | 0.19 | 316.22 | 0.61 | 0.52 |
| Hex | CF | 3B | A7 | 0 | 47 | 13 | 13 | 13C | 3D | 34 |
| Octal | 317 | 73 | 247 | 0 | 107 | 23 | 23 | 474 | 75 | 64 |
| Binary | 11001111 | 111011 | 10100111 | 0 | 1000111 | 10011 | 10011 | 100111100 | 111101 | 110100 |
Color Harmonies of #CF3BA7
Complementary color
Monochromatic Colors of #CF3BA7
Black with #CF3BA7
Text Example
Text Example
White with #CF3BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BA7; }
p { color: rgb(207,59,167); }
H1.HeaderClassName
{
color: #CF3BA7;
}
.AnyTagClassName
{
color: #CF3BA7;
}
</style>
background-color css
<style>
a { background-color: #CF3BA7; }
a { background-color: rgb(207,59,167); }
div.DivClassName
{
background-color: #CF3BA7;
}
.BgClassName
{
background-color: #CF3BA7;
}
</style>
border-color css
<style>
span { border-color: #CF3BA7; }
span { border-color: rgb(207,59,167); }
td.TdClassName
{
border-color: #CF3BA7;
}
.TagClassName
{
border-color: #CF3BA7;
}
</style>