Shades of Mulberry #CC4282
Tints of Mulberry #CC4282
RGB
CMYK
RGB Variations
Color information
#CC4282 (or 0xCC4282) is known color: Mulberry. HEX triplet: CC, 42 and 82. RGB value is (204,66,130). Sum of RGB (Red+Green+Blue) = 204+66+130=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4282 is #33BD7D. Grayscale: #727272. Windows color (decimal): -3390846 or 8536780. OLE color: 8536780.
HSL color Cylindrical-coordinate representation of color #CC4282: hue angle of 332.17º degrees, saturation: 0.57, 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 #CC4282 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 130 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.2 |
| HSL | 332.17º | 0.58% | 0.53% | - |
| HSV(B) | 332.17º | 0.68% | 0.8% | - |
| XYZ | 30.88 | 18.35 | 23.03 | - |
| YUV | 114.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 130 | 0 | 0.68 | 0.36 | 0.2 | 332.17 | 0.58 | 0.53 |
| Hex | CC | 42 | 82 | 0 | 44 | 24 | 14 | 14C | 3A | 35 |
| Octal | 314 | 102 | 202 | 0 | 104 | 44 | 24 | 514 | 72 | 65 |
| Binary | 11001100 | 1000010 | 10000010 | 0 | 1000100 | 100100 | 10100 | 101001100 | 111010 | 110101 |
Color Harmonies of #CC4282
Complementary color
Monochromatic Colors of #CC4282
Black with #CC4282
Text Example
Text Example
White with #CC4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4282; }
p { color: rgb(204,66,130); }
H1.HeaderClassName
{
color: #CC4282;
}
.AnyTagClassName
{
color: #CC4282;
}
</style>
background-color css
<style>
a { background-color: #CC4282; }
a { background-color: rgb(204,66,130); }
div.DivClassName
{
background-color: #CC4282;
}
.BgClassName
{
background-color: #CC4282;
}
</style>
border-color css
<style>
span { border-color: #CC4282; }
span { border-color: rgb(204,66,130); }
td.TdClassName
{
border-color: #CC4282;
}
.TagClassName
{
border-color: #CC4282;
}
</style>