Shades of Mulberry #CF56A4
Tints of Mulberry #CF56A4
RGB
CMYK
RGB Variations
Color information
#CF56A4 (or 0xCF56A4) is known color: Mulberry. HEX triplet: CF, 56 and A4. RGB value is (207,86,164). Sum of RGB (Red+Green+Blue) = 207+86+164=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF56A4 is #30A95B. Grayscale: #828282. Windows color (decimal): -3189084 or 10770127. OLE color: 10770127.
HSL color Cylindrical-coordinate representation of color #CF56A4: hue angle of 321.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF56A4 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 164 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.19 |
| HSL | 321.32º | 0.56% | 0.57% | - |
| HSV(B) | 321.32º | 0.58% | 0.81% | - |
| XYZ | 35.76 | 22.6 | 37.6 | - |
| YUV | 131.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 164 | 0 | 0.58 | 0.21 | 0.19 | 321.32 | 0.56 | 0.57 |
| Hex | CF | 56 | A4 | 0 | 3A | 15 | 13 | 141 | 38 | 39 |
| Octal | 317 | 126 | 244 | 0 | 72 | 25 | 23 | 501 | 70 | 71 |
| Binary | 11001111 | 1010110 | 10100100 | 0 | 111010 | 10101 | 10011 | 101000001 | 111000 | 111001 |
Color Harmonies of #CF56A4
Complementary color
Monochromatic Colors of #CF56A4
Black with #CF56A4
Text Example
Text Example
White with #CF56A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56A4; }
p { color: rgb(207,86,164); }
H1.HeaderClassName
{
color: #CF56A4;
}
.AnyTagClassName
{
color: #CF56A4;
}
</style>
background-color css
<style>
a { background-color: #CF56A4; }
a { background-color: rgb(207,86,164); }
div.DivClassName
{
background-color: #CF56A4;
}
.BgClassName
{
background-color: #CF56A4;
}
</style>
border-color css
<style>
span { border-color: #CF56A4; }
span { border-color: rgb(207,86,164); }
td.TdClassName
{
border-color: #CF56A4;
}
.TagClassName
{
border-color: #CF56A4;
}
</style>