Shades of Mulberry #CF41A2
Tints of Mulberry #CF41A2
RGB
CMYK
RGB Variations
Color information
#CF41A2 (or 0xCF41A2) is known color: Mulberry. HEX triplet: CF, 41 and A2. RGB value is (207,65,162). Sum of RGB (Red+Green+Blue) = 207+65+162=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41A2 is #30BE5D. Grayscale: #767676. Windows color (decimal): -3194462 or 10633679. OLE color: 10633679.
HSL color Cylindrical-coordinate representation of color #CF41A2: hue angle of 319.01º 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 #CF41A2 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 162 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.19 |
| HSL | 319.01º | 0.6% | 0.53% | - |
| HSV(B) | 319.01º | 0.69% | 0.81% | - |
| XYZ | 34.14 | 19.65 | 36.18 | - |
| YUV | 118.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 162 | 0 | 0.69 | 0.22 | 0.19 | 319.01 | 0.6 | 0.53 |
| Hex | CF | 41 | A2 | 0 | 45 | 16 | 13 | 13F | 3C | 35 |
| Octal | 317 | 101 | 242 | 0 | 105 | 26 | 23 | 477 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10100010 | 0 | 1000101 | 10110 | 10011 | 100111111 | 111100 | 110101 |
Color Harmonies of #CF41A2
Complementary color
Monochromatic Colors of #CF41A2
Black with #CF41A2
Text Example
Text Example
White with #CF41A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41A2; }
p { color: rgb(207,65,162); }
H1.HeaderClassName
{
color: #CF41A2;
}
.AnyTagClassName
{
color: #CF41A2;
}
</style>
background-color css
<style>
a { background-color: #CF41A2; }
a { background-color: rgb(207,65,162); }
div.DivClassName
{
background-color: #CF41A2;
}
.BgClassName
{
background-color: #CF41A2;
}
</style>
border-color css
<style>
span { border-color: #CF41A2; }
span { border-color: rgb(207,65,162); }
td.TdClassName
{
border-color: #CF41A2;
}
.TagClassName
{
border-color: #CF41A2;
}
</style>