Shades of Mulberry #CF578C
Tints of Mulberry #CF578C
RGB
CMYK
RGB Variations
Color information
#CF578C (or 0xCF578C) is known color: Mulberry. HEX triplet: CF, 57 and 8C. RGB value is (207,87,140). Sum of RGB (Red+Green+Blue) = 207+87+140=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF578C is #30A873. Grayscale: #808080. Windows color (decimal): -3188852 or 9197519. OLE color: 9197519.
HSL color Cylindrical-coordinate representation of color #CF578C: hue angle of 333.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 #CF578C is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 140 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.19 |
| HSL | 333.5º | 0.56% | 0.58% | - |
| HSV(B) | 333.5º | 0.58% | 0.81% | - |
| XYZ | 33.87 | 21.98 | 27.27 | - |
| YUV | 128.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 140 | 0 | 0.58 | 0.32 | 0.19 | 333.5 | 0.56 | 0.58 |
| Hex | CF | 57 | 8C | 0 | 3A | 20 | 13 | 14E | 38 | 3A |
| Octal | 317 | 127 | 214 | 0 | 72 | 40 | 23 | 516 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10001100 | 0 | 111010 | 100000 | 10011 | 101001110 | 111000 | 111010 |
Color Harmonies of #CF578C
Complementary color
Monochromatic Colors of #CF578C
Black with #CF578C
Text Example
Text Example
White with #CF578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF578C; }
p { color: rgb(207,87,140); }
H1.HeaderClassName
{
color: #CF578C;
}
.AnyTagClassName
{
color: #CF578C;
}
</style>
background-color css
<style>
a { background-color: #CF578C; }
a { background-color: rgb(207,87,140); }
div.DivClassName
{
background-color: #CF578C;
}
.BgClassName
{
background-color: #CF578C;
}
</style>
border-color css
<style>
span { border-color: #CF578C; }
span { border-color: rgb(207,87,140); }
td.TdClassName
{
border-color: #CF578C;
}
.TagClassName
{
border-color: #CF578C;
}
</style>