Shades of Mulberry #CF3AA4
Tints of Mulberry #CF3AA4
RGB
CMYK
RGB Variations
Color information
#CF3AA4 (or 0xCF3AA4) is known color: Mulberry. HEX triplet: CF, 3A and A4. RGB value is (207,58,164). Sum of RGB (Red+Green+Blue) = 207+58+164=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3AA4 is #30C55B. Grayscale: #727272. Windows color (decimal): -3196252 or 10762959. OLE color: 10762959.
HSL color Cylindrical-coordinate representation of color #CF3AA4: hue angle of 317.32º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3AA4 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 164 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.19 |
| HSL | 317.32º | 0.61% | 0.52% | - |
| HSV(B) | 317.32º | 0.72% | 0.81% | - |
| XYZ | 33.95 | 18.97 | 36.99 | - |
| YUV | 114.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 164 | 0 | 0.72 | 0.21 | 0.19 | 317.32 | 0.61 | 0.52 |
| Hex | CF | 3A | A4 | 0 | 48 | 15 | 13 | 13D | 3D | 34 |
| Octal | 317 | 72 | 244 | 0 | 110 | 25 | 23 | 475 | 75 | 64 |
| Binary | 11001111 | 111010 | 10100100 | 0 | 1001000 | 10101 | 10011 | 100111101 | 111101 | 110100 |
Color Harmonies of #CF3AA4
Complementary color
Monochromatic Colors of #CF3AA4
Black with #CF3AA4
Text Example
Text Example
White with #CF3AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AA4; }
p { color: rgb(207,58,164); }
H1.HeaderClassName
{
color: #CF3AA4;
}
.AnyTagClassName
{
color: #CF3AA4;
}
</style>
background-color css
<style>
a { background-color: #CF3AA4; }
a { background-color: rgb(207,58,164); }
div.DivClassName
{
background-color: #CF3AA4;
}
.BgClassName
{
background-color: #CF3AA4;
}
</style>
border-color css
<style>
span { border-color: #CF3AA4; }
span { border-color: rgb(207,58,164); }
td.TdClassName
{
border-color: #CF3AA4;
}
.TagClassName
{
border-color: #CF3AA4;
}
</style>