Shades of Mulberry #CF57A7
Tints of Mulberry #CF57A7
RGB
CMYK
RGB Variations
Color information
#CF57A7 (or 0xCF57A7) is known color: Mulberry. HEX triplet: CF, 57 and A7. RGB value is (207,87,167). Sum of RGB (Red+Green+Blue) = 207+87+167=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF57A7 is #30A858. Grayscale: #838383. Windows color (decimal): -3188825 or 10966991. OLE color: 10966991.
HSL color Cylindrical-coordinate representation of color #CF57A7: hue angle of 320º 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 #CF57A7 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 167 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.19 |
| HSL | 320º | 0.56% | 0.58% | - |
| HSV(B) | 320º | 0.58% | 0.81% | - |
| XYZ | 36.12 | 22.87 | 39.07 | - |
| YUV | 132 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 167 | 0 | 0.58 | 0.19 | 0.19 | 320 | 0.56 | 0.58 |
| Hex | CF | 57 | A7 | 0 | 3A | 13 | 13 | 140 | 38 | 3A |
| Octal | 317 | 127 | 247 | 0 | 72 | 23 | 23 | 500 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10100111 | 0 | 111010 | 10011 | 10011 | 101000000 | 111000 | 111010 |
Color Harmonies of #CF57A7
Complementary color
Monochromatic Colors of #CF57A7
Black with #CF57A7
Text Example
Text Example
White with #CF57A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57A7; }
p { color: rgb(207,87,167); }
H1.HeaderClassName
{
color: #CF57A7;
}
.AnyTagClassName
{
color: #CF57A7;
}
</style>
background-color css
<style>
a { background-color: #CF57A7; }
a { background-color: rgb(207,87,167); }
div.DivClassName
{
background-color: #CF57A7;
}
.BgClassName
{
background-color: #CF57A7;
}
</style>
border-color css
<style>
span { border-color: #CF57A7; }
span { border-color: rgb(207,87,167); }
td.TdClassName
{
border-color: #CF57A7;
}
.TagClassName
{
border-color: #CF57A7;
}
</style>