Shades of Mulberry #CE3F9C
Tints of Mulberry #CE3F9C
RGB
CMYK
RGB Variations
Color information
#CE3F9C (or 0xCE3F9C) is known color: Mulberry. HEX triplet: CE, 3F and 9C. RGB value is (206,63,156). Sum of RGB (Red+Green+Blue) = 206+63+156=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3F9C is #31C063. Grayscale: #747474. Windows color (decimal): -3260516 or 10239950. OLE color: 10239950.
HSL color Cylindrical-coordinate representation of color #CE3F9C: hue angle of 320.98º 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 #CE3F9C is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 156 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.19 |
| HSL | 320.98º | 0.59% | 0.53% | - |
| HSV(B) | 320.98º | 0.69% | 0.81% | - |
| XYZ | 33.23 | 19.08 | 33.38 | - |
| YUV | 116.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 156 | 0 | 0.69 | 0.24 | 0.19 | 320.98 | 0.59 | 0.53 |
| Hex | CE | 3F | 9C | 0 | 45 | 18 | 13 | 141 | 3B | 35 |
| Octal | 316 | 77 | 234 | 0 | 105 | 30 | 23 | 501 | 73 | 65 |
| Binary | 11001110 | 111111 | 10011100 | 0 | 1000101 | 11000 | 10011 | 101000001 | 111011 | 110101 |
Color Harmonies of #CE3F9C
Complementary color
Monochromatic Colors of #CE3F9C
Black with #CE3F9C
Text Example
Text Example
White with #CE3F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F9C; }
p { color: rgb(206,63,156); }
H1.HeaderClassName
{
color: #CE3F9C;
}
.AnyTagClassName
{
color: #CE3F9C;
}
</style>
background-color css
<style>
a { background-color: #CE3F9C; }
a { background-color: rgb(206,63,156); }
div.DivClassName
{
background-color: #CE3F9C;
}
.BgClassName
{
background-color: #CE3F9C;
}
</style>
border-color css
<style>
span { border-color: #CE3F9C; }
span { border-color: rgb(206,63,156); }
td.TdClassName
{
border-color: #CE3F9C;
}
.TagClassName
{
border-color: #CE3F9C;
}
</style>