Shades of Mulberry #CC4390
Tints of Mulberry #CC4390
RGB
CMYK
RGB Variations
Color information
#CC4390 (or 0xCC4390) is known color: Mulberry. HEX triplet: CC, 43 and 90. RGB value is (204,67,144). Sum of RGB (Red+Green+Blue) = 204+67+144=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4390 is #33BC6F. Grayscale: #747474. Windows color (decimal): -3390576 or 9454540. OLE color: 9454540.
HSL color Cylindrical-coordinate representation of color #CC4390: hue angle of 326.28º 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 #CC4390 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 144 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.2 |
| HSL | 326.28º | 0.57% | 0.53% | - |
| HSV(B) | 326.28º | 0.67% | 0.8% | - |
| XYZ | 31.94 | 18.87 | 28.34 | - |
| YUV | 116.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 144 | 0 | 0.67 | 0.29 | 0.2 | 326.28 | 0.57 | 0.53 |
| Hex | CC | 43 | 90 | 0 | 43 | 1D | 14 | 146 | 39 | 35 |
| Octal | 314 | 103 | 220 | 0 | 103 | 35 | 24 | 506 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10010000 | 0 | 1000011 | 11101 | 10100 | 101000110 | 111001 | 110101 |
Color Harmonies of #CC4390
Complementary color
Monochromatic Colors of #CC4390
Black with #CC4390
Text Example
Text Example
White with #CC4390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4390; }
p { color: rgb(204,67,144); }
H1.HeaderClassName
{
color: #CC4390;
}
.AnyTagClassName
{
color: #CC4390;
}
</style>
background-color css
<style>
a { background-color: #CC4390; }
a { background-color: rgb(204,67,144); }
div.DivClassName
{
background-color: #CC4390;
}
.BgClassName
{
background-color: #CC4390;
}
</style>
border-color css
<style>
span { border-color: #CC4390; }
span { border-color: rgb(204,67,144); }
td.TdClassName
{
border-color: #CC4390;
}
.TagClassName
{
border-color: #CC4390;
}
</style>