Shades of Mulberry #CF448A
Tints of Mulberry #CF448A
RGB
CMYK
RGB Variations
Color information
#CF448A (or 0xCF448A) is known color: Mulberry. HEX triplet: CF, 44 and 8A. RGB value is (207,68,138). Sum of RGB (Red+Green+Blue) = 207+68+138=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF448A is #30BB75. Grayscale: #757575. Windows color (decimal): -3193718 or 9061583. OLE color: 9061583.
HSL color Cylindrical-coordinate representation of color #CF448A: hue angle of 329.78º 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 #CF448A is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 138 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.19 |
| HSL | 329.78º | 0.59% | 0.54% | - |
| HSV(B) | 329.78º | 0.67% | 0.81% | - |
| XYZ | 32.39 | 19.23 | 26.05 | - |
| YUV | 117.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 138 | 0 | 0.67 | 0.33 | 0.19 | 329.78 | 0.59 | 0.54 |
| Hex | CF | 44 | 8A | 0 | 43 | 21 | 13 | 14A | 3B | 36 |
| Octal | 317 | 104 | 212 | 0 | 103 | 41 | 23 | 512 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10001010 | 0 | 1000011 | 100001 | 10011 | 101001010 | 111011 | 110110 |
Color Harmonies of #CF448A
Complementary color
Monochromatic Colors of #CF448A
Black with #CF448A
Text Example
Text Example
White with #CF448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF448A; }
p { color: rgb(207,68,138); }
H1.HeaderClassName
{
color: #CF448A;
}
.AnyTagClassName
{
color: #CF448A;
}
</style>
background-color css
<style>
a { background-color: #CF448A; }
a { background-color: rgb(207,68,138); }
div.DivClassName
{
background-color: #CF448A;
}
.BgClassName
{
background-color: #CF448A;
}
</style>
border-color css
<style>
span { border-color: #CF448A; }
span { border-color: rgb(207,68,138); }
td.TdClassName
{
border-color: #CF448A;
}
.TagClassName
{
border-color: #CF448A;
}
</style>