Shades of Mulberry #CC599B
Tints of Mulberry #CC599B
RGB
CMYK
RGB Variations
Color information
#CC599B (or 0xCC599B) is known color: Mulberry. HEX triplet: CC, 59 and 9B. RGB value is (204,89,155). Sum of RGB (Red+Green+Blue) = 204+89+155=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC599B is #33A664. Grayscale: #828282. Windows color (decimal): -3384933 or 10181068. OLE color: 10181068.
HSL color Cylindrical-coordinate representation of color #CC599B: hue angle of 325.57º 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 #CC599B is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 155 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.2 |
| HSL | 325.57º | 0.53% | 0.57% | - |
| HSV(B) | 325.57º | 0.56% | 0.8% | - |
| XYZ | 34.39 | 22.35 | 33.51 | - |
| YUV | 130.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 155 | 0 | 0.56 | 0.24 | 0.2 | 325.57 | 0.53 | 0.57 |
| Hex | CC | 59 | 9B | 0 | 38 | 18 | 14 | 146 | 35 | 39 |
| Octal | 314 | 131 | 233 | 0 | 70 | 30 | 24 | 506 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10011011 | 0 | 111000 | 11000 | 10100 | 101000110 | 110101 | 111001 |
Color Harmonies of #CC599B
Complementary color
Monochromatic Colors of #CC599B
Black with #CC599B
Text Example
Text Example
White with #CC599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC599B; }
p { color: rgb(204,89,155); }
H1.HeaderClassName
{
color: #CC599B;
}
.AnyTagClassName
{
color: #CC599B;
}
</style>
background-color css
<style>
a { background-color: #CC599B; }
a { background-color: rgb(204,89,155); }
div.DivClassName
{
background-color: #CC599B;
}
.BgClassName
{
background-color: #CC599B;
}
</style>
border-color css
<style>
span { border-color: #CC599B; }
span { border-color: rgb(204,89,155); }
td.TdClassName
{
border-color: #CC599B;
}
.TagClassName
{
border-color: #CC599B;
}
</style>