Shades of Mulberry #CF4AA3
Tints of Mulberry #CF4AA3
RGB
CMYK
RGB Variations
Color information
#CF4AA3 (or 0xCF4AA3) is known color: Mulberry. HEX triplet: CF, 4A and A3. RGB value is (207,74,163). Sum of RGB (Red+Green+Blue) = 207+74+163=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4AA3 is #30B55C. Grayscale: #7B7B7B. Windows color (decimal): -3192157 or 10701519. OLE color: 10701519.
HSL color Cylindrical-coordinate representation of color #CF4AA3: hue angle of 319.85º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4AA3 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 163 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.19 |
| HSL | 319.85º | 0.58% | 0.55% | - |
| HSV(B) | 319.85º | 0.64% | 0.81% | - |
| XYZ | 34.79 | 20.81 | 36.83 | - |
| YUV | 123.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 163 | 0 | 0.64 | 0.21 | 0.19 | 319.85 | 0.58 | 0.55 |
| Hex | CF | 4A | A3 | 0 | 40 | 15 | 13 | 140 | 3A | 37 |
| Octal | 317 | 112 | 243 | 0 | 100 | 25 | 23 | 500 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10100011 | 0 | 1000000 | 10101 | 10011 | 101000000 | 111010 | 110111 |
Color Harmonies of #CF4AA3
Complementary color
Monochromatic Colors of #CF4AA3
Black with #CF4AA3
Text Example
Text Example
White with #CF4AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AA3; }
p { color: rgb(207,74,163); }
H1.HeaderClassName
{
color: #CF4AA3;
}
.AnyTagClassName
{
color: #CF4AA3;
}
</style>
background-color css
<style>
a { background-color: #CF4AA3; }
a { background-color: rgb(207,74,163); }
div.DivClassName
{
background-color: #CF4AA3;
}
.BgClassName
{
background-color: #CF4AA3;
}
</style>
border-color css
<style>
span { border-color: #CF4AA3; }
span { border-color: rgb(207,74,163); }
td.TdClassName
{
border-color: #CF4AA3;
}
.TagClassName
{
border-color: #CF4AA3;
}
</style>