Shades of Mulberry #CF3E92
Tints of Mulberry #CF3E92
RGB
CMYK
RGB Variations
Color information
#CF3E92 (or 0xCF3E92) is known color: Mulberry. HEX triplet: CF, 3E and 92. RGB value is (207,62,146). Sum of RGB (Red+Green+Blue) = 207+62+146=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3E92 is #30C16D. Grayscale: #727272. Windows color (decimal): -3195246 or 9584335. OLE color: 9584335.
HSL color Cylindrical-coordinate representation of color #CF3E92: hue angle of 325.24º 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 #CF3E92 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 146 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.19 |
| HSL | 325.24º | 0.6% | 0.53% | - |
| HSV(B) | 325.24º | 0.7% | 0.81% | - |
| XYZ | 32.64 | 18.79 | 29.1 | - |
| YUV | 114.93 | 145.54 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 146 | 0 | 0.70 | 0.29 | 0.19 | 325.24 | 0.6 | 0.53 |
| Hex | CF | 3E | 92 | 0 | 46 | 1D | 13 | 145 | 3C | 35 |
| Octal | 317 | 76 | 222 | 0 | 106 | 35 | 23 | 505 | 74 | 65 |
| Binary | 11001111 | 111110 | 10010010 | 0 | 1000110 | 11101 | 10011 | 101000101 | 111100 | 110101 |
Color Harmonies of #CF3E92
Complementary color
Monochromatic Colors of #CF3E92
Black with #CF3E92
Text Example
Text Example
White with #CF3E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E92; }
p { color: rgb(207,62,146); }
H1.HeaderClassName
{
color: #CF3E92;
}
.AnyTagClassName
{
color: #CF3E92;
}
</style>
background-color css
<style>
a { background-color: #CF3E92; }
a { background-color: rgb(207,62,146); }
div.DivClassName
{
background-color: #CF3E92;
}
.BgClassName
{
background-color: #CF3E92;
}
</style>
border-color css
<style>
span { border-color: #CF3E92; }
span { border-color: rgb(207,62,146); }
td.TdClassName
{
border-color: #CF3E92;
}
.TagClassName
{
border-color: #CF3E92;
}
</style>