Shades of Mulberry #CC518C
Tints of Mulberry #CC518C
RGB
CMYK
RGB Variations
Color information
#CC518C (or 0xCC518C) is known color: Mulberry. HEX triplet: CC, 51 and 8C. RGB value is (204,81,140). Sum of RGB (Red+Green+Blue) = 204+81+140=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC518C is #33AE73. Grayscale: #7C7C7C. Windows color (decimal): -3386996 or 9195980. OLE color: 9195980.
HSL color Cylindrical-coordinate representation of color #CC518C: hue angle of 331.22º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC518C is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 140 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.2 |
| HSL | 331.22º | 0.55% | 0.56% | - |
| HSV(B) | 331.22º | 0.6% | 0.8% | - |
| XYZ | 32.58 | 20.62 | 27.07 | - |
| YUV | 124.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 140 | 0 | 0.60 | 0.31 | 0.2 | 331.22 | 0.55 | 0.56 |
| Hex | CC | 51 | 8C | 0 | 3C | 1F | 14 | 14B | 37 | 38 |
| Octal | 314 | 121 | 214 | 0 | 74 | 37 | 24 | 513 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10001100 | 0 | 111100 | 11111 | 10100 | 101001011 | 110111 | 111000 |
Color Harmonies of #CC518C
Complementary color
Monochromatic Colors of #CC518C
Black with #CC518C
Text Example
Text Example
White with #CC518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC518C; }
p { color: rgb(204,81,140); }
H1.HeaderClassName
{
color: #CC518C;
}
.AnyTagClassName
{
color: #CC518C;
}
</style>
background-color css
<style>
a { background-color: #CC518C; }
a { background-color: rgb(204,81,140); }
div.DivClassName
{
background-color: #CC518C;
}
.BgClassName
{
background-color: #CC518C;
}
</style>
border-color css
<style>
span { border-color: #CC518C; }
span { border-color: rgb(204,81,140); }
td.TdClassName
{
border-color: #CC518C;
}
.TagClassName
{
border-color: #CC518C;
}
</style>