Shades of Mulberry #CC509F
Tints of Mulberry #CC509F
RGB
CMYK
RGB Variations
Color information
#CC509F (or 0xCC509F) is known color: Mulberry. HEX triplet: CC, 50 and 9F. RGB value is (204,80,159). Sum of RGB (Red+Green+Blue) = 204+80+159=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC509F is #33AF60. Grayscale: #7D7D7D. Windows color (decimal): -3387233 or 10440908. OLE color: 10440908.
HSL color Cylindrical-coordinate representation of color #CC509F: hue angle of 321.77º 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 #CC509F is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 159 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.2 |
| HSL | 321.77º | 0.55% | 0.56% | - |
| HSV(B) | 321.77º | 0.61% | 0.8% | - |
| XYZ | 34.03 | 21.08 | 35.08 | - |
| YUV | 126.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 159 | 0 | 0.61 | 0.22 | 0.2 | 321.77 | 0.55 | 0.56 |
| Hex | CC | 50 | 9F | 0 | 3D | 16 | 14 | 142 | 37 | 38 |
| Octal | 314 | 120 | 237 | 0 | 75 | 26 | 24 | 502 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10011111 | 0 | 111101 | 10110 | 10100 | 101000010 | 110111 | 111000 |
Color Harmonies of #CC509F
Complementary color
Monochromatic Colors of #CC509F
Black with #CC509F
Text Example
Text Example
White with #CC509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC509F; }
p { color: rgb(204,80,159); }
H1.HeaderClassName
{
color: #CC509F;
}
.AnyTagClassName
{
color: #CC509F;
}
</style>
background-color css
<style>
a { background-color: #CC509F; }
a { background-color: rgb(204,80,159); }
div.DivClassName
{
background-color: #CC509F;
}
.BgClassName
{
background-color: #CC509F;
}
</style>
border-color css
<style>
span { border-color: #CC509F; }
span { border-color: rgb(204,80,159); }
td.TdClassName
{
border-color: #CC509F;
}
.TagClassName
{
border-color: #CC509F;
}
</style>