Shades of Mulberry #CF3E94
Tints of Mulberry #CF3E94
RGB
CMYK
RGB Variations
Color information
#CF3E94 (or 0xCF3E94) is known color: Mulberry. HEX triplet: CF, 3E and 94. RGB value is (207,62,148). Sum of RGB (Red+Green+Blue) = 207+62+148=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3E94 is #30C16B. Grayscale: #727272. Windows color (decimal): -3195244 or 9715407. OLE color: 9715407.
HSL color Cylindrical-coordinate representation of color #CF3E94: hue angle of 324.41º 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 #CF3E94 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 148 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.19 |
| HSL | 324.41º | 0.6% | 0.53% | - |
| HSV(B) | 324.41º | 0.7% | 0.81% | - |
| XYZ | 32.8 | 18.85 | 29.93 | - |
| YUV | 115.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 148 | 0 | 0.70 | 0.29 | 0.19 | 324.41 | 0.6 | 0.53 |
| Hex | CF | 3E | 94 | 0 | 46 | 1D | 13 | 144 | 3C | 35 |
| Octal | 317 | 76 | 224 | 0 | 106 | 35 | 23 | 504 | 74 | 65 |
| Binary | 11001111 | 111110 | 10010100 | 0 | 1000110 | 11101 | 10011 | 101000100 | 111100 | 110101 |
Color Harmonies of #CF3E94
Complementary color
Monochromatic Colors of #CF3E94
Black with #CF3E94
Text Example
Text Example
White with #CF3E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E94; }
p { color: rgb(207,62,148); }
H1.HeaderClassName
{
color: #CF3E94;
}
.AnyTagClassName
{
color: #CF3E94;
}
</style>
background-color css
<style>
a { background-color: #CF3E94; }
a { background-color: rgb(207,62,148); }
div.DivClassName
{
background-color: #CF3E94;
}
.BgClassName
{
background-color: #CF3E94;
}
</style>
border-color css
<style>
span { border-color: #CF3E94; }
span { border-color: rgb(207,62,148); }
td.TdClassName
{
border-color: #CF3E94;
}
.TagClassName
{
border-color: #CF3E94;
}
</style>