Shades of Mulberry #CF41A5
Tints of Mulberry #CF41A5
RGB
CMYK
RGB Variations
Color information
#CF41A5 (or 0xCF41A5) is known color: Mulberry. HEX triplet: CF, 41 and A5. RGB value is (207,65,165). Sum of RGB (Red+Green+Blue) = 207+65+165=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41A5 is #30BE5A. Grayscale: #767676. Windows color (decimal): -3194459 or 10830287. OLE color: 10830287.
HSL color Cylindrical-coordinate representation of color #CF41A5: hue angle of 317.75º 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 #CF41A5 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 165 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.19 |
| HSL | 317.75º | 0.6% | 0.53% | - |
| HSV(B) | 317.75º | 0.69% | 0.81% | - |
| XYZ | 34.41 | 19.76 | 37.6 | - |
| YUV | 118.86 | 154.04 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 165 | 0 | 0.69 | 0.20 | 0.19 | 317.75 | 0.6 | 0.53 |
| Hex | CF | 41 | A5 | 0 | 45 | 14 | 13 | 13E | 3C | 35 |
| Octal | 317 | 101 | 245 | 0 | 105 | 24 | 23 | 476 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10100101 | 0 | 1000101 | 10100 | 10011 | 100111110 | 111100 | 110101 |
Color Harmonies of #CF41A5
Complementary color
Monochromatic Colors of #CF41A5
Black with #CF41A5
Text Example
Text Example
White with #CF41A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41A5; }
p { color: rgb(207,65,165); }
H1.HeaderClassName
{
color: #CF41A5;
}
.AnyTagClassName
{
color: #CF41A5;
}
</style>
background-color css
<style>
a { background-color: #CF41A5; }
a { background-color: rgb(207,65,165); }
div.DivClassName
{
background-color: #CF41A5;
}
.BgClassName
{
background-color: #CF41A5;
}
</style>
border-color css
<style>
span { border-color: #CF41A5; }
span { border-color: rgb(207,65,165); }
td.TdClassName
{
border-color: #CF41A5;
}
.TagClassName
{
border-color: #CF41A5;
}
</style>