Shades of Mulberry #CF41AA
Tints of Mulberry #CF41AA
RGB
CMYK
RGB Variations
Color information
#CF41AA (or 0xCF41AA) is known color: Mulberry. HEX triplet: CF, 41 and AA. RGB value is (207,65,170). Sum of RGB (Red+Green+Blue) = 207+65+170=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41AA is #30BE55. Grayscale: #777777. Windows color (decimal): -3194454 or 11157967. OLE color: 11157967.
HSL color Cylindrical-coordinate representation of color #CF41AA: hue angle of 315.63º 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 #CF41AA is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 170 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.19 |
| HSL | 315.63º | 0.6% | 0.53% | - |
| HSV(B) | 315.63º | 0.69% | 0.81% | - |
| XYZ | 34.88 | 19.95 | 40.04 | - |
| YUV | 119.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 170 | 0 | 0.69 | 0.18 | 0.19 | 315.63 | 0.6 | 0.53 |
| Hex | CF | 41 | AA | 0 | 45 | 12 | 13 | 13C | 3C | 35 |
| Octal | 317 | 101 | 252 | 0 | 105 | 22 | 23 | 474 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10101010 | 0 | 1000101 | 10010 | 10011 | 100111100 | 111100 | 110101 |
Color Harmonies of #CF41AA
Complementary color
Monochromatic Colors of #CF41AA
Black with #CF41AA
Text Example
Text Example
White with #CF41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41AA; }
p { color: rgb(207,65,170); }
H1.HeaderClassName
{
color: #CF41AA;
}
.AnyTagClassName
{
color: #CF41AA;
}
</style>
background-color css
<style>
a { background-color: #CF41AA; }
a { background-color: rgb(207,65,170); }
div.DivClassName
{
background-color: #CF41AA;
}
.BgClassName
{
background-color: #CF41AA;
}
</style>
border-color css
<style>
span { border-color: #CF41AA; }
span { border-color: rgb(207,65,170); }
td.TdClassName
{
border-color: #CF41AA;
}
.TagClassName
{
border-color: #CF41AA;
}
</style>