Shades of Mulberry #CC4698
Tints of Mulberry #CC4698
RGB
CMYK
RGB Variations
Color information
#CC4698 (or 0xCC4698) is known color: Mulberry. HEX triplet: CC, 46 and 98. RGB value is (204,70,152). Sum of RGB (Red+Green+Blue) = 204+70+152=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4698 is #33B967. Grayscale: #777777. Windows color (decimal): -3389800 or 9979596. OLE color: 9979596.
HSL color Cylindrical-coordinate representation of color #CC4698: hue angle of 323.28º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4698 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 152 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.2 |
| HSL | 323.28º | 0.57% | 0.54% | - |
| HSV(B) | 323.28º | 0.66% | 0.8% | - |
| XYZ | 32.76 | 19.48 | 31.74 | - |
| YUV | 119.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 152 | 0 | 0.66 | 0.25 | 0.2 | 323.28 | 0.57 | 0.54 |
| Hex | CC | 46 | 98 | 0 | 42 | 19 | 14 | 143 | 39 | 36 |
| Octal | 314 | 106 | 230 | 0 | 102 | 31 | 24 | 503 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10011000 | 0 | 1000010 | 11001 | 10100 | 101000011 | 111001 | 110110 |
Color Harmonies of #CC4698
Complementary color
Monochromatic Colors of #CC4698
Black with #CC4698
Text Example
Text Example
White with #CC4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4698; }
p { color: rgb(204,70,152); }
H1.HeaderClassName
{
color: #CC4698;
}
.AnyTagClassName
{
color: #CC4698;
}
</style>
background-color css
<style>
a { background-color: #CC4698; }
a { background-color: rgb(204,70,152); }
div.DivClassName
{
background-color: #CC4698;
}
.BgClassName
{
background-color: #CC4698;
}
</style>
border-color css
<style>
span { border-color: #CC4698; }
span { border-color: rgb(204,70,152); }
td.TdClassName
{
border-color: #CC4698;
}
.TagClassName
{
border-color: #CC4698;
}
</style>