Shades of Mulberry #CF408B
Tints of Mulberry #CF408B
RGB
CMYK
RGB Variations
Color information
#CF408B (or 0xCF408B) is known color: Mulberry. HEX triplet: CF, 40 and 8B. RGB value is (207,64,139). Sum of RGB (Red+Green+Blue) = 207+64+139=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF408B is #30BF74. Grayscale: #737373. Windows color (decimal): -3194741 or 9126095. OLE color: 9126095.
HSL color Cylindrical-coordinate representation of color #CF408B: hue angle of 328.53º 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 #CF408B is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 139 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.19 |
| HSL | 328.53º | 0.6% | 0.53% | - |
| HSV(B) | 328.53º | 0.69% | 0.81% | - |
| XYZ | 32.23 | 18.8 | 26.36 | - |
| YUV | 115.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 139 | 0 | 0.69 | 0.33 | 0.19 | 328.53 | 0.6 | 0.53 |
| Hex | CF | 40 | 8B | 0 | 45 | 21 | 13 | 149 | 3C | 35 |
| Octal | 317 | 100 | 213 | 0 | 105 | 41 | 23 | 511 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10001011 | 0 | 1000101 | 100001 | 10011 | 101001001 | 111100 | 110101 |
Color Harmonies of #CF408B
Complementary color
Monochromatic Colors of #CF408B
Black with #CF408B
Text Example
Text Example
White with #CF408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF408B; }
p { color: rgb(207,64,139); }
H1.HeaderClassName
{
color: #CF408B;
}
.AnyTagClassName
{
color: #CF408B;
}
</style>
background-color css
<style>
a { background-color: #CF408B; }
a { background-color: rgb(207,64,139); }
div.DivClassName
{
background-color: #CF408B;
}
.BgClassName
{
background-color: #CF408B;
}
</style>
border-color css
<style>
span { border-color: #CF408B; }
span { border-color: rgb(207,64,139); }
td.TdClassName
{
border-color: #CF408B;
}
.TagClassName
{
border-color: #CF408B;
}
</style>