Shades of Mulberry #CF4AAA
Tints of Mulberry #CF4AAA
RGB
CMYK
RGB Variations
Color information
#CF4AAA (or 0xCF4AAA) is known color: Mulberry. HEX triplet: CF, 4A and AA. RGB value is (207,74,170). Sum of RGB (Red+Green+Blue) = 207+74+170=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4AAA is #30B555. Grayscale: #7C7C7C. Windows color (decimal): -3192150 or 11160271. OLE color: 11160271.
HSL color Cylindrical-coordinate representation of color #CF4AAA: hue angle of 316.69º 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 #CF4AAA is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 170 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.19 |
| HSL | 316.69º | 0.58% | 0.55% | - |
| HSV(B) | 316.69º | 0.64% | 0.81% | - |
| XYZ | 35.44 | 21.07 | 40.23 | - |
| YUV | 124.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 170 | 0 | 0.64 | 0.18 | 0.19 | 316.69 | 0.58 | 0.55 |
| Hex | CF | 4A | AA | 0 | 40 | 12 | 13 | 13D | 3A | 37 |
| Octal | 317 | 112 | 252 | 0 | 100 | 22 | 23 | 475 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10101010 | 0 | 1000000 | 10010 | 10011 | 100111101 | 111010 | 110111 |
Color Harmonies of #CF4AAA
Complementary color
Monochromatic Colors of #CF4AAA
Black with #CF4AAA
Text Example
Text Example
White with #CF4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AAA; }
p { color: rgb(207,74,170); }
H1.HeaderClassName
{
color: #CF4AAA;
}
.AnyTagClassName
{
color: #CF4AAA;
}
</style>
background-color css
<style>
a { background-color: #CF4AAA; }
a { background-color: rgb(207,74,170); }
div.DivClassName
{
background-color: #CF4AAA;
}
.BgClassName
{
background-color: #CF4AAA;
}
</style>
border-color css
<style>
span { border-color: #CF4AAA; }
span { border-color: rgb(207,74,170); }
td.TdClassName
{
border-color: #CF4AAA;
}
.TagClassName
{
border-color: #CF4AAA;
}
</style>