Shades of Mulberry #CF42A2
Tints of Mulberry #CF42A2
RGB
CMYK
RGB Variations
Color information
#CF42A2 (or 0xCF42A2) is known color: Mulberry. HEX triplet: CF, 42 and A2. RGB value is (207,66,162). Sum of RGB (Red+Green+Blue) = 207+66+162=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF42A2 is #30BD5D. Grayscale: #767676. Windows color (decimal): -3194206 or 10633935. OLE color: 10633935.
HSL color Cylindrical-coordinate representation of color #CF42A2: hue angle of 319.15º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF42A2 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 162 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.19 |
| HSL | 319.15º | 0.59% | 0.54% | - |
| HSV(B) | 319.15º | 0.68% | 0.81% | - |
| XYZ | 34.2 | 19.77 | 36.2 | - |
| YUV | 119.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 162 | 0 | 0.68 | 0.22 | 0.19 | 319.15 | 0.59 | 0.54 |
| Hex | CF | 42 | A2 | 0 | 44 | 16 | 13 | 13F | 3B | 36 |
| Octal | 317 | 102 | 242 | 0 | 104 | 26 | 23 | 477 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10100010 | 0 | 1000100 | 10110 | 10011 | 100111111 | 111011 | 110110 |
Color Harmonies of #CF42A2
Complementary color
Monochromatic Colors of #CF42A2
Black with #CF42A2
Text Example
Text Example
White with #CF42A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42A2; }
p { color: rgb(207,66,162); }
H1.HeaderClassName
{
color: #CF42A2;
}
.AnyTagClassName
{
color: #CF42A2;
}
</style>
background-color css
<style>
a { background-color: #CF42A2; }
a { background-color: rgb(207,66,162); }
div.DivClassName
{
background-color: #CF42A2;
}
.BgClassName
{
background-color: #CF42A2;
}
</style>
border-color css
<style>
span { border-color: #CF42A2; }
span { border-color: rgb(207,66,162); }
td.TdClassName
{
border-color: #CF42A2;
}
.TagClassName
{
border-color: #CF42A2;
}
</style>