Shades of Mulberry #CF4AA0
Tints of Mulberry #CF4AA0
RGB
CMYK
RGB Variations
Color information
#CF4AA0 (or 0xCF4AA0) is known color: Mulberry. HEX triplet: CF, 4A and A0. RGB value is (207,74,160). Sum of RGB (Red+Green+Blue) = 207+74+160=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4AA0 is #30B55F. Grayscale: #7B7B7B. Windows color (decimal): -3192160 or 10504911. OLE color: 10504911.
HSL color Cylindrical-coordinate representation of color #CF4AA0: hue angle of 321.2º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4AA0 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 160 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.19 |
| HSL | 321.2º | 0.58% | 0.55% | - |
| HSV(B) | 321.2º | 0.64% | 0.81% | - |
| XYZ | 34.53 | 20.7 | 35.43 | - |
| YUV | 123.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 160 | 0 | 0.64 | 0.23 | 0.19 | 321.2 | 0.58 | 0.55 |
| Hex | CF | 4A | A0 | 0 | 40 | 17 | 13 | 141 | 3A | 37 |
| Octal | 317 | 112 | 240 | 0 | 100 | 27 | 23 | 501 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10100000 | 0 | 1000000 | 10111 | 10011 | 101000001 | 111010 | 110111 |
Color Harmonies of #CF4AA0
Complementary color
Monochromatic Colors of #CF4AA0
Black with #CF4AA0
Text Example
Text Example
White with #CF4AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AA0; }
p { color: rgb(207,74,160); }
H1.HeaderClassName
{
color: #CF4AA0;
}
.AnyTagClassName
{
color: #CF4AA0;
}
</style>
background-color css
<style>
a { background-color: #CF4AA0; }
a { background-color: rgb(207,74,160); }
div.DivClassName
{
background-color: #CF4AA0;
}
.BgClassName
{
background-color: #CF4AA0;
}
</style>
border-color css
<style>
span { border-color: #CF4AA0; }
span { border-color: rgb(207,74,160); }
td.TdClassName
{
border-color: #CF4AA0;
}
.TagClassName
{
border-color: #CF4AA0;
}
</style>