Shades of Mulberry #CE3FAA
Tints of Mulberry #CE3FAA
RGB
CMYK
RGB Variations
Color information
#CE3FAA (or 0xCE3FAA) is known color: Mulberry. HEX triplet: CE, 3F and AA. RGB value is (206,63,170). Sum of RGB (Red+Green+Blue) = 206+63+170=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3FAA is #31C055. Grayscale: #757575. Windows color (decimal): -3260502 or 11157454. OLE color: 11157454.
HSL color Cylindrical-coordinate representation of color #CE3FAA: hue angle of 315.1º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3FAA is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 170 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.19 |
| HSL | 315.1º | 0.59% | 0.53% | - |
| HSV(B) | 315.1º | 0.69% | 0.81% | - |
| XYZ | 34.49 | 19.58 | 39.99 | - |
| YUV | 117.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 170 | 0 | 0.69 | 0.17 | 0.19 | 315.1 | 0.59 | 0.53 |
| Hex | CE | 3F | AA | 0 | 45 | 11 | 13 | 13B | 3B | 35 |
| Octal | 316 | 77 | 252 | 0 | 105 | 21 | 23 | 473 | 73 | 65 |
| Binary | 11001110 | 111111 | 10101010 | 0 | 1000101 | 10001 | 10011 | 100111011 | 111011 | 110101 |
Color Harmonies of #CE3FAA
Complementary color
Monochromatic Colors of #CE3FAA
Black with #CE3FAA
Text Example
Text Example
White with #CE3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FAA; }
p { color: rgb(206,63,170); }
H1.HeaderClassName
{
color: #CE3FAA;
}
.AnyTagClassName
{
color: #CE3FAA;
}
</style>
background-color css
<style>
a { background-color: #CE3FAA; }
a { background-color: rgb(206,63,170); }
div.DivClassName
{
background-color: #CE3FAA;
}
.BgClassName
{
background-color: #CE3FAA;
}
</style>
border-color css
<style>
span { border-color: #CE3FAA; }
span { border-color: rgb(206,63,170); }
td.TdClassName
{
border-color: #CE3FAA;
}
.TagClassName
{
border-color: #CE3FAA;
}
</style>