Shades of Mulberry #CF52AA
Tints of Mulberry #CF52AA
RGB
CMYK
RGB Variations
Color information
#CF52AA (or 0xCF52AA) is known color: Mulberry. HEX triplet: CF, 52 and AA. RGB value is (207,82,170). Sum of RGB (Red+Green+Blue) = 207+82+170=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF52AA is #30AD55. Grayscale: #818181. Windows color (decimal): -3190102 or 11162319. OLE color: 11162319.
HSL color Cylindrical-coordinate representation of color #CF52AA: hue angle of 317.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF52AA is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 170 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.19 |
| HSL | 317.76º | 0.57% | 0.57% | - |
| HSV(B) | 317.76º | 0.6% | 0.81% | - |
| XYZ | 36.01 | 22.2 | 40.42 | - |
| YUV | 129.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 170 | 0 | 0.60 | 0.18 | 0.19 | 317.76 | 0.57 | 0.57 |
| Hex | CF | 52 | AA | 0 | 3C | 12 | 13 | 13E | 39 | 39 |
| Octal | 317 | 122 | 252 | 0 | 74 | 22 | 23 | 476 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10101010 | 0 | 111100 | 10010 | 10011 | 100111110 | 111001 | 111001 |
Color Harmonies of #CF52AA
Complementary color
Monochromatic Colors of #CF52AA
Black with #CF52AA
Text Example
Text Example
White with #CF52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52AA; }
p { color: rgb(207,82,170); }
H1.HeaderClassName
{
color: #CF52AA;
}
.AnyTagClassName
{
color: #CF52AA;
}
</style>
background-color css
<style>
a { background-color: #CF52AA; }
a { background-color: rgb(207,82,170); }
div.DivClassName
{
background-color: #CF52AA;
}
.BgClassName
{
background-color: #CF52AA;
}
</style>
border-color css
<style>
span { border-color: #CF52AA; }
span { border-color: rgb(207,82,170); }
td.TdClassName
{
border-color: #CF52AA;
}
.TagClassName
{
border-color: #CF52AA;
}
</style>