Shades of Mulberry #CF4A99
Tints of Mulberry #CF4A99
RGB
CMYK
RGB Variations
Color information
#CF4A99 (or 0xCF4A99) is known color: Mulberry. HEX triplet: CF, 4A and 99. RGB value is (207,74,153). Sum of RGB (Red+Green+Blue) = 207+74+153=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4A99 is #30B566. Grayscale: #7A7A7A. Windows color (decimal): -3192167 or 10046159. OLE color: 10046159.
HSL color Cylindrical-coordinate representation of color #CF4A99: hue angle of 324.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4A99 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 153 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.19 |
| HSL | 324.36º | 0.58% | 0.55% | - |
| HSV(B) | 324.36º | 0.64% | 0.81% | - |
| XYZ | 33.93 | 20.46 | 32.3 | - |
| YUV | 122.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 153 | 0 | 0.64 | 0.26 | 0.19 | 324.36 | 0.58 | 0.55 |
| Hex | CF | 4A | 99 | 0 | 40 | 1A | 13 | 144 | 3A | 37 |
| Octal | 317 | 112 | 231 | 0 | 100 | 32 | 23 | 504 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10011001 | 0 | 1000000 | 11010 | 10011 | 101000100 | 111010 | 110111 |
Color Harmonies of #CF4A99
Complementary color
Monochromatic Colors of #CF4A99
Black with #CF4A99
Text Example
Text Example
White with #CF4A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A99; }
p { color: rgb(207,74,153); }
H1.HeaderClassName
{
color: #CF4A99;
}
.AnyTagClassName
{
color: #CF4A99;
}
</style>
background-color css
<style>
a { background-color: #CF4A99; }
a { background-color: rgb(207,74,153); }
div.DivClassName
{
background-color: #CF4A99;
}
.BgClassName
{
background-color: #CF4A99;
}
</style>
border-color css
<style>
span { border-color: #CF4A99; }
span { border-color: rgb(207,74,153); }
td.TdClassName
{
border-color: #CF4A99;
}
.TagClassName
{
border-color: #CF4A99;
}
</style>