Shades of Mulberry #CF4A88
Tints of Mulberry #CF4A88
RGB
CMYK
RGB Variations
Color information
#CF4A88 (or 0xCF4A88) is known color: Mulberry. HEX triplet: CF, 4A and 88. RGB value is (207,74,136). Sum of RGB (Red+Green+Blue) = 207+74+136=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4A88 is #30B577. Grayscale: #787878. Windows color (decimal): -3192184 or 8932047. OLE color: 8932047.
HSL color Cylindrical-coordinate representation of color #CF4A88: hue angle of 332.03º 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 #CF4A88 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 136 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.19 |
| HSL | 332.03º | 0.58% | 0.55% | - |
| HSV(B) | 332.03º | 0.64% | 0.81% | - |
| XYZ | 32.62 | 19.94 | 25.42 | - |
| YUV | 120.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 136 | 0 | 0.64 | 0.34 | 0.19 | 332.03 | 0.58 | 0.55 |
| Hex | CF | 4A | 88 | 0 | 40 | 22 | 13 | 14C | 3A | 37 |
| Octal | 317 | 112 | 210 | 0 | 100 | 42 | 23 | 514 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10001000 | 0 | 1000000 | 100010 | 10011 | 101001100 | 111010 | 110111 |
Color Harmonies of #CF4A88
Complementary color
Monochromatic Colors of #CF4A88
Black with #CF4A88
Text Example
Text Example
White with #CF4A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A88; }
p { color: rgb(207,74,136); }
H1.HeaderClassName
{
color: #CF4A88;
}
.AnyTagClassName
{
color: #CF4A88;
}
</style>
background-color css
<style>
a { background-color: #CF4A88; }
a { background-color: rgb(207,74,136); }
div.DivClassName
{
background-color: #CF4A88;
}
.BgClassName
{
background-color: #CF4A88;
}
</style>
border-color css
<style>
span { border-color: #CF4A88; }
span { border-color: rgb(207,74,136); }
td.TdClassName
{
border-color: #CF4A88;
}
.TagClassName
{
border-color: #CF4A88;
}
</style>