Shades of Mulberry #CC508B
Tints of Mulberry #CC508B
RGB
CMYK
RGB Variations
Color information
#CC508B (or 0xCC508B) is known color: Mulberry. HEX triplet: CC, 50 and 8B. RGB value is (204,80,139). Sum of RGB (Red+Green+Blue) = 204+80+139=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC508B is #33AF74. Grayscale: #7B7B7B. Windows color (decimal): -3387253 or 9130188. OLE color: 9130188.
HSL color Cylindrical-coordinate representation of color #CC508B: hue angle of 331.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC508B is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 139 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.2 |
| HSL | 331.45º | 0.55% | 0.56% | - |
| HSV(B) | 331.45º | 0.61% | 0.8% | - |
| XYZ | 32.43 | 20.44 | 26.66 | - |
| YUV | 123.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 139 | 0 | 0.61 | 0.32 | 0.2 | 331.45 | 0.55 | 0.56 |
| Hex | CC | 50 | 8B | 0 | 3D | 20 | 14 | 14B | 37 | 38 |
| Octal | 314 | 120 | 213 | 0 | 75 | 40 | 24 | 513 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10001011 | 0 | 111101 | 100000 | 10100 | 101001011 | 110111 | 111000 |
Color Harmonies of #CC508B
Complementary color
Monochromatic Colors of #CC508B
Black with #CC508B
Text Example
Text Example
White with #CC508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC508B; }
p { color: rgb(204,80,139); }
H1.HeaderClassName
{
color: #CC508B;
}
.AnyTagClassName
{
color: #CC508B;
}
</style>
background-color css
<style>
a { background-color: #CC508B; }
a { background-color: rgb(204,80,139); }
div.DivClassName
{
background-color: #CC508B;
}
.BgClassName
{
background-color: #CC508B;
}
</style>
border-color css
<style>
span { border-color: #CC508B; }
span { border-color: rgb(204,80,139); }
td.TdClassName
{
border-color: #CC508B;
}
.TagClassName
{
border-color: #CC508B;
}
</style>