Shades of Mulberry #CF409E
Tints of Mulberry #CF409E
RGB
CMYK
RGB Variations
Color information
#CF409E (or 0xCF409E) is known color: Mulberry. HEX triplet: CF, 40 and 9E. RGB value is (207,64,158). Sum of RGB (Red+Green+Blue) = 207+64+158=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF409E is #30BF61. Grayscale: #757575. Windows color (decimal): -3194722 or 10371279. OLE color: 10371279.
HSL color Cylindrical-coordinate representation of color #CF409E: hue angle of 320.56º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF409E is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 158 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.19 |
| HSL | 320.56º | 0.6% | 0.53% | - |
| HSV(B) | 320.56º | 0.69% | 0.81% | - |
| XYZ | 33.74 | 19.4 | 34.31 | - |
| YUV | 117.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 158 | 0 | 0.69 | 0.24 | 0.19 | 320.56 | 0.6 | 0.53 |
| Hex | CF | 40 | 9E | 0 | 45 | 18 | 13 | 141 | 3C | 35 |
| Octal | 317 | 100 | 236 | 0 | 105 | 30 | 23 | 501 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10011110 | 0 | 1000101 | 11000 | 10011 | 101000001 | 111100 | 110101 |
Color Harmonies of #CF409E
Complementary color
Monochromatic Colors of #CF409E
Black with #CF409E
Text Example
Text Example
White with #CF409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF409E; }
p { color: rgb(207,64,158); }
H1.HeaderClassName
{
color: #CF409E;
}
.AnyTagClassName
{
color: #CF409E;
}
</style>
background-color css
<style>
a { background-color: #CF409E; }
a { background-color: rgb(207,64,158); }
div.DivClassName
{
background-color: #CF409E;
}
.BgClassName
{
background-color: #CF409E;
}
</style>
border-color css
<style>
span { border-color: #CF409E; }
span { border-color: rgb(207,64,158); }
td.TdClassName
{
border-color: #CF409E;
}
.TagClassName
{
border-color: #CF409E;
}
</style>