Shades of Mulberry #CF3FA4
Tints of Mulberry #CF3FA4
RGB
CMYK
RGB Variations
Color information
#CF3FA4 (or 0xCF3FA4) is known color: Mulberry. HEX triplet: CF, 3F and A4. RGB value is (207,63,164). Sum of RGB (Red+Green+Blue) = 207+63+164=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3FA4 is #30C05B. Grayscale: #757575. Windows color (decimal): -3194972 or 10764239. OLE color: 10764239.
HSL color Cylindrical-coordinate representation of color #CF3FA4: hue angle of 317.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3FA4 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 164 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.19 |
| HSL | 317.92º | 0.6% | 0.53% | - |
| HSV(B) | 317.92º | 0.7% | 0.81% | - |
| XYZ | 34.21 | 19.5 | 37.08 | - |
| YUV | 117.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 164 | 0 | 0.70 | 0.21 | 0.19 | 317.92 | 0.6 | 0.53 |
| Hex | CF | 3F | A4 | 0 | 46 | 15 | 13 | 13E | 3C | 35 |
| Octal | 317 | 77 | 244 | 0 | 106 | 25 | 23 | 476 | 74 | 65 |
| Binary | 11001111 | 111111 | 10100100 | 0 | 1000110 | 10101 | 10011 | 100111110 | 111100 | 110101 |
Color Harmonies of #CF3FA4
Complementary color
Monochromatic Colors of #CF3FA4
Black with #CF3FA4
Text Example
Text Example
White with #CF3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FA4; }
p { color: rgb(207,63,164); }
H1.HeaderClassName
{
color: #CF3FA4;
}
.AnyTagClassName
{
color: #CF3FA4;
}
</style>
background-color css
<style>
a { background-color: #CF3FA4; }
a { background-color: rgb(207,63,164); }
div.DivClassName
{
background-color: #CF3FA4;
}
.BgClassName
{
background-color: #CF3FA4;
}
</style>
border-color css
<style>
span { border-color: #CF3FA4; }
span { border-color: rgb(207,63,164); }
td.TdClassName
{
border-color: #CF3FA4;
}
.TagClassName
{
border-color: #CF3FA4;
}
</style>