Shades of Mulberry #CF4A90
Tints of Mulberry #CF4A90
RGB
CMYK
RGB Variations
Color information
#CF4A90 (or 0xCF4A90) is known color: Mulberry. HEX triplet: CF, 4A and 90. RGB value is (207,74,144). Sum of RGB (Red+Green+Blue) = 207+74+144=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4A90 is #30B56F. Grayscale: #797979. Windows color (decimal): -3192176 or 9456335. OLE color: 9456335.
HSL color Cylindrical-coordinate representation of color #CF4A90: hue angle of 328.42º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4A90 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 144 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.19 |
| HSL | 328.42º | 0.58% | 0.55% | - |
| HSV(B) | 328.42º | 0.64% | 0.81% | - |
| XYZ | 33.21 | 20.18 | 28.53 | - |
| YUV | 121.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 144 | 0 | 0.64 | 0.30 | 0.19 | 328.42 | 0.58 | 0.55 |
| Hex | CF | 4A | 90 | 0 | 40 | 1E | 13 | 148 | 3A | 37 |
| Octal | 317 | 112 | 220 | 0 | 100 | 36 | 23 | 510 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10010000 | 0 | 1000000 | 11110 | 10011 | 101001000 | 111010 | 110111 |
Color Harmonies of #CF4A90
Complementary color
Monochromatic Colors of #CF4A90
Black with #CF4A90
Text Example
Text Example
White with #CF4A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A90; }
p { color: rgb(207,74,144); }
H1.HeaderClassName
{
color: #CF4A90;
}
.AnyTagClassName
{
color: #CF4A90;
}
</style>
background-color css
<style>
a { background-color: #CF4A90; }
a { background-color: rgb(207,74,144); }
div.DivClassName
{
background-color: #CF4A90;
}
.BgClassName
{
background-color: #CF4A90;
}
</style>
border-color css
<style>
span { border-color: #CF4A90; }
span { border-color: rgb(207,74,144); }
td.TdClassName
{
border-color: #CF4A90;
}
.TagClassName
{
border-color: #CF4A90;
}
</style>