Shades of Mulberry #CC598F
Tints of Mulberry #CC598F
RGB
CMYK
RGB Variations
Color information
#CC598F (or 0xCC598F) is known color: Mulberry. HEX triplet: CC, 59 and 8F. RGB value is (204,89,143). Sum of RGB (Red+Green+Blue) = 204+89+143=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC598F is #33A670. Grayscale: #818181. Windows color (decimal): -3384945 or 9394636. OLE color: 9394636.
HSL color Cylindrical-coordinate representation of color #CC598F: hue angle of 331.83º 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 #CC598F is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 143 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.2 |
| HSL | 331.83º | 0.53% | 0.57% | - |
| HSV(B) | 331.83º | 0.56% | 0.8% | - |
| XYZ | 33.43 | 21.97 | 28.46 | - |
| YUV | 129.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 143 | 0 | 0.56 | 0.30 | 0.2 | 331.83 | 0.53 | 0.57 |
| Hex | CC | 59 | 8F | 0 | 38 | 1E | 14 | 14C | 35 | 39 |
| Octal | 314 | 131 | 217 | 0 | 70 | 36 | 24 | 514 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10001111 | 0 | 111000 | 11110 | 10100 | 101001100 | 110101 | 111001 |
Color Harmonies of #CC598F
Complementary color
Monochromatic Colors of #CC598F
Black with #CC598F
Text Example
Text Example
White with #CC598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC598F; }
p { color: rgb(204,89,143); }
H1.HeaderClassName
{
color: #CC598F;
}
.AnyTagClassName
{
color: #CC598F;
}
</style>
background-color css
<style>
a { background-color: #CC598F; }
a { background-color: rgb(204,89,143); }
div.DivClassName
{
background-color: #CC598F;
}
.BgClassName
{
background-color: #CC598F;
}
</style>
border-color css
<style>
span { border-color: #CC598F; }
span { border-color: rgb(204,89,143); }
td.TdClassName
{
border-color: #CC598F;
}
.TagClassName
{
border-color: #CC598F;
}
</style>