Shades of Mulberry #CF57A0
Tints of Mulberry #CF57A0
RGB
CMYK
RGB Variations
Color information
#CF57A0 (or 0xCF57A0) is known color: Mulberry. HEX triplet: CF, 57 and A0. RGB value is (207,87,160). Sum of RGB (Red+Green+Blue) = 207+87+160=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF57A0 is #30A85F. Grayscale: #838383. Windows color (decimal): -3188832 or 10508239. OLE color: 10508239.
HSL color Cylindrical-coordinate representation of color #CF57A0: hue angle of 323.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF57A0 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 160 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.19 |
| HSL | 323.5º | 0.56% | 0.58% | - |
| HSV(B) | 323.5º | 0.58% | 0.81% | - |
| XYZ | 35.49 | 22.62 | 35.75 | - |
| YUV | 131.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 160 | 0 | 0.58 | 0.23 | 0.19 | 323.5 | 0.56 | 0.58 |
| Hex | CF | 57 | A0 | 0 | 3A | 17 | 13 | 144 | 38 | 3A |
| Octal | 317 | 127 | 240 | 0 | 72 | 27 | 23 | 504 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10100000 | 0 | 111010 | 10111 | 10011 | 101000100 | 111000 | 111010 |
Color Harmonies of #CF57A0
Complementary color
Monochromatic Colors of #CF57A0
Black with #CF57A0
Text Example
Text Example
White with #CF57A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57A0; }
p { color: rgb(207,87,160); }
H1.HeaderClassName
{
color: #CF57A0;
}
.AnyTagClassName
{
color: #CF57A0;
}
</style>
background-color css
<style>
a { background-color: #CF57A0; }
a { background-color: rgb(207,87,160); }
div.DivClassName
{
background-color: #CF57A0;
}
.BgClassName
{
background-color: #CF57A0;
}
</style>
border-color css
<style>
span { border-color: #CF57A0; }
span { border-color: rgb(207,87,160); }
td.TdClassName
{
border-color: #CF57A0;
}
.TagClassName
{
border-color: #CF57A0;
}
</style>