Shades of Mulberry #CC4184
Tints of Mulberry #CC4184
RGB
CMYK
RGB Variations
Color information
#CC4184 (or 0xCC4184) is known color: Mulberry. HEX triplet: CC, 41 and 84. RGB value is (204,65,132). Sum of RGB (Red+Green+Blue) = 204+65+132=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4184 is #33BE7B. Grayscale: #727272. Windows color (decimal): -3391100 or 8667596. OLE color: 8667596.
HSL color Cylindrical-coordinate representation of color #CC4184: hue angle of 331.08º 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 #CC4184 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 132 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.2 |
| HSL | 331.08º | 0.58% | 0.53% | - |
| HSV(B) | 331.08º | 0.68% | 0.8% | - |
| XYZ | 30.96 | 18.28 | 23.73 | - |
| YUV | 114.2 | 138.05 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 132 | 0 | 0.68 | 0.35 | 0.2 | 331.08 | 0.58 | 0.53 |
| Hex | CC | 41 | 84 | 0 | 44 | 23 | 14 | 14B | 3A | 35 |
| Octal | 314 | 101 | 204 | 0 | 104 | 43 | 24 | 513 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10000100 | 0 | 1000100 | 100011 | 10100 | 101001011 | 111010 | 110101 |
Color Harmonies of #CC4184
Complementary color
Monochromatic Colors of #CC4184
Black with #CC4184
Text Example
Text Example
White with #CC4184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4184; }
p { color: rgb(204,65,132); }
H1.HeaderClassName
{
color: #CC4184;
}
.AnyTagClassName
{
color: #CC4184;
}
</style>
background-color css
<style>
a { background-color: #CC4184; }
a { background-color: rgb(204,65,132); }
div.DivClassName
{
background-color: #CC4184;
}
.BgClassName
{
background-color: #CC4184;
}
</style>
border-color css
<style>
span { border-color: #CC4184; }
span { border-color: rgb(204,65,132); }
td.TdClassName
{
border-color: #CC4184;
}
.TagClassName
{
border-color: #CC4184;
}
</style>