Shades of Mulberry #CC599F
Tints of Mulberry #CC599F
RGB
CMYK
RGB Variations
Color information
#CC599F (or 0xCC599F) is known color: Mulberry. HEX triplet: CC, 59 and 9F. RGB value is (204,89,159). Sum of RGB (Red+Green+Blue) = 204+89+159=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC599F is #33A660. Grayscale: #838383. Windows color (decimal): -3384929 or 10443212. OLE color: 10443212.
HSL color Cylindrical-coordinate representation of color #CC599F: hue angle of 323.48º 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 #CC599F is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 159 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.2 |
| HSL | 323.48º | 0.53% | 0.57% | - |
| HSV(B) | 323.48º | 0.56% | 0.8% | - |
| XYZ | 34.73 | 22.49 | 35.31 | - |
| YUV | 131.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 159 | 0 | 0.56 | 0.22 | 0.2 | 323.48 | 0.53 | 0.57 |
| Hex | CC | 59 | 9F | 0 | 38 | 16 | 14 | 143 | 35 | 39 |
| Octal | 314 | 131 | 237 | 0 | 70 | 26 | 24 | 503 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10011111 | 0 | 111000 | 10110 | 10100 | 101000011 | 110101 | 111001 |
Color Harmonies of #CC599F
Complementary color
Monochromatic Colors of #CC599F
Black with #CC599F
Text Example
Text Example
White with #CC599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC599F; }
p { color: rgb(204,89,159); }
H1.HeaderClassName
{
color: #CC599F;
}
.AnyTagClassName
{
color: #CC599F;
}
</style>
background-color css
<style>
a { background-color: #CC599F; }
a { background-color: rgb(204,89,159); }
div.DivClassName
{
background-color: #CC599F;
}
.BgClassName
{
background-color: #CC599F;
}
</style>
border-color css
<style>
span { border-color: #CC599F; }
span { border-color: rgb(204,89,159); }
td.TdClassName
{
border-color: #CC599F;
}
.TagClassName
{
border-color: #CC599F;
}
</style>