Shades of Mulberry #CC4197
Tints of Mulberry #CC4197
RGB
CMYK
RGB Variations
Color information
#CC4197 (or 0xCC4197) is known color: Mulberry. HEX triplet: CC, 41 and 97. RGB value is (204,65,151). Sum of RGB (Red+Green+Blue) = 204+65+151=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4197 is #33BE68. Grayscale: #747474. Windows color (decimal): -3391081 or 9912780. OLE color: 9912780.
HSL color Cylindrical-coordinate representation of color #CC4197: hue angle of 322.88º 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 #CC4197 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 151 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.2 |
| HSL | 322.88º | 0.58% | 0.53% | - |
| HSV(B) | 322.88º | 0.68% | 0.8% | - |
| XYZ | 32.38 | 18.85 | 31.21 | - |
| YUV | 116.37 | 147.55 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 151 | 0 | 0.68 | 0.26 | 0.2 | 322.88 | 0.58 | 0.53 |
| Hex | CC | 41 | 97 | 0 | 44 | 1A | 14 | 143 | 3A | 35 |
| Octal | 314 | 101 | 227 | 0 | 104 | 32 | 24 | 503 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10010111 | 0 | 1000100 | 11010 | 10100 | 101000011 | 111010 | 110101 |
Color Harmonies of #CC4197
Complementary color
Monochromatic Colors of #CC4197
Black with #CC4197
Text Example
Text Example
White with #CC4197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4197; }
p { color: rgb(204,65,151); }
H1.HeaderClassName
{
color: #CC4197;
}
.AnyTagClassName
{
color: #CC4197;
}
</style>
background-color css
<style>
a { background-color: #CC4197; }
a { background-color: rgb(204,65,151); }
div.DivClassName
{
background-color: #CC4197;
}
.BgClassName
{
background-color: #CC4197;
}
</style>
border-color css
<style>
span { border-color: #CC4197; }
span { border-color: rgb(204,65,151); }
td.TdClassName
{
border-color: #CC4197;
}
.TagClassName
{
border-color: #CC4197;
}
</style>