Shades of Mulberry #CF448C
Tints of Mulberry #CF448C
RGB
CMYK
RGB Variations
Color information
#CF448C (or 0xCF448C) is known color: Mulberry. HEX triplet: CF, 44 and 8C. RGB value is (207,68,140). Sum of RGB (Red+Green+Blue) = 207+68+140=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF448C is #30BB73. Grayscale: #757575. Windows color (decimal): -3193716 or 9192655. OLE color: 9192655.
HSL color Cylindrical-coordinate representation of color #CF448C: hue angle of 328.92º 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 #CF448C is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 140 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.19 |
| HSL | 328.92º | 0.59% | 0.54% | - |
| HSV(B) | 328.92º | 0.67% | 0.81% | - |
| XYZ | 32.53 | 19.29 | 26.82 | - |
| YUV | 117.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 140 | 0 | 0.67 | 0.32 | 0.19 | 328.92 | 0.59 | 0.54 |
| Hex | CF | 44 | 8C | 0 | 43 | 20 | 13 | 149 | 3B | 36 |
| Octal | 317 | 104 | 214 | 0 | 103 | 40 | 23 | 511 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10001100 | 0 | 1000011 | 100000 | 10011 | 101001001 | 111011 | 110110 |
Color Harmonies of #CF448C
Complementary color
Monochromatic Colors of #CF448C
Black with #CF448C
Text Example
Text Example
White with #CF448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF448C; }
p { color: rgb(207,68,140); }
H1.HeaderClassName
{
color: #CF448C;
}
.AnyTagClassName
{
color: #CF448C;
}
</style>
background-color css
<style>
a { background-color: #CF448C; }
a { background-color: rgb(207,68,140); }
div.DivClassName
{
background-color: #CF448C;
}
.BgClassName
{
background-color: #CF448C;
}
</style>
border-color css
<style>
span { border-color: #CF448C; }
span { border-color: rgb(207,68,140); }
td.TdClassName
{
border-color: #CF448C;
}
.TagClassName
{
border-color: #CF448C;
}
</style>