Shades of Mulberry #CF4890
Tints of Mulberry #CF4890
RGB
CMYK
RGB Variations
Color information
#CF4890 (or 0xCF4890) is known color: Mulberry. HEX triplet: CF, 48 and 90. RGB value is (207,72,144). Sum of RGB (Red+Green+Blue) = 207+72+144=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4890 is #30B76F. Grayscale: #787878. Windows color (decimal): -3192688 or 9455823. OLE color: 9455823.
HSL color Cylindrical-coordinate representation of color #CF4890: hue angle of 328º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4890 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 144 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.19 |
| HSL | 328º | 0.58% | 0.55% | - |
| HSV(B) | 328º | 0.65% | 0.81% | - |
| XYZ | 33.08 | 19.91 | 28.49 | - |
| YUV | 120.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 144 | 0 | 0.65 | 0.30 | 0.19 | 328 | 0.58 | 0.55 |
| Hex | CF | 48 | 90 | 0 | 41 | 1E | 13 | 148 | 3A | 37 |
| Octal | 317 | 110 | 220 | 0 | 101 | 36 | 23 | 510 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10010000 | 0 | 1000001 | 11110 | 10011 | 101001000 | 111010 | 110111 |
Color Harmonies of #CF4890
Complementary color
Monochromatic Colors of #CF4890
Black with #CF4890
Text Example
Text Example
White with #CF4890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4890; }
p { color: rgb(207,72,144); }
H1.HeaderClassName
{
color: #CF4890;
}
.AnyTagClassName
{
color: #CF4890;
}
</style>
background-color css
<style>
a { background-color: #CF4890; }
a { background-color: rgb(207,72,144); }
div.DivClassName
{
background-color: #CF4890;
}
.BgClassName
{
background-color: #CF4890;
}
</style>
border-color css
<style>
span { border-color: #CF4890; }
span { border-color: rgb(207,72,144); }
td.TdClassName
{
border-color: #CF4890;
}
.TagClassName
{
border-color: #CF4890;
}
</style>