Shades of Mulberry #CF38A2
Tints of Mulberry #CF38A2
RGB
CMYK
RGB Variations
Color information
#CF38A2 (or 0xCF38A2) is known color: Mulberry. HEX triplet: CF, 38 and A2. RGB value is (207,56,162). Sum of RGB (Red+Green+Blue) = 207+56+162=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF38A2 is #30C75D. Grayscale: #707070. Windows color (decimal): -3196766 or 10631375. OLE color: 10631375.
HSL color Cylindrical-coordinate representation of color #CF38A2: hue angle of 317.88º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF38A2 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 162 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.19 |
| HSL | 317.88º | 0.61% | 0.52% | - |
| HSV(B) | 317.88º | 0.73% | 0.81% | - |
| XYZ | 33.67 | 18.7 | 36.02 | - |
| YUV | 113.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 162 | 0 | 0.73 | 0.22 | 0.19 | 317.88 | 0.61 | 0.52 |
| Hex | CF | 38 | A2 | 0 | 49 | 16 | 13 | 13E | 3D | 34 |
| Octal | 317 | 70 | 242 | 0 | 111 | 26 | 23 | 476 | 75 | 64 |
| Binary | 11001111 | 111000 | 10100010 | 0 | 1001001 | 10110 | 10011 | 100111110 | 111101 | 110100 |
Color Harmonies of #CF38A2
Complementary color
Monochromatic Colors of #CF38A2
Black with #CF38A2
Text Example
Text Example
White with #CF38A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38A2; }
p { color: rgb(207,56,162); }
H1.HeaderClassName
{
color: #CF38A2;
}
.AnyTagClassName
{
color: #CF38A2;
}
</style>
background-color css
<style>
a { background-color: #CF38A2; }
a { background-color: rgb(207,56,162); }
div.DivClassName
{
background-color: #CF38A2;
}
.BgClassName
{
background-color: #CF38A2;
}
</style>
border-color css
<style>
span { border-color: #CF38A2; }
span { border-color: rgb(207,56,162); }
td.TdClassName
{
border-color: #CF38A2;
}
.TagClassName
{
border-color: #CF38A2;
}
</style>