Shades of Mulberry #CF41A6
Tints of Mulberry #CF41A6
RGB
CMYK
RGB Variations
Color information
#CF41A6 (or 0xCF41A6) is known color: Mulberry. HEX triplet: CF, 41 and A6. RGB value is (207,65,166). Sum of RGB (Red+Green+Blue) = 207+65+166=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41A6 is #30BE59. Grayscale: #767676. Windows color (decimal): -3194458 or 10895823. OLE color: 10895823.
HSL color Cylindrical-coordinate representation of color #CF41A6: hue angle of 317.32º 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 #CF41A6 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 166 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.19 |
| HSL | 317.32º | 0.6% | 0.53% | - |
| HSV(B) | 317.32º | 0.69% | 0.81% | - |
| XYZ | 34.51 | 19.8 | 38.08 | - |
| YUV | 118.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 166 | 0 | 0.69 | 0.20 | 0.19 | 317.32 | 0.6 | 0.53 |
| Hex | CF | 41 | A6 | 0 | 45 | 14 | 13 | 13D | 3C | 35 |
| Octal | 317 | 101 | 246 | 0 | 105 | 24 | 23 | 475 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10100110 | 0 | 1000101 | 10100 | 10011 | 100111101 | 111100 | 110101 |
Color Harmonies of #CF41A6
Complementary color
Monochromatic Colors of #CF41A6
Black with #CF41A6
Text Example
Text Example
White with #CF41A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41A6; }
p { color: rgb(207,65,166); }
H1.HeaderClassName
{
color: #CF41A6;
}
.AnyTagClassName
{
color: #CF41A6;
}
</style>
background-color css
<style>
a { background-color: #CF41A6; }
a { background-color: rgb(207,65,166); }
div.DivClassName
{
background-color: #CF41A6;
}
.BgClassName
{
background-color: #CF41A6;
}
</style>
border-color css
<style>
span { border-color: #CF41A6; }
span { border-color: rgb(207,65,166); }
td.TdClassName
{
border-color: #CF41A6;
}
.TagClassName
{
border-color: #CF41A6;
}
</style>