Shades of Mulberry #CC538D
Tints of Mulberry #CC538D
RGB
CMYK
RGB Variations
Color information
#CC538D (or 0xCC538D) is known color: Mulberry. HEX triplet: CC, 53 and 8D. RGB value is (204,83,141). Sum of RGB (Red+Green+Blue) = 204+83+141=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC538D is #33AC72. Grayscale: #7D7D7D. Windows color (decimal): -3386483 or 9262028. OLE color: 9262028.
HSL color Cylindrical-coordinate representation of color #CC538D: hue angle of 331.24º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC538D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 141 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.2 |
| HSL | 331.24º | 0.54% | 0.56% | - |
| HSV(B) | 331.24º | 0.59% | 0.8% | - |
| XYZ | 32.8 | 20.95 | 27.51 | - |
| YUV | 125.79 | 136.59 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 141 | 0 | 0.59 | 0.31 | 0.2 | 331.24 | 0.54 | 0.56 |
| Hex | CC | 53 | 8D | 0 | 3B | 1F | 14 | 14B | 36 | 38 |
| Octal | 314 | 123 | 215 | 0 | 73 | 37 | 24 | 513 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10001101 | 0 | 111011 | 11111 | 10100 | 101001011 | 110110 | 111000 |
Color Harmonies of #CC538D
Complementary color
Monochromatic Colors of #CC538D
Black with #CC538D
Text Example
Text Example
White with #CC538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC538D; }
p { color: rgb(204,83,141); }
H1.HeaderClassName
{
color: #CC538D;
}
.AnyTagClassName
{
color: #CC538D;
}
</style>
background-color css
<style>
a { background-color: #CC538D; }
a { background-color: rgb(204,83,141); }
div.DivClassName
{
background-color: #CC538D;
}
.BgClassName
{
background-color: #CC538D;
}
</style>
border-color css
<style>
span { border-color: #CC538D; }
span { border-color: rgb(204,83,141); }
td.TdClassName
{
border-color: #CC538D;
}
.TagClassName
{
border-color: #CC538D;
}
</style>