Shades of Mulberry #CF578B
Tints of Mulberry #CF578B
RGB
CMYK
RGB Variations
Color information
#CF578B (or 0xCF578B) is known color: Mulberry. HEX triplet: CF, 57 and 8B. RGB value is (207,87,139). Sum of RGB (Red+Green+Blue) = 207+87+139=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF578B is #30A874. Grayscale: #808080. Windows color (decimal): -3188853 or 9131983. OLE color: 9131983.
HSL color Cylindrical-coordinate representation of color #CF578B: hue angle of 334º 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 #CF578B is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 139 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.19 |
| HSL | 334º | 0.56% | 0.58% | - |
| HSV(B) | 334º | 0.58% | 0.81% | - |
| XYZ | 33.8 | 21.95 | 26.88 | - |
| YUV | 128.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 139 | 0 | 0.58 | 0.33 | 0.19 | 334 | 0.56 | 0.58 |
| Hex | CF | 57 | 8B | 0 | 3A | 21 | 13 | 14E | 38 | 3A |
| Octal | 317 | 127 | 213 | 0 | 72 | 41 | 23 | 516 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10001011 | 0 | 111010 | 100001 | 10011 | 101001110 | 111000 | 111010 |
Color Harmonies of #CF578B
Complementary color
Monochromatic Colors of #CF578B
Black with #CF578B
Text Example
Text Example
White with #CF578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF578B; }
p { color: rgb(207,87,139); }
H1.HeaderClassName
{
color: #CF578B;
}
.AnyTagClassName
{
color: #CF578B;
}
</style>
background-color css
<style>
a { background-color: #CF578B; }
a { background-color: rgb(207,87,139); }
div.DivClassName
{
background-color: #CF578B;
}
.BgClassName
{
background-color: #CF578B;
}
</style>
border-color css
<style>
span { border-color: #CF578B; }
span { border-color: rgb(207,87,139); }
td.TdClassName
{
border-color: #CF578B;
}
.TagClassName
{
border-color: #CF578B;
}
</style>