Shades of Mulberry #CF408E
Tints of Mulberry #CF408E
RGB
CMYK
RGB Variations
Color information
#CF408E (or 0xCF408E) is known color: Mulberry. HEX triplet: CF, 40 and 8E. RGB value is (207,64,142). Sum of RGB (Red+Green+Blue) = 207+64+142=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF408E is #30BF71. Grayscale: #737373. Windows color (decimal): -3194738 or 9322703. OLE color: 9322703.
HSL color Cylindrical-coordinate representation of color #CF408E: hue angle of 327.27º 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 #CF408E is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 142 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.19 |
| HSL | 327.27º | 0.6% | 0.53% | - |
| HSV(B) | 327.27º | 0.69% | 0.81% | - |
| XYZ | 32.45 | 18.89 | 27.53 | - |
| YUV | 115.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 142 | 0 | 0.69 | 0.31 | 0.19 | 327.27 | 0.6 | 0.53 |
| Hex | CF | 40 | 8E | 0 | 45 | 1F | 13 | 147 | 3C | 35 |
| Octal | 317 | 100 | 216 | 0 | 105 | 37 | 23 | 507 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10001110 | 0 | 1000101 | 11111 | 10011 | 101000111 | 111100 | 110101 |
Color Harmonies of #CF408E
Complementary color
Monochromatic Colors of #CF408E
Black with #CF408E
Text Example
Text Example
White with #CF408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF408E; }
p { color: rgb(207,64,142); }
H1.HeaderClassName
{
color: #CF408E;
}
.AnyTagClassName
{
color: #CF408E;
}
</style>
background-color css
<style>
a { background-color: #CF408E; }
a { background-color: rgb(207,64,142); }
div.DivClassName
{
background-color: #CF408E;
}
.BgClassName
{
background-color: #CF408E;
}
</style>
border-color css
<style>
span { border-color: #CF408E; }
span { border-color: rgb(207,64,142); }
td.TdClassName
{
border-color: #CF408E;
}
.TagClassName
{
border-color: #CF408E;
}
</style>