Shades of Mulberry #CF55A5
Tints of Mulberry #CF55A5
RGB
CMYK
RGB Variations
Color information
#CF55A5 (or 0xCF55A5) is known color: Mulberry. HEX triplet: CF, 55 and A5. RGB value is (207,85,165). Sum of RGB (Red+Green+Blue) = 207+85+165=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF55A5 is #30AA5A. Grayscale: #828282. Windows color (decimal): -3189339 or 10835407. OLE color: 10835407.
HSL color Cylindrical-coordinate representation of color #CF55A5: hue angle of 320.66º 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 #CF55A5 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 165 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.19 |
| HSL | 320.66º | 0.56% | 0.57% | - |
| HSV(B) | 320.66º | 0.59% | 0.81% | - |
| XYZ | 35.77 | 22.48 | 38.05 | - |
| YUV | 130.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 165 | 0 | 0.59 | 0.20 | 0.19 | 320.66 | 0.56 | 0.57 |
| Hex | CF | 55 | A5 | 0 | 3B | 14 | 13 | 141 | 38 | 39 |
| Octal | 317 | 125 | 245 | 0 | 73 | 24 | 23 | 501 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10100101 | 0 | 111011 | 10100 | 10011 | 101000001 | 111000 | 111001 |
Color Harmonies of #CF55A5
Complementary color
Monochromatic Colors of #CF55A5
Black with #CF55A5
Text Example
Text Example
White with #CF55A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55A5; }
p { color: rgb(207,85,165); }
H1.HeaderClassName
{
color: #CF55A5;
}
.AnyTagClassName
{
color: #CF55A5;
}
</style>
background-color css
<style>
a { background-color: #CF55A5; }
a { background-color: rgb(207,85,165); }
div.DivClassName
{
background-color: #CF55A5;
}
.BgClassName
{
background-color: #CF55A5;
}
</style>
border-color css
<style>
span { border-color: #CF55A5; }
span { border-color: rgb(207,85,165); }
td.TdClassName
{
border-color: #CF55A5;
}
.TagClassName
{
border-color: #CF55A5;
}
</style>