Shades of Mulberry #CE38A2
Tints of Mulberry #CE38A2
RGB
CMYK
RGB Variations
Color information
#CE38A2 (or 0xCE38A2) is known color: Mulberry. HEX triplet: CE, 38 and A2. RGB value is (206,56,162). Sum of RGB (Red+Green+Blue) = 206+56+162=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE38A2 is #31C75D. Grayscale: #707070. Windows color (decimal): -3262302 or 10631374. OLE color: 10631374.
HSL color Cylindrical-coordinate representation of color #CE38A2: hue angle of 317.6º 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 #CE38A2 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 162 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.19 |
| HSL | 317.6º | 0.6% | 0.51% | - |
| HSV(B) | 317.6º | 0.73% | 0.81% | - |
| XYZ | 33.39 | 18.56 | 36 | - |
| YUV | 112.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 162 | 0 | 0.73 | 0.21 | 0.19 | 317.6 | 0.6 | 0.51 |
| Hex | CE | 38 | A2 | 0 | 49 | 15 | 13 | 13E | 3C | 33 |
| Octal | 316 | 70 | 242 | 0 | 111 | 25 | 23 | 476 | 74 | 63 |
| Binary | 11001110 | 111000 | 10100010 | 0 | 1001001 | 10101 | 10011 | 100111110 | 111100 | 110011 |
Color Harmonies of #CE38A2
Complementary color
Monochromatic Colors of #CE38A2
Black with #CE38A2
Text Example
Text Example
White with #CE38A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38A2; }
p { color: rgb(206,56,162); }
H1.HeaderClassName
{
color: #CE38A2;
}
.AnyTagClassName
{
color: #CE38A2;
}
</style>
background-color css
<style>
a { background-color: #CE38A2; }
a { background-color: rgb(206,56,162); }
div.DivClassName
{
background-color: #CE38A2;
}
.BgClassName
{
background-color: #CE38A2;
}
</style>
border-color css
<style>
span { border-color: #CE38A2; }
span { border-color: rgb(206,56,162); }
td.TdClassName
{
border-color: #CE38A2;
}
.TagClassName
{
border-color: #CE38A2;
}
</style>