Shades of Mulberry #CF448B
Tints of Mulberry #CF448B
RGB
CMYK
RGB Variations
Color information
#CF448B (or 0xCF448B) is known color: Mulberry. HEX triplet: CF, 44 and 8B. RGB value is (207,68,139). Sum of RGB (Red+Green+Blue) = 207+68+139=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF448B is #30BB74. Grayscale: #757575. Windows color (decimal): -3193717 or 9127119. OLE color: 9127119.
HSL color Cylindrical-coordinate representation of color #CF448B: hue angle of 329.35º 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 #CF448B is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 139 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.19 |
| HSL | 329.35º | 0.59% | 0.54% | - |
| HSV(B) | 329.35º | 0.67% | 0.81% | - |
| XYZ | 32.46 | 19.26 | 26.43 | - |
| YUV | 117.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 139 | 0 | 0.67 | 0.33 | 0.19 | 329.35 | 0.59 | 0.54 |
| Hex | CF | 44 | 8B | 0 | 43 | 21 | 13 | 149 | 3B | 36 |
| Octal | 317 | 104 | 213 | 0 | 103 | 41 | 23 | 511 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10001011 | 0 | 1000011 | 100001 | 10011 | 101001001 | 111011 | 110110 |
Color Harmonies of #CF448B
Complementary color
Monochromatic Colors of #CF448B
Black with #CF448B
Text Example
Text Example
White with #CF448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF448B; }
p { color: rgb(207,68,139); }
H1.HeaderClassName
{
color: #CF448B;
}
.AnyTagClassName
{
color: #CF448B;
}
</style>
background-color css
<style>
a { background-color: #CF448B; }
a { background-color: rgb(207,68,139); }
div.DivClassName
{
background-color: #CF448B;
}
.BgClassName
{
background-color: #CF448B;
}
</style>
border-color css
<style>
span { border-color: #CF448B; }
span { border-color: rgb(207,68,139); }
td.TdClassName
{
border-color: #CF448B;
}
.TagClassName
{
border-color: #CF448B;
}
</style>