Shades of Mulberry #CE448A
Tints of Mulberry #CE448A
RGB
CMYK
RGB Variations
Color information
#CE448A (or 0xCE448A) is known color: Mulberry. HEX triplet: CE, 44 and 8A. RGB value is (206,68,138). Sum of RGB (Red+Green+Blue) = 206+68+138=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE448A is #31BB75. Grayscale: #757575. Windows color (decimal): -3259254 or 9061582. OLE color: 9061582.
HSL color Cylindrical-coordinate representation of color #CE448A: hue angle of 329.57º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE448A is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 138 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.19 |
| HSL | 329.57º | 0.58% | 0.54% | - |
| HSV(B) | 329.57º | 0.67% | 0.81% | - |
| XYZ | 32.11 | 19.09 | 26.04 | - |
| YUV | 117.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 138 | 0 | 0.67 | 0.33 | 0.19 | 329.57 | 0.58 | 0.54 |
| Hex | CE | 44 | 8A | 0 | 43 | 21 | 13 | 14A | 3A | 36 |
| Octal | 316 | 104 | 212 | 0 | 103 | 41 | 23 | 512 | 72 | 66 |
| Binary | 11001110 | 1000100 | 10001010 | 0 | 1000011 | 100001 | 10011 | 101001010 | 111010 | 110110 |
Color Harmonies of #CE448A
Complementary color
Monochromatic Colors of #CE448A
Black with #CE448A
Text Example
Text Example
White with #CE448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE448A; }
p { color: rgb(206,68,138); }
H1.HeaderClassName
{
color: #CE448A;
}
.AnyTagClassName
{
color: #CE448A;
}
</style>
background-color css
<style>
a { background-color: #CE448A; }
a { background-color: rgb(206,68,138); }
div.DivClassName
{
background-color: #CE448A;
}
.BgClassName
{
background-color: #CE448A;
}
</style>
border-color css
<style>
span { border-color: #CE448A; }
span { border-color: rgb(206,68,138); }
td.TdClassName
{
border-color: #CE448A;
}
.TagClassName
{
border-color: #CE448A;
}
</style>