Shades of Mulberry #CF559A
Tints of Mulberry #CF559A
RGB
CMYK
RGB Variations
Color information
#CF559A (or 0xCF559A) is known color: Mulberry. HEX triplet: CF, 55 and 9A. RGB value is (207,85,154). Sum of RGB (Red+Green+Blue) = 207+85+154=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF559A is #30AA65. Grayscale: #818181. Windows color (decimal): -3189350 or 10114511. OLE color: 10114511.
HSL color Cylindrical-coordinate representation of color #CF559A: hue angle of 326.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF559A is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 154 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.19 |
| HSL | 326.07º | 0.56% | 0.57% | - |
| HSV(B) | 326.07º | 0.59% | 0.81% | - |
| XYZ | 34.81 | 22.1 | 33 | - |
| YUV | 129.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 154 | 0 | 0.59 | 0.26 | 0.19 | 326.07 | 0.56 | 0.57 |
| Hex | CF | 55 | 9A | 0 | 3B | 1A | 13 | 146 | 38 | 39 |
| Octal | 317 | 125 | 232 | 0 | 73 | 32 | 23 | 506 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10011010 | 0 | 111011 | 11010 | 10011 | 101000110 | 111000 | 111001 |
Color Harmonies of #CF559A
Complementary color
Monochromatic Colors of #CF559A
Black with #CF559A
Text Example
Text Example
White with #CF559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF559A; }
p { color: rgb(207,85,154); }
H1.HeaderClassName
{
color: #CF559A;
}
.AnyTagClassName
{
color: #CF559A;
}
</style>
background-color css
<style>
a { background-color: #CF559A; }
a { background-color: rgb(207,85,154); }
div.DivClassName
{
background-color: #CF559A;
}
.BgClassName
{
background-color: #CF559A;
}
</style>
border-color css
<style>
span { border-color: #CF559A; }
span { border-color: rgb(207,85,154); }
td.TdClassName
{
border-color: #CF559A;
}
.TagClassName
{
border-color: #CF559A;
}
</style>