Shades of Mulberry #CC428D
Tints of Mulberry #CC428D
RGB
CMYK
RGB Variations
Color information
#CC428D (or 0xCC428D) is known color: Mulberry. HEX triplet: CC, 42 and 8D. RGB value is (204,66,141). Sum of RGB (Red+Green+Blue) = 204+66+141=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC428D is #33BD72. Grayscale: #737373. Windows color (decimal): -3390835 or 9257676. OLE color: 9257676.
HSL color Cylindrical-coordinate representation of color #CC428D: hue angle of 327.39º 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 #CC428D is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 141 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.2 |
| HSL | 327.39º | 0.58% | 0.53% | - |
| HSV(B) | 327.39º | 0.68% | 0.8% | - |
| XYZ | 31.66 | 18.66 | 27.13 | - |
| YUV | 115.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 141 | 0 | 0.68 | 0.31 | 0.2 | 327.39 | 0.58 | 0.53 |
| Hex | CC | 42 | 8D | 0 | 44 | 1F | 14 | 147 | 3A | 35 |
| Octal | 314 | 102 | 215 | 0 | 104 | 37 | 24 | 507 | 72 | 65 |
| Binary | 11001100 | 1000010 | 10001101 | 0 | 1000100 | 11111 | 10100 | 101000111 | 111010 | 110101 |
Color Harmonies of #CC428D
Complementary color
Monochromatic Colors of #CC428D
Black with #CC428D
Text Example
Text Example
White with #CC428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC428D; }
p { color: rgb(204,66,141); }
H1.HeaderClassName
{
color: #CC428D;
}
.AnyTagClassName
{
color: #CC428D;
}
</style>
background-color css
<style>
a { background-color: #CC428D; }
a { background-color: rgb(204,66,141); }
div.DivClassName
{
background-color: #CC428D;
}
.BgClassName
{
background-color: #CC428D;
}
</style>
border-color css
<style>
span { border-color: #CC428D; }
span { border-color: rgb(204,66,141); }
td.TdClassName
{
border-color: #CC428D;
}
.TagClassName
{
border-color: #CC428D;
}
</style>