Shades of Mulberry #CC4196
Tints of Mulberry #CC4196
RGB
CMYK
RGB Variations
Color information
#CC4196 (or 0xCC4196) is known color: Mulberry. HEX triplet: CC, 41 and 96. RGB value is (204,65,150). Sum of RGB (Red+Green+Blue) = 204+65+150=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4196 is #33BE69. Grayscale: #747474. Windows color (decimal): -3391082 or 9847244. OLE color: 9847244.
HSL color Cylindrical-coordinate representation of color #CC4196: hue angle of 323.31º degrees, saturation: 0.58, 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 #CC4196 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 150 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.2 |
| HSL | 323.31º | 0.58% | 0.53% | - |
| HSV(B) | 323.31º | 0.68% | 0.8% | - |
| XYZ | 32.3 | 18.82 | 30.78 | - |
| YUV | 116.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 150 | 0 | 0.68 | 0.26 | 0.2 | 323.31 | 0.58 | 0.53 |
| Hex | CC | 41 | 96 | 0 | 44 | 1A | 14 | 143 | 3A | 35 |
| Octal | 314 | 101 | 226 | 0 | 104 | 32 | 24 | 503 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10010110 | 0 | 1000100 | 11010 | 10100 | 101000011 | 111010 | 110101 |
Color Harmonies of #CC4196
Complementary color
Monochromatic Colors of #CC4196
Black with #CC4196
Text Example
Text Example
White with #CC4196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4196; }
p { color: rgb(204,65,150); }
H1.HeaderClassName
{
color: #CC4196;
}
.AnyTagClassName
{
color: #CC4196;
}
</style>
background-color css
<style>
a { background-color: #CC4196; }
a { background-color: rgb(204,65,150); }
div.DivClassName
{
background-color: #CC4196;
}
.BgClassName
{
background-color: #CC4196;
}
</style>
border-color css
<style>
span { border-color: #CC4196; }
span { border-color: rgb(204,65,150); }
td.TdClassName
{
border-color: #CC4196;
}
.TagClassName
{
border-color: #CC4196;
}
</style>