Shades of Mulberry #CF4884
Tints of Mulberry #CF4884
RGB
CMYK
RGB Variations
Color information
#CF4884 (or 0xCF4884) is known color: Mulberry. HEX triplet: CF, 48 and 84. RGB value is (207,72,132). Sum of RGB (Red+Green+Blue) = 207+72+132=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4884 is #30B77B. Grayscale: #777777. Windows color (decimal): -3192700 or 8669391. OLE color: 8669391.
HSL color Cylindrical-coordinate representation of color #CF4884: hue angle of 333.33º 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 #CF4884 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 132 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.19 |
| HSL | 333.33º | 0.58% | 0.55% | - |
| HSV(B) | 333.33º | 0.65% | 0.81% | - |
| XYZ | 32.21 | 19.57 | 23.91 | - |
| YUV | 119.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 132 | 0 | 0.65 | 0.36 | 0.19 | 333.33 | 0.58 | 0.55 |
| Hex | CF | 48 | 84 | 0 | 41 | 24 | 13 | 14D | 3A | 37 |
| Octal | 317 | 110 | 204 | 0 | 101 | 44 | 23 | 515 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10000100 | 0 | 1000001 | 100100 | 10011 | 101001101 | 111010 | 110111 |
Color Harmonies of #CF4884
Complementary color
Monochromatic Colors of #CF4884
Black with #CF4884
Text Example
Text Example
White with #CF4884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4884; }
p { color: rgb(207,72,132); }
H1.HeaderClassName
{
color: #CF4884;
}
.AnyTagClassName
{
color: #CF4884;
}
</style>
background-color css
<style>
a { background-color: #CF4884; }
a { background-color: rgb(207,72,132); }
div.DivClassName
{
background-color: #CF4884;
}
.BgClassName
{
background-color: #CF4884;
}
</style>
border-color css
<style>
span { border-color: #CF4884; }
span { border-color: rgb(207,72,132); }
td.TdClassName
{
border-color: #CF4884;
}
.TagClassName
{
border-color: #CF4884;
}
</style>