Shades of Mulberry #CC538A
Tints of Mulberry #CC538A
RGB
CMYK
RGB Variations
Color information
#CC538A (or 0xCC538A) is known color: Mulberry. HEX triplet: CC, 53 and 8A. RGB value is (204,83,138). Sum of RGB (Red+Green+Blue) = 204+83+138=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC538A is #33AC75. Grayscale: #7D7D7D. Windows color (decimal): -3386486 or 9065420. OLE color: 9065420.
HSL color Cylindrical-coordinate representation of color #CC538A: hue angle of 332.73º 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 #CC538A is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 138 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.2 |
| HSL | 332.73º | 0.54% | 0.56% | - |
| HSV(B) | 332.73º | 0.59% | 0.8% | - |
| XYZ | 32.58 | 20.86 | 26.35 | - |
| YUV | 125.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 138 | 0 | 0.59 | 0.32 | 0.2 | 332.73 | 0.54 | 0.56 |
| Hex | CC | 53 | 8A | 0 | 3B | 20 | 14 | 14D | 36 | 38 |
| Octal | 314 | 123 | 212 | 0 | 73 | 40 | 24 | 515 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10001010 | 0 | 111011 | 100000 | 10100 | 101001101 | 110110 | 111000 |
Color Harmonies of #CC538A
Complementary color
Monochromatic Colors of #CC538A
Black with #CC538A
Text Example
Text Example
White with #CC538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC538A; }
p { color: rgb(204,83,138); }
H1.HeaderClassName
{
color: #CC538A;
}
.AnyTagClassName
{
color: #CC538A;
}
</style>
background-color css
<style>
a { background-color: #CC538A; }
a { background-color: rgb(204,83,138); }
div.DivClassName
{
background-color: #CC538A;
}
.BgClassName
{
background-color: #CC538A;
}
</style>
border-color css
<style>
span { border-color: #CC538A; }
span { border-color: rgb(204,83,138); }
td.TdClassName
{
border-color: #CC538A;
}
.TagClassName
{
border-color: #CC538A;
}
</style>