Shades of Mulberry #CE38A1
Tints of Mulberry #CE38A1
RGB
CMYK
RGB Variations
Color information
#CE38A1 (or 0xCE38A1) is known color: Mulberry. HEX triplet: CE, 38 and A1. RGB value is (206,56,161). Sum of RGB (Red+Green+Blue) = 206+56+161=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE38A1 is #31C75E. Grayscale: #707070. Windows color (decimal): -3262303 or 10565838. OLE color: 10565838.
HSL color Cylindrical-coordinate representation of color #CE38A1: hue angle of 318º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE38A1 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 161 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.19 |
| HSL | 318º | 0.6% | 0.51% | - |
| HSV(B) | 318º | 0.73% | 0.81% | - |
| XYZ | 33.3 | 18.52 | 35.54 | - |
| YUV | 112.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 161 | 0 | 0.73 | 0.22 | 0.19 | 318 | 0.6 | 0.51 |
| Hex | CE | 38 | A1 | 0 | 49 | 16 | 13 | 13E | 3C | 33 |
| Octal | 316 | 70 | 241 | 0 | 111 | 26 | 23 | 476 | 74 | 63 |
| Binary | 11001110 | 111000 | 10100001 | 0 | 1001001 | 10110 | 10011 | 100111110 | 111100 | 110011 |
Color Harmonies of #CE38A1
Complementary color
Monochromatic Colors of #CE38A1
Black with #CE38A1
Text Example
Text Example
White with #CE38A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38A1; }
p { color: rgb(206,56,161); }
H1.HeaderClassName
{
color: #CE38A1;
}
.AnyTagClassName
{
color: #CE38A1;
}
</style>
background-color css
<style>
a { background-color: #CE38A1; }
a { background-color: rgb(206,56,161); }
div.DivClassName
{
background-color: #CE38A1;
}
.BgClassName
{
background-color: #CE38A1;
}
</style>
border-color css
<style>
span { border-color: #CE38A1; }
span { border-color: rgb(206,56,161); }
td.TdClassName
{
border-color: #CE38A1;
}
.TagClassName
{
border-color: #CE38A1;
}
</style>