Shades of Mulberry #CF4AA4
Tints of Mulberry #CF4AA4
RGB
CMYK
RGB Variations
Color information
#CF4AA4 (or 0xCF4AA4) is known color: Mulberry. HEX triplet: CF, 4A and A4. RGB value is (207,74,164). Sum of RGB (Red+Green+Blue) = 207+74+164=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4AA4 is #30B55B. Grayscale: #7B7B7B. Windows color (decimal): -3192156 or 10767055. OLE color: 10767055.
HSL color Cylindrical-coordinate representation of color #CF4AA4: hue angle of 319.4º 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 #CF4AA4 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 164 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.19 |
| HSL | 319.4º | 0.58% | 0.55% | - |
| HSV(B) | 319.4º | 0.64% | 0.81% | - |
| XYZ | 34.88 | 20.84 | 37.31 | - |
| YUV | 124.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 164 | 0 | 0.64 | 0.21 | 0.19 | 319.4 | 0.58 | 0.55 |
| Hex | CF | 4A | A4 | 0 | 40 | 15 | 13 | 13F | 3A | 37 |
| Octal | 317 | 112 | 244 | 0 | 100 | 25 | 23 | 477 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10100100 | 0 | 1000000 | 10101 | 10011 | 100111111 | 111010 | 110111 |
Color Harmonies of #CF4AA4
Complementary color
Monochromatic Colors of #CF4AA4
Black with #CF4AA4
Text Example
Text Example
White with #CF4AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AA4; }
p { color: rgb(207,74,164); }
H1.HeaderClassName
{
color: #CF4AA4;
}
.AnyTagClassName
{
color: #CF4AA4;
}
</style>
background-color css
<style>
a { background-color: #CF4AA4; }
a { background-color: rgb(207,74,164); }
div.DivClassName
{
background-color: #CF4AA4;
}
.BgClassName
{
background-color: #CF4AA4;
}
</style>
border-color css
<style>
span { border-color: #CF4AA4; }
span { border-color: rgb(207,74,164); }
td.TdClassName
{
border-color: #CF4AA4;
}
.TagClassName
{
border-color: #CF4AA4;
}
</style>