Shades of Mulberry #CF4699
Tints of Mulberry #CF4699
RGB
CMYK
RGB Variations
Color information
#CF4699 (or 0xCF4699) is known color: Mulberry. HEX triplet: CF, 46 and 99. RGB value is (207,70,153). Sum of RGB (Red+Green+Blue) = 207+70+153=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4699 is #30B966. Grayscale: #787878. Windows color (decimal): -3193191 or 10045135. OLE color: 10045135.
HSL color Cylindrical-coordinate representation of color #CF4699: hue angle of 323.65º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4699 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 153 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.19 |
| HSL | 323.65º | 0.59% | 0.54% | - |
| HSV(B) | 323.65º | 0.66% | 0.81% | - |
| XYZ | 33.67 | 19.95 | 32.21 | - |
| YUV | 120.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 153 | 0 | 0.66 | 0.26 | 0.19 | 323.65 | 0.59 | 0.54 |
| Hex | CF | 46 | 99 | 0 | 42 | 1A | 13 | 144 | 3B | 36 |
| Octal | 317 | 106 | 231 | 0 | 102 | 32 | 23 | 504 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10011001 | 0 | 1000010 | 11010 | 10011 | 101000100 | 111011 | 110110 |
Color Harmonies of #CF4699
Complementary color
Monochromatic Colors of #CF4699
Black with #CF4699
Text Example
Text Example
White with #CF4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4699; }
p { color: rgb(207,70,153); }
H1.HeaderClassName
{
color: #CF4699;
}
.AnyTagClassName
{
color: #CF4699;
}
</style>
background-color css
<style>
a { background-color: #CF4699; }
a { background-color: rgb(207,70,153); }
div.DivClassName
{
background-color: #CF4699;
}
.BgClassName
{
background-color: #CF4699;
}
</style>
border-color css
<style>
span { border-color: #CF4699; }
span { border-color: rgb(207,70,153); }
td.TdClassName
{
border-color: #CF4699;
}
.TagClassName
{
border-color: #CF4699;
}
</style>