Shades of Mulberry #CC538C
Tints of Mulberry #CC538C
RGB
CMYK
RGB Variations
Color information
#CC538C (or 0xCC538C) is known color: Mulberry. HEX triplet: CC, 53 and 8C. RGB value is (204,83,140). Sum of RGB (Red+Green+Blue) = 204+83+140=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC538C is #33AC73. Grayscale: #7D7D7D. Windows color (decimal): -3386484 or 9196492. OLE color: 9196492.
HSL color Cylindrical-coordinate representation of color #CC538C: hue angle of 331.74º 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 #CC538C is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 140 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.2 |
| HSL | 331.74º | 0.54% | 0.56% | - |
| HSV(B) | 331.74º | 0.59% | 0.8% | - |
| XYZ | 32.73 | 20.92 | 27.12 | - |
| YUV | 125.68 | 136.09 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 140 | 0 | 0.59 | 0.31 | 0.2 | 331.74 | 0.54 | 0.56 |
| Hex | CC | 53 | 8C | 0 | 3B | 1F | 14 | 14C | 36 | 38 |
| Octal | 314 | 123 | 214 | 0 | 73 | 37 | 24 | 514 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10001100 | 0 | 111011 | 11111 | 10100 | 101001100 | 110110 | 111000 |
Color Harmonies of #CC538C
Complementary color
Monochromatic Colors of #CC538C
Black with #CC538C
Text Example
Text Example
White with #CC538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC538C; }
p { color: rgb(204,83,140); }
H1.HeaderClassName
{
color: #CC538C;
}
.AnyTagClassName
{
color: #CC538C;
}
</style>
background-color css
<style>
a { background-color: #CC538C; }
a { background-color: rgb(204,83,140); }
div.DivClassName
{
background-color: #CC538C;
}
.BgClassName
{
background-color: #CC538C;
}
</style>
border-color css
<style>
span { border-color: #CC538C; }
span { border-color: rgb(204,83,140); }
td.TdClassName
{
border-color: #CC538C;
}
.TagClassName
{
border-color: #CC538C;
}
</style>