Shades of Mulberry #CF409F
Tints of Mulberry #CF409F
RGB
CMYK
RGB Variations
Color information
#CF409F (or 0xCF409F) is known color: Mulberry. HEX triplet: CF, 40 and 9F. RGB value is (207,64,159). Sum of RGB (Red+Green+Blue) = 207+64+159=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF409F is #30BF60. Grayscale: #757575. Windows color (decimal): -3194721 or 10436815. OLE color: 10436815.
HSL color Cylindrical-coordinate representation of color #CF409F: 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.69%. Process color model (Four color, CMYK) of #CF409F is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 159 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.19 |
| HSL | 320.14º | 0.6% | 0.53% | - |
| HSV(B) | 320.14º | 0.69% | 0.81% | - |
| XYZ | 33.82 | 19.44 | 34.77 | - |
| YUV | 117.59 | 151.38 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 159 | 0 | 0.69 | 0.23 | 0.19 | 320.14 | 0.6 | 0.53 |
| Hex | CF | 40 | 9F | 0 | 45 | 17 | 13 | 140 | 3C | 35 |
| Octal | 317 | 100 | 237 | 0 | 105 | 27 | 23 | 500 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10011111 | 0 | 1000101 | 10111 | 10011 | 101000000 | 111100 | 110101 |
Color Harmonies of #CF409F
Complementary color
Monochromatic Colors of #CF409F
Black with #CF409F
Text Example
Text Example
White with #CF409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF409F; }
p { color: rgb(207,64,159); }
H1.HeaderClassName
{
color: #CF409F;
}
.AnyTagClassName
{
color: #CF409F;
}
</style>
background-color css
<style>
a { background-color: #CF409F; }
a { background-color: rgb(207,64,159); }
div.DivClassName
{
background-color: #CF409F;
}
.BgClassName
{
background-color: #CF409F;
}
</style>
border-color css
<style>
span { border-color: #CF409F; }
span { border-color: rgb(207,64,159); }
td.TdClassName
{
border-color: #CF409F;
}
.TagClassName
{
border-color: #CF409F;
}
</style>