Shades of Mulberry #CF3FA0
Tints of Mulberry #CF3FA0
RGB
CMYK
RGB Variations
Color information
#CF3FA0 (or 0xCF3FA0) is known color: Mulberry. HEX triplet: CF, 3F and A0. RGB value is (207,63,160). Sum of RGB (Red+Green+Blue) = 207+63+160=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3FA0 is #30C05F. Grayscale: #747474. Windows color (decimal): -3194976 or 10502095. OLE color: 10502095.
HSL color Cylindrical-coordinate representation of color #CF3FA0: hue angle of 319.58º 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 #CF3FA0 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 160 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.19 |
| HSL | 319.58º | 0.6% | 0.53% | - |
| HSV(B) | 319.58º | 0.7% | 0.81% | - |
| XYZ | 33.85 | 19.36 | 35.21 | - |
| YUV | 117.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 160 | 0 | 0.70 | 0.23 | 0.19 | 319.58 | 0.6 | 0.53 |
| Hex | CF | 3F | A0 | 0 | 46 | 17 | 13 | 140 | 3C | 35 |
| Octal | 317 | 77 | 240 | 0 | 106 | 27 | 23 | 500 | 74 | 65 |
| Binary | 11001111 | 111111 | 10100000 | 0 | 1000110 | 10111 | 10011 | 101000000 | 111100 | 110101 |
Color Harmonies of #CF3FA0
Complementary color
Monochromatic Colors of #CF3FA0
Black with #CF3FA0
Text Example
Text Example
White with #CF3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FA0; }
p { color: rgb(207,63,160); }
H1.HeaderClassName
{
color: #CF3FA0;
}
.AnyTagClassName
{
color: #CF3FA0;
}
</style>
background-color css
<style>
a { background-color: #CF3FA0; }
a { background-color: rgb(207,63,160); }
div.DivClassName
{
background-color: #CF3FA0;
}
.BgClassName
{
background-color: #CF3FA0;
}
</style>
border-color css
<style>
span { border-color: #CF3FA0; }
span { border-color: rgb(207,63,160); }
td.TdClassName
{
border-color: #CF3FA0;
}
.TagClassName
{
border-color: #CF3FA0;
}
</style>