Shades of Mulberry #CF4C99
Tints of Mulberry #CF4C99
RGB
CMYK
RGB Variations
Color information
#CF4C99 (or 0xCF4C99) is known color: Mulberry. HEX triplet: CF, 4C and 99. RGB value is (207,76,153). Sum of RGB (Red+Green+Blue) = 207+76+153=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4C99 is #30B366. Grayscale: #7B7B7B. Windows color (decimal): -3191655 or 10046671. OLE color: 10046671.
HSL color Cylindrical-coordinate representation of color #CF4C99: hue angle of 324.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4C99 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 153 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.19 |
| HSL | 324.73º | 0.58% | 0.55% | - |
| HSV(B) | 324.73º | 0.63% | 0.81% | - |
| XYZ | 34.07 | 20.73 | 32.34 | - |
| YUV | 123.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 153 | 0 | 0.63 | 0.26 | 0.19 | 324.73 | 0.58 | 0.55 |
| Hex | CF | 4C | 99 | 0 | 3F | 1A | 13 | 145 | 3A | 37 |
| Octal | 317 | 114 | 231 | 0 | 77 | 32 | 23 | 505 | 72 | 67 |
| Binary | 11001111 | 1001100 | 10011001 | 0 | 111111 | 11010 | 10011 | 101000101 | 111010 | 110111 |
Color Harmonies of #CF4C99
Complementary color
Monochromatic Colors of #CF4C99
Black with #CF4C99
Text Example
Text Example
White with #CF4C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C99; }
p { color: rgb(207,76,153); }
H1.HeaderClassName
{
color: #CF4C99;
}
.AnyTagClassName
{
color: #CF4C99;
}
</style>
background-color css
<style>
a { background-color: #CF4C99; }
a { background-color: rgb(207,76,153); }
div.DivClassName
{
background-color: #CF4C99;
}
.BgClassName
{
background-color: #CF4C99;
}
</style>
border-color css
<style>
span { border-color: #CF4C99; }
span { border-color: rgb(207,76,153); }
td.TdClassName
{
border-color: #CF4C99;
}
.TagClassName
{
border-color: #CF4C99;
}
</style>