Shades of Mulberry #CF4099
Tints of Mulberry #CF4099
RGB
CMYK
RGB Variations
Color information
#CF4099 (or 0xCF4099) is known color: Mulberry. HEX triplet: CF, 40 and 99. RGB value is (207,64,153). Sum of RGB (Red+Green+Blue) = 207+64+153=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4099 is #30BF66. Grayscale: #747474. Windows color (decimal): -3194727 or 10043599. OLE color: 10043599.
HSL color Cylindrical-coordinate representation of color #CF4099: hue angle of 322.66º 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 #CF4099 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 153 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.19 |
| HSL | 322.66º | 0.6% | 0.53% | - |
| HSV(B) | 322.66º | 0.69% | 0.81% | - |
| XYZ | 33.32 | 19.23 | 32.09 | - |
| YUV | 116.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 153 | 0 | 0.69 | 0.26 | 0.19 | 322.66 | 0.6 | 0.53 |
| Hex | CF | 40 | 99 | 0 | 45 | 1A | 13 | 143 | 3C | 35 |
| Octal | 317 | 100 | 231 | 0 | 105 | 32 | 23 | 503 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10011001 | 0 | 1000101 | 11010 | 10011 | 101000011 | 111100 | 110101 |
Color Harmonies of #CF4099
Complementary color
Monochromatic Colors of #CF4099
Black with #CF4099
Text Example
Text Example
White with #CF4099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4099; }
p { color: rgb(207,64,153); }
H1.HeaderClassName
{
color: #CF4099;
}
.AnyTagClassName
{
color: #CF4099;
}
</style>
background-color css
<style>
a { background-color: #CF4099; }
a { background-color: rgb(207,64,153); }
div.DivClassName
{
background-color: #CF4099;
}
.BgClassName
{
background-color: #CF4099;
}
</style>
border-color css
<style>
span { border-color: #CF4099; }
span { border-color: rgb(207,64,153); }
td.TdClassName
{
border-color: #CF4099;
}
.TagClassName
{
border-color: #CF4099;
}
</style>