Shades of Mulberry #CF57A3
Tints of Mulberry #CF57A3
RGB
CMYK
RGB Variations
Color information
#CF57A3 (or 0xCF57A3) is known color: Mulberry. HEX triplet: CF, 57 and A3. RGB value is (207,87,163). Sum of RGB (Red+Green+Blue) = 207+87+163=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF57A3 is #30A85C. Grayscale: #838383. Windows color (decimal): -3188829 or 10704847. OLE color: 10704847.
HSL color Cylindrical-coordinate representation of color #CF57A3: hue angle of 322º 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 #CF57A3 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 163 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.19 |
| HSL | 322º | 0.56% | 0.58% | - |
| HSV(B) | 322º | 0.58% | 0.81% | - |
| XYZ | 35.75 | 22.73 | 37.15 | - |
| YUV | 131.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 163 | 0 | 0.58 | 0.21 | 0.19 | 322 | 0.56 | 0.58 |
| Hex | CF | 57 | A3 | 0 | 3A | 15 | 13 | 142 | 38 | 3A |
| Octal | 317 | 127 | 243 | 0 | 72 | 25 | 23 | 502 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10100011 | 0 | 111010 | 10101 | 10011 | 101000010 | 111000 | 111010 |
Color Harmonies of #CF57A3
Complementary color
Monochromatic Colors of #CF57A3
Black with #CF57A3
Text Example
Text Example
White with #CF57A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57A3; }
p { color: rgb(207,87,163); }
H1.HeaderClassName
{
color: #CF57A3;
}
.AnyTagClassName
{
color: #CF57A3;
}
</style>
background-color css
<style>
a { background-color: #CF57A3; }
a { background-color: rgb(207,87,163); }
div.DivClassName
{
background-color: #CF57A3;
}
.BgClassName
{
background-color: #CF57A3;
}
</style>
border-color css
<style>
span { border-color: #CF57A3; }
span { border-color: rgb(207,87,163); }
td.TdClassName
{
border-color: #CF57A3;
}
.TagClassName
{
border-color: #CF57A3;
}
</style>