Shades of Mulberry #CC4296
Tints of Mulberry #CC4296
RGB
CMYK
RGB Variations
Color information
#CC4296 (or 0xCC4296) is known color: Mulberry. HEX triplet: CC, 42 and 96. RGB value is (204,66,150). Sum of RGB (Red+Green+Blue) = 204+66+150=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4296 is #33BD69. Grayscale: #747474. Windows color (decimal): -3390826 or 9847500. OLE color: 9847500.
HSL color Cylindrical-coordinate representation of color #CC4296: hue angle of 323.48º 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 #CC4296 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 150 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.2 |
| HSL | 323.48º | 0.58% | 0.53% | - |
| HSV(B) | 323.48º | 0.68% | 0.8% | - |
| XYZ | 32.36 | 18.94 | 30.8 | - |
| YUV | 116.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 150 | 0 | 0.68 | 0.26 | 0.2 | 323.48 | 0.58 | 0.53 |
| Hex | CC | 42 | 96 | 0 | 44 | 1A | 14 | 143 | 3A | 35 |
| Octal | 314 | 102 | 226 | 0 | 104 | 32 | 24 | 503 | 72 | 65 |
| Binary | 11001100 | 1000010 | 10010110 | 0 | 1000100 | 11010 | 10100 | 101000011 | 111010 | 110101 |
Color Harmonies of #CC4296
Complementary color
Monochromatic Colors of #CC4296
Black with #CC4296
Text Example
Text Example
White with #CC4296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4296; }
p { color: rgb(204,66,150); }
H1.HeaderClassName
{
color: #CC4296;
}
.AnyTagClassName
{
color: #CC4296;
}
</style>
background-color css
<style>
a { background-color: #CC4296; }
a { background-color: rgb(204,66,150); }
div.DivClassName
{
background-color: #CC4296;
}
.BgClassName
{
background-color: #CC4296;
}
</style>
border-color css
<style>
span { border-color: #CC4296; }
span { border-color: rgb(204,66,150); }
td.TdClassName
{
border-color: #CC4296;
}
.TagClassName
{
border-color: #CC4296;
}
</style>