Shades of Mulberry #CF3E93
Tints of Mulberry #CF3E93
RGB
CMYK
RGB Variations
Color information
#CF3E93 (or 0xCF3E93) is known color: Mulberry. HEX triplet: CF, 3E and 93. RGB value is (207,62,147). Sum of RGB (Red+Green+Blue) = 207+62+147=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3E93 is #30C16C. Grayscale: #727272. Windows color (decimal): -3195245 or 9649871. OLE color: 9649871.
HSL color Cylindrical-coordinate representation of color #CF3E93: hue angle of 324.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3E93 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 147 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.19 |
| HSL | 324.83º | 0.6% | 0.53% | - |
| HSV(B) | 324.83º | 0.7% | 0.81% | - |
| XYZ | 32.72 | 18.82 | 29.51 | - |
| YUV | 115.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 147 | 0 | 0.70 | 0.29 | 0.19 | 324.83 | 0.6 | 0.53 |
| Hex | CF | 3E | 93 | 0 | 46 | 1D | 13 | 145 | 3C | 35 |
| Octal | 317 | 76 | 223 | 0 | 106 | 35 | 23 | 505 | 74 | 65 |
| Binary | 11001111 | 111110 | 10010011 | 0 | 1000110 | 11101 | 10011 | 101000101 | 111100 | 110101 |
Color Harmonies of #CF3E93
Complementary color
Monochromatic Colors of #CF3E93
Black with #CF3E93
Text Example
Text Example
White with #CF3E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E93; }
p { color: rgb(207,62,147); }
H1.HeaderClassName
{
color: #CF3E93;
}
.AnyTagClassName
{
color: #CF3E93;
}
</style>
background-color css
<style>
a { background-color: #CF3E93; }
a { background-color: rgb(207,62,147); }
div.DivClassName
{
background-color: #CF3E93;
}
.BgClassName
{
background-color: #CF3E93;
}
</style>
border-color css
<style>
span { border-color: #CF3E93; }
span { border-color: rgb(207,62,147); }
td.TdClassName
{
border-color: #CF3E93;
}
.TagClassName
{
border-color: #CF3E93;
}
</style>