Shades of Mulberry #CF3D9E
Tints of Mulberry #CF3D9E
RGB
CMYK
RGB Variations
Color information
#CF3D9E (or 0xCF3D9E) is known color: Mulberry. HEX triplet: CF, 3D and 9E. RGB value is (207,61,158). Sum of RGB (Red+Green+Blue) = 207+61+158=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3D9E is #30C261. Grayscale: #737373. Windows color (decimal): -3195490 or 10370511. OLE color: 10370511.
HSL color Cylindrical-coordinate representation of color #CF3D9E: hue angle of 320.14º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D9E is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 158 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.19 |
| HSL | 320.14º | 0.6% | 0.53% | - |
| HSV(B) | 320.14º | 0.71% | 0.81% | - |
| XYZ | 33.57 | 19.07 | 34.26 | - |
| YUV | 115.71 | 151.87 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 158 | 0 | 0.71 | 0.24 | 0.19 | 320.14 | 0.6 | 0.53 |
| Hex | CF | 3D | 9E | 0 | 47 | 18 | 13 | 140 | 3C | 35 |
| Octal | 317 | 75 | 236 | 0 | 107 | 30 | 23 | 500 | 74 | 65 |
| Binary | 11001111 | 111101 | 10011110 | 0 | 1000111 | 11000 | 10011 | 101000000 | 111100 | 110101 |
Color Harmonies of #CF3D9E
Complementary color
Monochromatic Colors of #CF3D9E
Black with #CF3D9E
Text Example
Text Example
White with #CF3D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D9E; }
p { color: rgb(207,61,158); }
H1.HeaderClassName
{
color: #CF3D9E;
}
.AnyTagClassName
{
color: #CF3D9E;
}
</style>
background-color css
<style>
a { background-color: #CF3D9E; }
a { background-color: rgb(207,61,158); }
div.DivClassName
{
background-color: #CF3D9E;
}
.BgClassName
{
background-color: #CF3D9E;
}
</style>
border-color css
<style>
span { border-color: #CF3D9E; }
span { border-color: rgb(207,61,158); }
td.TdClassName
{
border-color: #CF3D9E;
}
.TagClassName
{
border-color: #CF3D9E;
}
</style>