Shades of Mulberry #CF48A2
Tints of Mulberry #CF48A2
RGB
CMYK
RGB Variations
Color information
#CF48A2 (or 0xCF48A2) is known color: Mulberry. HEX triplet: CF, 48 and A2. RGB value is (207,72,162). Sum of RGB (Red+Green+Blue) = 207+72+162=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48A2 is #30B75D. Grayscale: #7A7A7A. Windows color (decimal): -3192670 or 10635471. OLE color: 10635471.
HSL color Cylindrical-coordinate representation of color #CF48A2: hue angle of 320º 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 #CF48A2 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 162 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.19 |
| HSL | 320º | 0.58% | 0.55% | - |
| HSV(B) | 320º | 0.65% | 0.81% | - |
| XYZ | 34.57 | 20.51 | 36.32 | - |
| YUV | 122.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 162 | 0 | 0.65 | 0.22 | 0.19 | 320 | 0.58 | 0.55 |
| Hex | CF | 48 | A2 | 0 | 41 | 16 | 13 | 140 | 3A | 37 |
| Octal | 317 | 110 | 242 | 0 | 101 | 26 | 23 | 500 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10100010 | 0 | 1000001 | 10110 | 10011 | 101000000 | 111010 | 110111 |
Color Harmonies of #CF48A2
Complementary color
Monochromatic Colors of #CF48A2
Black with #CF48A2
Text Example
Text Example
White with #CF48A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF48A2; }
p { color: rgb(207,72,162); }
H1.HeaderClassName
{
color: #CF48A2;
}
.AnyTagClassName
{
color: #CF48A2;
}
</style>
background-color css
<style>
a { background-color: #CF48A2; }
a { background-color: rgb(207,72,162); }
div.DivClassName
{
background-color: #CF48A2;
}
.BgClassName
{
background-color: #CF48A2;
}
</style>
border-color css
<style>
span { border-color: #CF48A2; }
span { border-color: rgb(207,72,162); }
td.TdClassName
{
border-color: #CF48A2;
}
.TagClassName
{
border-color: #CF48A2;
}
</style>