Shades of Mulberry #CC508C
Tints of Mulberry #CC508C
RGB
CMYK
RGB Variations
Color information
#CC508C (or 0xCC508C) is known color: Mulberry. HEX triplet: CC, 50 and 8C. RGB value is (204,80,140). Sum of RGB (Red+Green+Blue) = 204+80+140=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC508C is #33AF73. Grayscale: #7B7B7B. Windows color (decimal): -3387252 or 9195724. OLE color: 9195724.
HSL color Cylindrical-coordinate representation of color #CC508C: hue angle of 330.97º 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 #CC508C is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 140 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.2 |
| HSL | 330.97º | 0.55% | 0.56% | - |
| HSV(B) | 330.97º | 0.61% | 0.8% | - |
| XYZ | 32.5 | 20.47 | 27.05 | - |
| YUV | 123.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 140 | 0 | 0.61 | 0.31 | 0.2 | 330.97 | 0.55 | 0.56 |
| Hex | CC | 50 | 8C | 0 | 3D | 1F | 14 | 14B | 37 | 38 |
| Octal | 314 | 120 | 214 | 0 | 75 | 37 | 24 | 513 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10001100 | 0 | 111101 | 11111 | 10100 | 101001011 | 110111 | 111000 |
Color Harmonies of #CC508C
Complementary color
Monochromatic Colors of #CC508C
Black with #CC508C
Text Example
Text Example
White with #CC508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC508C; }
p { color: rgb(204,80,140); }
H1.HeaderClassName
{
color: #CC508C;
}
.AnyTagClassName
{
color: #CC508C;
}
</style>
background-color css
<style>
a { background-color: #CC508C; }
a { background-color: rgb(204,80,140); }
div.DivClassName
{
background-color: #CC508C;
}
.BgClassName
{
background-color: #CC508C;
}
</style>
border-color css
<style>
span { border-color: #CC508C; }
span { border-color: rgb(204,80,140); }
td.TdClassName
{
border-color: #CC508C;
}
.TagClassName
{
border-color: #CC508C;
}
</style>