Shades of Mulberry #CF41AB
Tints of Mulberry #CF41AB
RGB
CMYK
RGB Variations
Color information
#CF41AB (or 0xCF41AB) is known color: Mulberry. HEX triplet: CF, 41 and AB. RGB value is (207,65,171). Sum of RGB (Red+Green+Blue) = 207+65+171=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41AB is #30BE54. Grayscale: #777777. Windows color (decimal): -3194453 or 11223503. OLE color: 11223503.
HSL color Cylindrical-coordinate representation of color #CF41AB: hue angle of 315.21º 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 #CF41AB is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 171 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.19 |
| HSL | 315.21º | 0.6% | 0.53% | - |
| HSV(B) | 315.21º | 0.69% | 0.81% | - |
| XYZ | 34.97 | 19.99 | 40.54 | - |
| YUV | 119.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 171 | 0 | 0.69 | 0.17 | 0.19 | 315.21 | 0.6 | 0.53 |
| Hex | CF | 41 | AB | 0 | 45 | 11 | 13 | 13B | 3C | 35 |
| Octal | 317 | 101 | 253 | 0 | 105 | 21 | 23 | 473 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10101011 | 0 | 1000101 | 10001 | 10011 | 100111011 | 111100 | 110101 |
Color Harmonies of #CF41AB
Complementary color
Monochromatic Colors of #CF41AB
Black with #CF41AB
Text Example
Text Example
White with #CF41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41AB; }
p { color: rgb(207,65,171); }
H1.HeaderClassName
{
color: #CF41AB;
}
.AnyTagClassName
{
color: #CF41AB;
}
</style>
background-color css
<style>
a { background-color: #CF41AB; }
a { background-color: rgb(207,65,171); }
div.DivClassName
{
background-color: #CF41AB;
}
.BgClassName
{
background-color: #CF41AB;
}
</style>
border-color css
<style>
span { border-color: #CF41AB; }
span { border-color: rgb(207,65,171); }
td.TdClassName
{
border-color: #CF41AB;
}
.TagClassName
{
border-color: #CF41AB;
}
</style>