Shades of Mulberry #CF59A4
Tints of Mulberry #CF59A4
RGB
CMYK
RGB Variations
Color information
#CF59A4 (or 0xCF59A4) is known color: Mulberry. HEX triplet: CF, 59 and A4. RGB value is (207,89,164). Sum of RGB (Red+Green+Blue) = 207+89+164=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF59A4 is #30A65B. Grayscale: #848484. Windows color (decimal): -3188316 or 10770895. OLE color: 10770895.
HSL color Cylindrical-coordinate representation of color #CF59A4: hue angle of 321.86º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF59A4 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 164 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.19 |
| HSL | 321.86º | 0.55% | 0.58% | - |
| HSV(B) | 321.86º | 0.57% | 0.81% | - |
| XYZ | 36.01 | 23.09 | 37.68 | - |
| YUV | 132.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 164 | 0 | 0.57 | 0.21 | 0.19 | 321.86 | 0.55 | 0.58 |
| Hex | CF | 59 | A4 | 0 | 39 | 15 | 13 | 142 | 37 | 3A |
| Octal | 317 | 131 | 244 | 0 | 71 | 25 | 23 | 502 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10100100 | 0 | 111001 | 10101 | 10011 | 101000010 | 110111 | 111010 |
Color Harmonies of #CF59A4
Complementary color
Monochromatic Colors of #CF59A4
Black with #CF59A4
Text Example
Text Example
White with #CF59A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59A4; }
p { color: rgb(207,89,164); }
H1.HeaderClassName
{
color: #CF59A4;
}
.AnyTagClassName
{
color: #CF59A4;
}
</style>
background-color css
<style>
a { background-color: #CF59A4; }
a { background-color: rgb(207,89,164); }
div.DivClassName
{
background-color: #CF59A4;
}
.BgClassName
{
background-color: #CF59A4;
}
</style>
border-color css
<style>
span { border-color: #CF59A4; }
span { border-color: rgb(207,89,164); }
td.TdClassName
{
border-color: #CF59A4;
}
.TagClassName
{
border-color: #CF59A4;
}
</style>