Shades of Mulberry #CF39A2
Tints of Mulberry #CF39A2
RGB
CMYK
RGB Variations
Color information
#CF39A2 (or 0xCF39A2) is known color: Mulberry. HEX triplet: CF, 39 and A2. RGB value is (207,57,162). Sum of RGB (Red+Green+Blue) = 207+57+162=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF39A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF39A2 is #30C65D. Grayscale: #717171. Windows color (decimal): -3196510 or 10631631. OLE color: 10631631.
HSL color Cylindrical-coordinate representation of color #CF39A2: hue angle of 318º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF39A2 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 162 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.19 |
| HSL | 318º | 0.61% | 0.52% | - |
| HSV(B) | 318º | 0.72% | 0.81% | - |
| XYZ | 33.72 | 18.8 | 36.03 | - |
| YUV | 113.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 162 | 0 | 0.72 | 0.22 | 0.19 | 318 | 0.61 | 0.52 |
| Hex | CF | 39 | A2 | 0 | 48 | 16 | 13 | 13E | 3D | 34 |
| Octal | 317 | 71 | 242 | 0 | 110 | 26 | 23 | 476 | 75 | 64 |
| Binary | 11001111 | 111001 | 10100010 | 0 | 1001000 | 10110 | 10011 | 100111110 | 111101 | 110100 |
Color Harmonies of #CF39A2
Complementary color
Monochromatic Colors of #CF39A2
Black with #CF39A2
Text Example
Text Example
White with #CF39A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF39A2; }
p { color: rgb(207,57,162); }
H1.HeaderClassName
{
color: #CF39A2;
}
.AnyTagClassName
{
color: #CF39A2;
}
</style>
background-color css
<style>
a { background-color: #CF39A2; }
a { background-color: rgb(207,57,162); }
div.DivClassName
{
background-color: #CF39A2;
}
.BgClassName
{
background-color: #CF39A2;
}
</style>
border-color css
<style>
span { border-color: #CF39A2; }
span { border-color: rgb(207,57,162); }
td.TdClassName
{
border-color: #CF39A2;
}
.TagClassName
{
border-color: #CF39A2;
}
</style>