Shades of Mulberry #CF42AA
Tints of Mulberry #CF42AA
RGB
CMYK
RGB Variations
Color information
#CF42AA (or 0xCF42AA) is known color: Mulberry. HEX triplet: CF, 42 and AA. RGB value is (207,66,170). Sum of RGB (Red+Green+Blue) = 207+66+170=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF42AA is #30BD55. Grayscale: #777777. Windows color (decimal): -3194198 or 11158223. OLE color: 11158223.
HSL color Cylindrical-coordinate representation of color #CF42AA: hue angle of 315.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF42AA is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 170 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.19 |
| HSL | 315.74º | 0.59% | 0.54% | - |
| HSV(B) | 315.74º | 0.68% | 0.81% | - |
| XYZ | 34.94 | 20.06 | 40.06 | - |
| YUV | 120.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 170 | 0 | 0.68 | 0.18 | 0.19 | 315.74 | 0.59 | 0.54 |
| Hex | CF | 42 | AA | 0 | 44 | 12 | 13 | 13C | 3B | 36 |
| Octal | 317 | 102 | 252 | 0 | 104 | 22 | 23 | 474 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10101010 | 0 | 1000100 | 10010 | 10011 | 100111100 | 111011 | 110110 |
Color Harmonies of #CF42AA
Complementary color
Monochromatic Colors of #CF42AA
Black with #CF42AA
Text Example
Text Example
White with #CF42AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42AA; }
p { color: rgb(207,66,170); }
H1.HeaderClassName
{
color: #CF42AA;
}
.AnyTagClassName
{
color: #CF42AA;
}
</style>
background-color css
<style>
a { background-color: #CF42AA; }
a { background-color: rgb(207,66,170); }
div.DivClassName
{
background-color: #CF42AA;
}
.BgClassName
{
background-color: #CF42AA;
}
</style>
border-color css
<style>
span { border-color: #CF42AA; }
span { border-color: rgb(207,66,170); }
td.TdClassName
{
border-color: #CF42AA;
}
.TagClassName
{
border-color: #CF42AA;
}
</style>