Shades of Mulberry #CF41A7
Tints of Mulberry #CF41A7
RGB
CMYK
RGB Variations
Color information
#CF41A7 (or 0xCF41A7) is known color: Mulberry. HEX triplet: CF, 41 and A7. RGB value is (207,65,167). Sum of RGB (Red+Green+Blue) = 207+65+167=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41A7 is #30BE58. Grayscale: #767676. Windows color (decimal): -3194457 or 10961359. OLE color: 10961359.
HSL color Cylindrical-coordinate representation of color #CF41A7: hue angle of 316.9º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF41A7 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 167 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.19 |
| HSL | 316.9º | 0.6% | 0.53% | - |
| HSV(B) | 316.9º | 0.69% | 0.81% | - |
| XYZ | 34.6 | 19.84 | 38.56 | - |
| YUV | 119.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 167 | 0 | 0.69 | 0.19 | 0.19 | 316.9 | 0.6 | 0.53 |
| Hex | CF | 41 | A7 | 0 | 45 | 13 | 13 | 13D | 3C | 35 |
| Octal | 317 | 101 | 247 | 0 | 105 | 23 | 23 | 475 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10100111 | 0 | 1000101 | 10011 | 10011 | 100111101 | 111100 | 110101 |
Color Harmonies of #CF41A7
Complementary color
Monochromatic Colors of #CF41A7
Black with #CF41A7
Text Example
Text Example
White with #CF41A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41A7; }
p { color: rgb(207,65,167); }
H1.HeaderClassName
{
color: #CF41A7;
}
.AnyTagClassName
{
color: #CF41A7;
}
</style>
background-color css
<style>
a { background-color: #CF41A7; }
a { background-color: rgb(207,65,167); }
div.DivClassName
{
background-color: #CF41A7;
}
.BgClassName
{
background-color: #CF41A7;
}
</style>
border-color css
<style>
span { border-color: #CF41A7; }
span { border-color: rgb(207,65,167); }
td.TdClassName
{
border-color: #CF41A7;
}
.TagClassName
{
border-color: #CF41A7;
}
</style>