Shades of Mulberry #CF40A2
Tints of Mulberry #CF40A2
RGB
CMYK
RGB Variations
Color information
#CF40A2 (or 0xCF40A2) is known color: Mulberry. HEX triplet: CF, 40 and A2. RGB value is (207,64,162). Sum of RGB (Red+Green+Blue) = 207+64+162=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF40A2 is #30BF5D. Grayscale: #757575. Windows color (decimal): -3194718 or 10633423. OLE color: 10633423.
HSL color Cylindrical-coordinate representation of color #CF40A2: hue angle of 318.88º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40A2 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 162 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.19 |
| HSL | 318.88º | 0.6% | 0.53% | - |
| HSV(B) | 318.88º | 0.69% | 0.81% | - |
| XYZ | 34.09 | 19.54 | 36.16 | - |
| YUV | 117.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 162 | 0 | 0.69 | 0.22 | 0.19 | 318.88 | 0.6 | 0.53 |
| Hex | CF | 40 | A2 | 0 | 45 | 16 | 13 | 13F | 3C | 35 |
| Octal | 317 | 100 | 242 | 0 | 105 | 26 | 23 | 477 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10100010 | 0 | 1000101 | 10110 | 10011 | 100111111 | 111100 | 110101 |
Color Harmonies of #CF40A2
Complementary color
Monochromatic Colors of #CF40A2
Black with #CF40A2
Text Example
Text Example
White with #CF40A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40A2; }
p { color: rgb(207,64,162); }
H1.HeaderClassName
{
color: #CF40A2;
}
.AnyTagClassName
{
color: #CF40A2;
}
</style>
background-color css
<style>
a { background-color: #CF40A2; }
a { background-color: rgb(207,64,162); }
div.DivClassName
{
background-color: #CF40A2;
}
.BgClassName
{
background-color: #CF40A2;
}
</style>
border-color css
<style>
span { border-color: #CF40A2; }
span { border-color: rgb(207,64,162); }
td.TdClassName
{
border-color: #CF40A2;
}
.TagClassName
{
border-color: #CF40A2;
}
</style>