Shades of Mulberry #CF4E93
Tints of Mulberry #CF4E93
RGB
CMYK
RGB Variations
Color information
#CF4E93 (or 0xCF4E93) is known color: Mulberry. HEX triplet: CF, 4E and 93. RGB value is (207,78,147). Sum of RGB (Red+Green+Blue) = 207+78+147=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4E93 is #30B16C. Grayscale: #7C7C7C. Windows color (decimal): -3191149 or 9653967. OLE color: 9653967.
HSL color Cylindrical-coordinate representation of color #CF4E93: hue angle of 327.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4E93 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 147 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.19 |
| HSL | 327.91º | 0.57% | 0.56% | - |
| HSV(B) | 327.91º | 0.62% | 0.81% | - |
| XYZ | 33.72 | 20.82 | 29.85 | - |
| YUV | 124.44 | 140.74 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 147 | 0 | 0.62 | 0.29 | 0.19 | 327.91 | 0.57 | 0.56 |
| Hex | CF | 4E | 93 | 0 | 3E | 1D | 13 | 148 | 39 | 38 |
| Octal | 317 | 116 | 223 | 0 | 76 | 35 | 23 | 510 | 71 | 70 |
| Binary | 11001111 | 1001110 | 10010011 | 0 | 111110 | 11101 | 10011 | 101001000 | 111001 | 111000 |
Color Harmonies of #CF4E93
Complementary color
Monochromatic Colors of #CF4E93
Black with #CF4E93
Text Example
Text Example
White with #CF4E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E93; }
p { color: rgb(207,78,147); }
H1.HeaderClassName
{
color: #CF4E93;
}
.AnyTagClassName
{
color: #CF4E93;
}
</style>
background-color css
<style>
a { background-color: #CF4E93; }
a { background-color: rgb(207,78,147); }
div.DivClassName
{
background-color: #CF4E93;
}
.BgClassName
{
background-color: #CF4E93;
}
</style>
border-color css
<style>
span { border-color: #CF4E93; }
span { border-color: rgb(207,78,147); }
td.TdClassName
{
border-color: #CF4E93;
}
.TagClassName
{
border-color: #CF4E93;
}
</style>