Shades of Mulberry #CF4E98
Tints of Mulberry #CF4E98
RGB
CMYK
RGB Variations
Color information
#CF4E98 (or 0xCF4E98) is known color: Mulberry. HEX triplet: CF, 4E and 98. RGB value is (207,78,152). Sum of RGB (Red+Green+Blue) = 207+78+152=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4E98 is #30B167. Grayscale: #7C7C7C. Windows color (decimal): -3191144 or 9981647. OLE color: 9981647.
HSL color Cylindrical-coordinate representation of color #CF4E98: hue angle of 325.58º 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 #CF4E98 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 152 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.19 |
| HSL | 325.58º | 0.57% | 0.56% | - |
| HSV(B) | 325.58º | 0.62% | 0.81% | - |
| XYZ | 34.12 | 20.98 | 31.96 | - |
| YUV | 125.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 152 | 0 | 0.62 | 0.27 | 0.19 | 325.58 | 0.57 | 0.56 |
| Hex | CF | 4E | 98 | 0 | 3E | 1B | 13 | 146 | 39 | 38 |
| Octal | 317 | 116 | 230 | 0 | 76 | 33 | 23 | 506 | 71 | 70 |
| Binary | 11001111 | 1001110 | 10011000 | 0 | 111110 | 11011 | 10011 | 101000110 | 111001 | 111000 |
Color Harmonies of #CF4E98
Complementary color
Monochromatic Colors of #CF4E98
Black with #CF4E98
Text Example
Text Example
White with #CF4E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E98; }
p { color: rgb(207,78,152); }
H1.HeaderClassName
{
color: #CF4E98;
}
.AnyTagClassName
{
color: #CF4E98;
}
</style>
background-color css
<style>
a { background-color: #CF4E98; }
a { background-color: rgb(207,78,152); }
div.DivClassName
{
background-color: #CF4E98;
}
.BgClassName
{
background-color: #CF4E98;
}
</style>
border-color css
<style>
span { border-color: #CF4E98; }
span { border-color: rgb(207,78,152); }
td.TdClassName
{
border-color: #CF4E98;
}
.TagClassName
{
border-color: #CF4E98;
}
</style>