Shades of Mulberry #CF3DA2
Tints of Mulberry #CF3DA2
RGB
CMYK
RGB Variations
Color information
#CF3DA2 (or 0xCF3DA2) is known color: Mulberry. HEX triplet: CF, 3D and A2. RGB value is (207,61,162). Sum of RGB (Red+Green+Blue) = 207+61+162=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3DA2 is #30C25D. Grayscale: #737373. Windows color (decimal): -3195486 or 10632655. OLE color: 10632655.
HSL color Cylindrical-coordinate representation of color #CF3DA2: hue angle of 318.49º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3DA2 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 162 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.19 |
| HSL | 318.49º | 0.6% | 0.53% | - |
| HSV(B) | 318.49º | 0.71% | 0.81% | - |
| XYZ | 33.92 | 19.21 | 36.1 | - |
| YUV | 116.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 162 | 0 | 0.71 | 0.22 | 0.19 | 318.49 | 0.6 | 0.53 |
| Hex | CF | 3D | A2 | 0 | 47 | 16 | 13 | 13E | 3C | 35 |
| Octal | 317 | 75 | 242 | 0 | 107 | 26 | 23 | 476 | 74 | 65 |
| Binary | 11001111 | 111101 | 10100010 | 0 | 1000111 | 10110 | 10011 | 100111110 | 111100 | 110101 |
Color Harmonies of #CF3DA2
Complementary color
Monochromatic Colors of #CF3DA2
Black with #CF3DA2
Text Example
Text Example
White with #CF3DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DA2; }
p { color: rgb(207,61,162); }
H1.HeaderClassName
{
color: #CF3DA2;
}
.AnyTagClassName
{
color: #CF3DA2;
}
</style>
background-color css
<style>
a { background-color: #CF3DA2; }
a { background-color: rgb(207,61,162); }
div.DivClassName
{
background-color: #CF3DA2;
}
.BgClassName
{
background-color: #CF3DA2;
}
</style>
border-color css
<style>
span { border-color: #CF3DA2; }
span { border-color: rgb(207,61,162); }
td.TdClassName
{
border-color: #CF3DA2;
}
.TagClassName
{
border-color: #CF3DA2;
}
</style>