Shades of Mulberry #CC509A
Tints of Mulberry #CC509A
RGB
CMYK
RGB Variations
Color information
#CC509A (or 0xCC509A) is known color: Mulberry. HEX triplet: CC, 50 and 9A. RGB value is (204,80,154). Sum of RGB (Red+Green+Blue) = 204+80+154=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC509A is #33AF65. Grayscale: #7D7D7D. Windows color (decimal): -3387238 or 10113228. OLE color: 10113228.
HSL color Cylindrical-coordinate representation of color #CC509A: hue angle of 324.19º 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 #CC509A is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 154 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.2 |
| HSL | 324.19º | 0.55% | 0.56% | - |
| HSV(B) | 324.19º | 0.61% | 0.8% | - |
| XYZ | 33.6 | 20.91 | 32.84 | - |
| YUV | 125.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 154 | 0 | 0.61 | 0.25 | 0.2 | 324.19 | 0.55 | 0.56 |
| Hex | CC | 50 | 9A | 0 | 3D | 19 | 14 | 144 | 37 | 38 |
| Octal | 314 | 120 | 232 | 0 | 75 | 31 | 24 | 504 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10011010 | 0 | 111101 | 11001 | 10100 | 101000100 | 110111 | 111000 |
Color Harmonies of #CC509A
Complementary color
Monochromatic Colors of #CC509A
Black with #CC509A
Text Example
Text Example
White with #CC509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC509A; }
p { color: rgb(204,80,154); }
H1.HeaderClassName
{
color: #CC509A;
}
.AnyTagClassName
{
color: #CC509A;
}
</style>
background-color css
<style>
a { background-color: #CC509A; }
a { background-color: rgb(204,80,154); }
div.DivClassName
{
background-color: #CC509A;
}
.BgClassName
{
background-color: #CC509A;
}
</style>
border-color css
<style>
span { border-color: #CC509A; }
span { border-color: rgb(204,80,154); }
td.TdClassName
{
border-color: #CC509A;
}
.TagClassName
{
border-color: #CC509A;
}
</style>