Shades of Mulberry #CF44AA
Tints of Mulberry #CF44AA
RGB
CMYK
RGB Variations
Color information
#CF44AA (or 0xCF44AA) is known color: Mulberry. HEX triplet: CF, 44 and AA. RGB value is (207,68,170). Sum of RGB (Red+Green+Blue) = 207+68+170=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF44AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF44AA is #30BB55. Grayscale: #787878. Windows color (decimal): -3193686 or 11158735. OLE color: 11158735.
HSL color Cylindrical-coordinate representation of color #CF44AA: hue angle of 315.97º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF44AA is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 170 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.19 |
| HSL | 315.97º | 0.59% | 0.54% | - |
| HSV(B) | 315.97º | 0.67% | 0.81% | - |
| XYZ | 35.05 | 20.3 | 40.1 | - |
| YUV | 121.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 170 | 0 | 0.67 | 0.18 | 0.19 | 315.97 | 0.59 | 0.54 |
| Hex | CF | 44 | AA | 0 | 43 | 12 | 13 | 13C | 3B | 36 |
| Octal | 317 | 104 | 252 | 0 | 103 | 22 | 23 | 474 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10101010 | 0 | 1000011 | 10010 | 10011 | 100111100 | 111011 | 110110 |
Color Harmonies of #CF44AA
Complementary color
Monochromatic Colors of #CF44AA
Black with #CF44AA
Text Example
Text Example
White with #CF44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44AA; }
p { color: rgb(207,68,170); }
H1.HeaderClassName
{
color: #CF44AA;
}
.AnyTagClassName
{
color: #CF44AA;
}
</style>
background-color css
<style>
a { background-color: #CF44AA; }
a { background-color: rgb(207,68,170); }
div.DivClassName
{
background-color: #CF44AA;
}
.BgClassName
{
background-color: #CF44AA;
}
</style>
border-color css
<style>
span { border-color: #CF44AA; }
span { border-color: rgb(207,68,170); }
td.TdClassName
{
border-color: #CF44AA;
}
.TagClassName
{
border-color: #CF44AA;
}
</style>