Shades of Mulberry #CC4395
Tints of Mulberry #CC4395
RGB
CMYK
RGB Variations
Color information
#CC4395 (or 0xCC4395) is known color: Mulberry. HEX triplet: CC, 43 and 95. RGB value is (204,67,149). Sum of RGB (Red+Green+Blue) = 204+67+149=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4395 is #33BC6A. Grayscale: #757575. Windows color (decimal): -3390571 or 9782220. OLE color: 9782220.
HSL color Cylindrical-coordinate representation of color #CC4395: hue angle of 324.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4395 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 149 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.2 |
| HSL | 324.09º | 0.57% | 0.53% | - |
| HSV(B) | 324.09º | 0.67% | 0.8% | - |
| XYZ | 32.33 | 19.02 | 30.4 | - |
| YUV | 117.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 149 | 0 | 0.67 | 0.27 | 0.2 | 324.09 | 0.57 | 0.53 |
| Hex | CC | 43 | 95 | 0 | 43 | 1B | 14 | 144 | 39 | 35 |
| Octal | 314 | 103 | 225 | 0 | 103 | 33 | 24 | 504 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10010101 | 0 | 1000011 | 11011 | 10100 | 101000100 | 111001 | 110101 |
Color Harmonies of #CC4395
Complementary color
Monochromatic Colors of #CC4395
Black with #CC4395
Text Example
Text Example
White with #CC4395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4395; }
p { color: rgb(204,67,149); }
H1.HeaderClassName
{
color: #CC4395;
}
.AnyTagClassName
{
color: #CC4395;
}
</style>
background-color css
<style>
a { background-color: #CC4395; }
a { background-color: rgb(204,67,149); }
div.DivClassName
{
background-color: #CC4395;
}
.BgClassName
{
background-color: #CC4395;
}
</style>
border-color css
<style>
span { border-color: #CC4395; }
span { border-color: rgb(204,67,149); }
td.TdClassName
{
border-color: #CC4395;
}
.TagClassName
{
border-color: #CC4395;
}
</style>