Shades of Mulberry #CE508C
Tints of Mulberry #CE508C
RGB
CMYK
RGB Variations
Color information
#CE508C (or 0xCE508C) is known color: Mulberry. HEX triplet: CE, 50 and 8C. RGB value is (206,80,140). Sum of RGB (Red+Green+Blue) = 206+80+140=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE508C is #31AF73. Grayscale: #7C7C7C. Windows color (decimal): -3256180 or 9195726. OLE color: 9195726.
HSL color Cylindrical-coordinate representation of color #CE508C: hue angle of 331.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE508C is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 140 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.19 |
| HSL | 331.43º | 0.56% | 0.56% | - |
| HSV(B) | 331.43º | 0.61% | 0.81% | - |
| XYZ | 33.06 | 20.75 | 27.07 | - |
| YUV | 124.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 140 | 0 | 0.61 | 0.32 | 0.19 | 331.43 | 0.56 | 0.56 |
| Hex | CE | 50 | 8C | 0 | 3D | 20 | 13 | 14B | 38 | 38 |
| Octal | 316 | 120 | 214 | 0 | 75 | 40 | 23 | 513 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10001100 | 0 | 111101 | 100000 | 10011 | 101001011 | 111000 | 111000 |
Color Harmonies of #CE508C
Complementary color
Monochromatic Colors of #CE508C
Black with #CE508C
Text Example
Text Example
White with #CE508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE508C; }
p { color: rgb(206,80,140); }
H1.HeaderClassName
{
color: #CE508C;
}
.AnyTagClassName
{
color: #CE508C;
}
</style>
background-color css
<style>
a { background-color: #CE508C; }
a { background-color: rgb(206,80,140); }
div.DivClassName
{
background-color: #CE508C;
}
.BgClassName
{
background-color: #CE508C;
}
</style>
border-color css
<style>
span { border-color: #CE508C; }
span { border-color: rgb(206,80,140); }
td.TdClassName
{
border-color: #CE508C;
}
.TagClassName
{
border-color: #CE508C;
}
</style>