Shades of Mulberry #CC599D
Tints of Mulberry #CC599D
RGB
CMYK
RGB Variations
Color information
#CC599D (or 0xCC599D) is known color: Mulberry. HEX triplet: CC, 59 and 9D. RGB value is (204,89,157). Sum of RGB (Red+Green+Blue) = 204+89+157=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC599D is #33A662. Grayscale: #828282. Windows color (decimal): -3384931 or 10312140. OLE color: 10312140.
HSL color Cylindrical-coordinate representation of color #CC599D: hue angle of 324.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC599D is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 157 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.2 |
| HSL | 324.52º | 0.53% | 0.57% | - |
| HSV(B) | 324.52º | 0.56% | 0.8% | - |
| XYZ | 34.56 | 22.42 | 34.4 | - |
| YUV | 131.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 157 | 0 | 0.56 | 0.23 | 0.2 | 324.52 | 0.53 | 0.57 |
| Hex | CC | 59 | 9D | 0 | 38 | 17 | 14 | 145 | 35 | 39 |
| Octal | 314 | 131 | 235 | 0 | 70 | 27 | 24 | 505 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10011101 | 0 | 111000 | 10111 | 10100 | 101000101 | 110101 | 111001 |
Color Harmonies of #CC599D
Complementary color
Monochromatic Colors of #CC599D
Black with #CC599D
Text Example
Text Example
White with #CC599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC599D; }
p { color: rgb(204,89,157); }
H1.HeaderClassName
{
color: #CC599D;
}
.AnyTagClassName
{
color: #CC599D;
}
</style>
background-color css
<style>
a { background-color: #CC599D; }
a { background-color: rgb(204,89,157); }
div.DivClassName
{
background-color: #CC599D;
}
.BgClassName
{
background-color: #CC599D;
}
</style>
border-color css
<style>
span { border-color: #CC599D; }
span { border-color: rgb(204,89,157); }
td.TdClassName
{
border-color: #CC599D;
}
.TagClassName
{
border-color: #CC599D;
}
</style>