Shades of Mulberry #CF559B
Tints of Mulberry #CF559B
RGB
CMYK
RGB Variations
Color information
#CF559B (or 0xCF559B) is known color: Mulberry. HEX triplet: CF, 55 and 9B. RGB value is (207,85,155). Sum of RGB (Red+Green+Blue) = 207+85+155=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF559B is #30AA64. Grayscale: #818181. Windows color (decimal): -3189349 or 10180047. OLE color: 10180047.
HSL color Cylindrical-coordinate representation of color #CF559B: hue angle of 325.57º 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 #CF559B is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 155 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.19 |
| HSL | 325.57º | 0.56% | 0.57% | - |
| HSV(B) | 325.57º | 0.59% | 0.81% | - |
| XYZ | 34.9 | 22.13 | 33.44 | - |
| YUV | 129.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 155 | 0 | 0.59 | 0.25 | 0.19 | 325.57 | 0.56 | 0.57 |
| Hex | CF | 55 | 9B | 0 | 3B | 19 | 13 | 146 | 38 | 39 |
| Octal | 317 | 125 | 233 | 0 | 73 | 31 | 23 | 506 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10011011 | 0 | 111011 | 11001 | 10011 | 101000110 | 111000 | 111001 |
Color Harmonies of #CF559B
Complementary color
Monochromatic Colors of #CF559B
Black with #CF559B
Text Example
Text Example
White with #CF559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF559B; }
p { color: rgb(207,85,155); }
H1.HeaderClassName
{
color: #CF559B;
}
.AnyTagClassName
{
color: #CF559B;
}
</style>
background-color css
<style>
a { background-color: #CF559B; }
a { background-color: rgb(207,85,155); }
div.DivClassName
{
background-color: #CF559B;
}
.BgClassName
{
background-color: #CF559B;
}
</style>
border-color css
<style>
span { border-color: #CF559B; }
span { border-color: rgb(207,85,155); }
td.TdClassName
{
border-color: #CF559B;
}
.TagClassName
{
border-color: #CF559B;
}
</style>