Shades of Mulberry #CF3E9C
Tints of Mulberry #CF3E9C
RGB
CMYK
RGB Variations
Color information
#CF3E9C (or 0xCF3E9C) is known color: Mulberry. HEX triplet: CF, 3E and 9C. RGB value is (207,62,156). Sum of RGB (Red+Green+Blue) = 207+62+156=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3E9C is #30C163. Grayscale: #737373. Windows color (decimal): -3195236 or 10239695. OLE color: 10239695.
HSL color Cylindrical-coordinate representation of color #CF3E9C: hue angle of 321.1º 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 #CF3E9C is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 156 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.19 |
| HSL | 321.1º | 0.6% | 0.53% | - |
| HSV(B) | 321.1º | 0.7% | 0.81% | - |
| XYZ | 33.46 | 19.11 | 33.38 | - |
| YUV | 116.07 | 150.54 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 156 | 0 | 0.70 | 0.25 | 0.19 | 321.1 | 0.6 | 0.53 |
| Hex | CF | 3E | 9C | 0 | 46 | 19 | 13 | 141 | 3C | 35 |
| Octal | 317 | 76 | 234 | 0 | 106 | 31 | 23 | 501 | 74 | 65 |
| Binary | 11001111 | 111110 | 10011100 | 0 | 1000110 | 11001 | 10011 | 101000001 | 111100 | 110101 |
Color Harmonies of #CF3E9C
Complementary color
Monochromatic Colors of #CF3E9C
Black with #CF3E9C
Text Example
Text Example
White with #CF3E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E9C; }
p { color: rgb(207,62,156); }
H1.HeaderClassName
{
color: #CF3E9C;
}
.AnyTagClassName
{
color: #CF3E9C;
}
</style>
background-color css
<style>
a { background-color: #CF3E9C; }
a { background-color: rgb(207,62,156); }
div.DivClassName
{
background-color: #CF3E9C;
}
.BgClassName
{
background-color: #CF3E9C;
}
</style>
border-color css
<style>
span { border-color: #CF3E9C; }
span { border-color: rgb(207,62,156); }
td.TdClassName
{
border-color: #CF3E9C;
}
.TagClassName
{
border-color: #CF3E9C;
}
</style>