Shades of Mulberry #CF55A0
Tints of Mulberry #CF55A0
RGB
CMYK
RGB Variations
Color information
#CF55A0 (or 0xCF55A0) is known color: Mulberry. HEX triplet: CF, 55 and A0. RGB value is (207,85,160). Sum of RGB (Red+Green+Blue) = 207+85+160=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF55A0 is #30AA5F. Grayscale: #818181. Windows color (decimal): -3189344 or 10507727. OLE color: 10507727.
HSL color Cylindrical-coordinate representation of color #CF55A0: hue angle of 323.11º 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 #CF55A0 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 160 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.19 |
| HSL | 323.11º | 0.56% | 0.57% | - |
| HSV(B) | 323.11º | 0.59% | 0.81% | - |
| XYZ | 35.33 | 22.3 | 35.7 | - |
| YUV | 130.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 160 | 0 | 0.59 | 0.23 | 0.19 | 323.11 | 0.56 | 0.57 |
| Hex | CF | 55 | A0 | 0 | 3B | 17 | 13 | 143 | 38 | 39 |
| Octal | 317 | 125 | 240 | 0 | 73 | 27 | 23 | 503 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10100000 | 0 | 111011 | 10111 | 10011 | 101000011 | 111000 | 111001 |
Color Harmonies of #CF55A0
Complementary color
Monochromatic Colors of #CF55A0
Black with #CF55A0
Text Example
Text Example
White with #CF55A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55A0; }
p { color: rgb(207,85,160); }
H1.HeaderClassName
{
color: #CF55A0;
}
.AnyTagClassName
{
color: #CF55A0;
}
</style>
background-color css
<style>
a { background-color: #CF55A0; }
a { background-color: rgb(207,85,160); }
div.DivClassName
{
background-color: #CF55A0;
}
.BgClassName
{
background-color: #CF55A0;
}
</style>
border-color css
<style>
span { border-color: #CF55A0; }
span { border-color: rgb(207,85,160); }
td.TdClassName
{
border-color: #CF55A0;
}
.TagClassName
{
border-color: #CF55A0;
}
</style>