Shades of Mulberry #CF41A8
Tints of Mulberry #CF41A8
RGB
CMYK
RGB Variations
Color information
#CF41A8 (or 0xCF41A8) is known color: Mulberry. HEX triplet: CF, 41 and A8. RGB value is (207,65,168). Sum of RGB (Red+Green+Blue) = 207+65+168=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41A8 is #30BE57. Grayscale: #767676. Windows color (decimal): -3194456 or 11026895. OLE color: 11026895.
HSL color Cylindrical-coordinate representation of color #CF41A8: hue angle of 316.48º 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 #CF41A8 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 168 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.19 |
| HSL | 316.48º | 0.6% | 0.53% | - |
| HSV(B) | 316.48º | 0.69% | 0.81% | - |
| XYZ | 34.69 | 19.87 | 39.05 | - |
| YUV | 119.2 | 155.54 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 168 | 0 | 0.69 | 0.19 | 0.19 | 316.48 | 0.6 | 0.53 |
| Hex | CF | 41 | A8 | 0 | 45 | 13 | 13 | 13C | 3C | 35 |
| Octal | 317 | 101 | 250 | 0 | 105 | 23 | 23 | 474 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10101000 | 0 | 1000101 | 10011 | 10011 | 100111100 | 111100 | 110101 |
Color Harmonies of #CF41A8
Complementary color
Monochromatic Colors of #CF41A8
Black with #CF41A8
Text Example
Text Example
White with #CF41A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41A8; }
p { color: rgb(207,65,168); }
H1.HeaderClassName
{
color: #CF41A8;
}
.AnyTagClassName
{
color: #CF41A8;
}
</style>
background-color css
<style>
a { background-color: #CF41A8; }
a { background-color: rgb(207,65,168); }
div.DivClassName
{
background-color: #CF41A8;
}
.BgClassName
{
background-color: #CF41A8;
}
</style>
border-color css
<style>
span { border-color: #CF41A8; }
span { border-color: rgb(207,65,168); }
td.TdClassName
{
border-color: #CF41A8;
}
.TagClassName
{
border-color: #CF41A8;
}
</style>