Shades of Mulberry #CF449E
Tints of Mulberry #CF449E
RGB
CMYK
RGB Variations
Color information
#CF449E (or 0xCF449E) is known color: Mulberry. HEX triplet: CF, 44 and 9E. RGB value is (207,68,158). Sum of RGB (Red+Green+Blue) = 207+68+158=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF449E is #30BB61. Grayscale: #777777. Windows color (decimal): -3193698 or 10372303. OLE color: 10372303.
HSL color Cylindrical-coordinate representation of color #CF449E: hue angle of 321.15º 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 #CF449E is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 158 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.19 |
| HSL | 321.15º | 0.59% | 0.54% | - |
| HSV(B) | 321.15º | 0.67% | 0.81% | - |
| XYZ | 33.97 | 19.87 | 34.39 | - |
| YUV | 119.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 158 | 0 | 0.67 | 0.24 | 0.19 | 321.15 | 0.59 | 0.54 |
| Hex | CF | 44 | 9E | 0 | 43 | 18 | 13 | 141 | 3B | 36 |
| Octal | 317 | 104 | 236 | 0 | 103 | 30 | 23 | 501 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10011110 | 0 | 1000011 | 11000 | 10011 | 101000001 | 111011 | 110110 |
Color Harmonies of #CF449E
Complementary color
Monochromatic Colors of #CF449E
Black with #CF449E
Text Example
Text Example
White with #CF449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF449E; }
p { color: rgb(207,68,158); }
H1.HeaderClassName
{
color: #CF449E;
}
.AnyTagClassName
{
color: #CF449E;
}
</style>
background-color css
<style>
a { background-color: #CF449E; }
a { background-color: rgb(207,68,158); }
div.DivClassName
{
background-color: #CF449E;
}
.BgClassName
{
background-color: #CF449E;
}
</style>
border-color css
<style>
span { border-color: #CF449E; }
span { border-color: rgb(207,68,158); }
td.TdClassName
{
border-color: #CF449E;
}
.TagClassName
{
border-color: #CF449E;
}
</style>