Shades of Mulberry #CF3E95
Tints of Mulberry #CF3E95
RGB
CMYK
RGB Variations
Color information
#CF3E95 (or 0xCF3E95) is known color: Mulberry. HEX triplet: CF, 3E and 95. RGB value is (207,62,149). Sum of RGB (Red+Green+Blue) = 207+62+149=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3E95 is #30C16A. Grayscale: #737373. Windows color (decimal): -3195243 or 9780943. OLE color: 9780943.
HSL color Cylindrical-coordinate representation of color #CF3E95: hue angle of 324º 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 #CF3E95 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 149 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.19 |
| HSL | 324º | 0.6% | 0.53% | - |
| HSV(B) | 324º | 0.7% | 0.81% | - |
| XYZ | 32.88 | 18.88 | 30.35 | - |
| YUV | 115.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 149 | 0 | 0.70 | 0.28 | 0.19 | 324 | 0.6 | 0.53 |
| Hex | CF | 3E | 95 | 0 | 46 | 1C | 13 | 144 | 3C | 35 |
| Octal | 317 | 76 | 225 | 0 | 106 | 34 | 23 | 504 | 74 | 65 |
| Binary | 11001111 | 111110 | 10010101 | 0 | 1000110 | 11100 | 10011 | 101000100 | 111100 | 110101 |
Color Harmonies of #CF3E95
Complementary color
Monochromatic Colors of #CF3E95
Black with #CF3E95
Text Example
Text Example
White with #CF3E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E95; }
p { color: rgb(207,62,149); }
H1.HeaderClassName
{
color: #CF3E95;
}
.AnyTagClassName
{
color: #CF3E95;
}
</style>
background-color css
<style>
a { background-color: #CF3E95; }
a { background-color: rgb(207,62,149); }
div.DivClassName
{
background-color: #CF3E95;
}
.BgClassName
{
background-color: #CF3E95;
}
</style>
border-color css
<style>
span { border-color: #CF3E95; }
span { border-color: rgb(207,62,149); }
td.TdClassName
{
border-color: #CF3E95;
}
.TagClassName
{
border-color: #CF3E95;
}
</style>