Shades of Mulberry #CF57A6
Tints of Mulberry #CF57A6
RGB
CMYK
RGB Variations
Color information
#CF57A6 (or 0xCF57A6) is known color: Mulberry. HEX triplet: CF, 57 and A6. RGB value is (207,87,166). Sum of RGB (Red+Green+Blue) = 207+87+166=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF57A6 is #30A859. Grayscale: #838383. Windows color (decimal): -3188826 or 10901455. OLE color: 10901455.
HSL color Cylindrical-coordinate representation of color #CF57A6: hue angle of 320.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 #CF57A6 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 166 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.19 |
| HSL | 320.5º | 0.56% | 0.58% | - |
| HSV(B) | 320.5º | 0.58% | 0.81% | - |
| XYZ | 36.02 | 22.83 | 38.59 | - |
| YUV | 131.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 166 | 0 | 0.58 | 0.20 | 0.19 | 320.5 | 0.56 | 0.58 |
| Hex | CF | 57 | A6 | 0 | 3A | 14 | 13 | 140 | 38 | 3A |
| Octal | 317 | 127 | 246 | 0 | 72 | 24 | 23 | 500 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10100110 | 0 | 111010 | 10100 | 10011 | 101000000 | 111000 | 111010 |
Color Harmonies of #CF57A6
Complementary color
Monochromatic Colors of #CF57A6
Black with #CF57A6
Text Example
Text Example
White with #CF57A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57A6; }
p { color: rgb(207,87,166); }
H1.HeaderClassName
{
color: #CF57A6;
}
.AnyTagClassName
{
color: #CF57A6;
}
</style>
background-color css
<style>
a { background-color: #CF57A6; }
a { background-color: rgb(207,87,166); }
div.DivClassName
{
background-color: #CF57A6;
}
.BgClassName
{
background-color: #CF57A6;
}
</style>
border-color css
<style>
span { border-color: #CF57A6; }
span { border-color: rgb(207,87,166); }
td.TdClassName
{
border-color: #CF57A6;
}
.TagClassName
{
border-color: #CF57A6;
}
</style>