Shades of Mulberry #CF448E
Tints of Mulberry #CF448E
RGB
CMYK
RGB Variations
Color information
#CF448E (or 0xCF448E) is known color: Mulberry. HEX triplet: CF, 44 and 8E. RGB value is (207,68,142). Sum of RGB (Red+Green+Blue) = 207+68+142=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF448E is #30BB71. Grayscale: #757575. Windows color (decimal): -3193714 or 9323727. OLE color: 9323727.
HSL color Cylindrical-coordinate representation of color #CF448E: hue angle of 328.06º 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 #CF448E is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 142 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.19 |
| HSL | 328.06º | 0.59% | 0.54% | - |
| HSV(B) | 328.06º | 0.67% | 0.81% | - |
| XYZ | 32.68 | 19.35 | 27.6 | - |
| YUV | 118 | 141.55 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 142 | 0 | 0.67 | 0.31 | 0.19 | 328.06 | 0.59 | 0.54 |
| Hex | CF | 44 | 8E | 0 | 43 | 1F | 13 | 148 | 3B | 36 |
| Octal | 317 | 104 | 216 | 0 | 103 | 37 | 23 | 510 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10001110 | 0 | 1000011 | 11111 | 10011 | 101001000 | 111011 | 110110 |
Color Harmonies of #CF448E
Complementary color
Monochromatic Colors of #CF448E
Black with #CF448E
Text Example
Text Example
White with #CF448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF448E; }
p { color: rgb(207,68,142); }
H1.HeaderClassName
{
color: #CF448E;
}
.AnyTagClassName
{
color: #CF448E;
}
</style>
background-color css
<style>
a { background-color: #CF448E; }
a { background-color: rgb(207,68,142); }
div.DivClassName
{
background-color: #CF448E;
}
.BgClassName
{
background-color: #CF448E;
}
</style>
border-color css
<style>
span { border-color: #CF448E; }
span { border-color: rgb(207,68,142); }
td.TdClassName
{
border-color: #CF448E;
}
.TagClassName
{
border-color: #CF448E;
}
</style>