Shades of Mulberry #CF3DA3
Tints of Mulberry #CF3DA3
RGB
CMYK
RGB Variations
Color information
#CF3DA3 (or 0xCF3DA3) is known color: Mulberry. HEX triplet: CF, 3D and A3. RGB value is (207,61,163). Sum of RGB (Red+Green+Blue) = 207+61+163=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3DA3 is #30C25C. Grayscale: #747474. Windows color (decimal): -3195485 or 10698191. OLE color: 10698191.
HSL color Cylindrical-coordinate representation of color #CF3DA3: hue angle of 318.08º 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 #CF3DA3 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 163 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.19 |
| HSL | 318.08º | 0.6% | 0.53% | - |
| HSV(B) | 318.08º | 0.71% | 0.81% | - |
| XYZ | 34.01 | 19.25 | 36.57 | - |
| YUV | 116.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 163 | 0 | 0.71 | 0.21 | 0.19 | 318.08 | 0.6 | 0.53 |
| Hex | CF | 3D | A3 | 0 | 47 | 15 | 13 | 13E | 3C | 35 |
| Octal | 317 | 75 | 243 | 0 | 107 | 25 | 23 | 476 | 74 | 65 |
| Binary | 11001111 | 111101 | 10100011 | 0 | 1000111 | 10101 | 10011 | 100111110 | 111100 | 110101 |
Color Harmonies of #CF3DA3
Complementary color
Monochromatic Colors of #CF3DA3
Black with #CF3DA3
Text Example
Text Example
White with #CF3DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DA3; }
p { color: rgb(207,61,163); }
H1.HeaderClassName
{
color: #CF3DA3;
}
.AnyTagClassName
{
color: #CF3DA3;
}
</style>
background-color css
<style>
a { background-color: #CF3DA3; }
a { background-color: rgb(207,61,163); }
div.DivClassName
{
background-color: #CF3DA3;
}
.BgClassName
{
background-color: #CF3DA3;
}
</style>
border-color css
<style>
span { border-color: #CF3DA3; }
span { border-color: rgb(207,61,163); }
td.TdClassName
{
border-color: #CF3DA3;
}
.TagClassName
{
border-color: #CF3DA3;
}
</style>