Shades of Mulberry #CF449C
Tints of Mulberry #CF449C
RGB
CMYK
RGB Variations
Color information
#CF449C (or 0xCF449C) is known color: Mulberry. HEX triplet: CF, 44 and 9C. RGB value is (207,68,156). Sum of RGB (Red+Green+Blue) = 207+68+156=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF449C is #30BB63. Grayscale: #777777. Windows color (decimal): -3193700 or 10241231. OLE color: 10241231.
HSL color Cylindrical-coordinate representation of color #CF449C: hue angle of 322.01º 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 #CF449C is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 156 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.19 |
| HSL | 322.01º | 0.59% | 0.54% | - |
| HSV(B) | 322.01º | 0.67% | 0.81% | - |
| XYZ | 33.8 | 19.8 | 33.49 | - |
| YUV | 119.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 156 | 0 | 0.67 | 0.25 | 0.19 | 322.01 | 0.59 | 0.54 |
| Hex | CF | 44 | 9C | 0 | 43 | 19 | 13 | 142 | 3B | 36 |
| Octal | 317 | 104 | 234 | 0 | 103 | 31 | 23 | 502 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10011100 | 0 | 1000011 | 11001 | 10011 | 101000010 | 111011 | 110110 |
Color Harmonies of #CF449C
Complementary color
Monochromatic Colors of #CF449C
Black with #CF449C
Text Example
Text Example
White with #CF449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF449C; }
p { color: rgb(207,68,156); }
H1.HeaderClassName
{
color: #CF449C;
}
.AnyTagClassName
{
color: #CF449C;
}
</style>
background-color css
<style>
a { background-color: #CF449C; }
a { background-color: rgb(207,68,156); }
div.DivClassName
{
background-color: #CF449C;
}
.BgClassName
{
background-color: #CF449C;
}
</style>
border-color css
<style>
span { border-color: #CF449C; }
span { border-color: rgb(207,68,156); }
td.TdClassName
{
border-color: #CF449C;
}
.TagClassName
{
border-color: #CF449C;
}
</style>