Shades of Mulberry #CF48A1
Tints of Mulberry #CF48A1
RGB
CMYK
RGB Variations
Color information
#CF48A1 (or 0xCF48A1) is known color: Mulberry. HEX triplet: CF, 48 and A1. RGB value is (207,72,161). Sum of RGB (Red+Green+Blue) = 207+72+161=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48A1 is #30B75E. Grayscale: #7A7A7A. Windows color (decimal): -3192671 or 10569935. OLE color: 10569935.
HSL color Cylindrical-coordinate representation of color #CF48A1: hue angle of 320.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF48A1 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 161 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.19 |
| HSL | 320.44º | 0.58% | 0.55% | - |
| HSV(B) | 320.44º | 0.65% | 0.81% | - |
| XYZ | 34.48 | 20.47 | 35.85 | - |
| YUV | 122.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 161 | 0 | 0.65 | 0.22 | 0.19 | 320.44 | 0.58 | 0.55 |
| Hex | CF | 48 | A1 | 0 | 41 | 16 | 13 | 140 | 3A | 37 |
| Octal | 317 | 110 | 241 | 0 | 101 | 26 | 23 | 500 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10100001 | 0 | 1000001 | 10110 | 10011 | 101000000 | 111010 | 110111 |
Color Harmonies of #CF48A1
Complementary color
Monochromatic Colors of #CF48A1
Black with #CF48A1
Text Example
Text Example
White with #CF48A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF48A1; }
p { color: rgb(207,72,161); }
H1.HeaderClassName
{
color: #CF48A1;
}
.AnyTagClassName
{
color: #CF48A1;
}
</style>
background-color css
<style>
a { background-color: #CF48A1; }
a { background-color: rgb(207,72,161); }
div.DivClassName
{
background-color: #CF48A1;
}
.BgClassName
{
background-color: #CF48A1;
}
</style>
border-color css
<style>
span { border-color: #CF48A1; }
span { border-color: rgb(207,72,161); }
td.TdClassName
{
border-color: #CF48A1;
}
.TagClassName
{
border-color: #CF48A1;
}
</style>