Shades of Mulberry #CC4682
Tints of Mulberry #CC4682
RGB
CMYK
RGB Variations
Color information
#CC4682 (or 0xCC4682) is known color: Mulberry. HEX triplet: CC, 46 and 82. RGB value is (204,70,130). Sum of RGB (Red+Green+Blue) = 204+70+130=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4682 is #33B97D. Grayscale: #747474. Windows color (decimal): -3389822 or 8537804. OLE color: 8537804.
HSL color Cylindrical-coordinate representation of color #CC4682: hue angle of 333.13º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4682 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 130 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.2 |
| HSL | 333.13º | 0.57% | 0.54% | - |
| HSV(B) | 333.13º | 0.66% | 0.8% | - |
| XYZ | 31.12 | 18.83 | 23.11 | - |
| YUV | 116.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 130 | 0 | 0.66 | 0.36 | 0.2 | 333.13 | 0.57 | 0.54 |
| Hex | CC | 46 | 82 | 0 | 42 | 24 | 14 | 14D | 39 | 36 |
| Octal | 314 | 106 | 202 | 0 | 102 | 44 | 24 | 515 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10000010 | 0 | 1000010 | 100100 | 10100 | 101001101 | 111001 | 110110 |
Color Harmonies of #CC4682
Complementary color
Monochromatic Colors of #CC4682
Black with #CC4682
Text Example
Text Example
White with #CC4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4682; }
p { color: rgb(204,70,130); }
H1.HeaderClassName
{
color: #CC4682;
}
.AnyTagClassName
{
color: #CC4682;
}
</style>
background-color css
<style>
a { background-color: #CC4682; }
a { background-color: rgb(204,70,130); }
div.DivClassName
{
background-color: #CC4682;
}
.BgClassName
{
background-color: #CC4682;
}
</style>
border-color css
<style>
span { border-color: #CC4682; }
span { border-color: rgb(204,70,130); }
td.TdClassName
{
border-color: #CC4682;
}
.TagClassName
{
border-color: #CC4682;
}
</style>