Shades of Mulberry #CF4499
Tints of Mulberry #CF4499
RGB
CMYK
RGB Variations
Color information
#CF4499 (or 0xCF4499) is known color: Mulberry. HEX triplet: CF, 44 and 99. RGB value is (207,68,153). Sum of RGB (Red+Green+Blue) = 207+68+153=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4499 is #30BB66. Grayscale: #777777. Windows color (decimal): -3193703 or 10044623. OLE color: 10044623.
HSL color Cylindrical-coordinate representation of color #CF4499: hue angle of 323.31º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4499 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 153 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.19 |
| HSL | 323.31º | 0.59% | 0.54% | - |
| HSV(B) | 323.31º | 0.67% | 0.81% | - |
| XYZ | 33.55 | 19.7 | 32.17 | - |
| YUV | 119.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 153 | 0 | 0.67 | 0.26 | 0.19 | 323.31 | 0.59 | 0.54 |
| Hex | CF | 44 | 99 | 0 | 43 | 1A | 13 | 143 | 3B | 36 |
| Octal | 317 | 104 | 231 | 0 | 103 | 32 | 23 | 503 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10011001 | 0 | 1000011 | 11010 | 10011 | 101000011 | 111011 | 110110 |
Color Harmonies of #CF4499
Complementary color
Monochromatic Colors of #CF4499
Black with #CF4499
Text Example
Text Example
White with #CF4499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4499; }
p { color: rgb(207,68,153); }
H1.HeaderClassName
{
color: #CF4499;
}
.AnyTagClassName
{
color: #CF4499;
}
</style>
background-color css
<style>
a { background-color: #CF4499; }
a { background-color: rgb(207,68,153); }
div.DivClassName
{
background-color: #CF4499;
}
.BgClassName
{
background-color: #CF4499;
}
</style>
border-color css
<style>
span { border-color: #CF4499; }
span { border-color: rgb(207,68,153); }
td.TdClassName
{
border-color: #CF4499;
}
.TagClassName
{
border-color: #CF4499;
}
</style>