Shades of Mulberry #CC4298
Tints of Mulberry #CC4298
RGB
CMYK
RGB Variations
Color information
#CC4298 (or 0xCC4298) is known color: Mulberry. HEX triplet: CC, 42 and 98. RGB value is (204,66,152). Sum of RGB (Red+Green+Blue) = 204+66+152=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4298 is #33BD67. Grayscale: #747474. Windows color (decimal): -3390824 or 9978572. OLE color: 9978572.
HSL color Cylindrical-coordinate representation of color #CC4298: hue angle of 322.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4298 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 152 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.2 |
| HSL | 322.61º | 0.58% | 0.53% | - |
| HSV(B) | 322.61º | 0.68% | 0.8% | - |
| XYZ | 32.52 | 19 | 31.66 | - |
| YUV | 117.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 152 | 0 | 0.68 | 0.25 | 0.2 | 322.61 | 0.58 | 0.53 |
| Hex | CC | 42 | 98 | 0 | 44 | 19 | 14 | 143 | 3A | 35 |
| Octal | 314 | 102 | 230 | 0 | 104 | 31 | 24 | 503 | 72 | 65 |
| Binary | 11001100 | 1000010 | 10011000 | 0 | 1000100 | 11001 | 10100 | 101000011 | 111010 | 110101 |
Color Harmonies of #CC4298
Complementary color
Monochromatic Colors of #CC4298
Black with #CC4298
Text Example
Text Example
White with #CC4298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4298; }
p { color: rgb(204,66,152); }
H1.HeaderClassName
{
color: #CC4298;
}
.AnyTagClassName
{
color: #CC4298;
}
</style>
background-color css
<style>
a { background-color: #CC4298; }
a { background-color: rgb(204,66,152); }
div.DivClassName
{
background-color: #CC4298;
}
.BgClassName
{
background-color: #CC4298;
}
</style>
border-color css
<style>
span { border-color: #CC4298; }
span { border-color: rgb(204,66,152); }
td.TdClassName
{
border-color: #CC4298;
}
.TagClassName
{
border-color: #CC4298;
}
</style>