Shades of Mulberry #CC428B
Tints of Mulberry #CC428B
RGB
CMYK
RGB Variations
Color information
#CC428B (or 0xCC428B) is known color: Mulberry. HEX triplet: CC, 42 and 8B. RGB value is (204,66,139). Sum of RGB (Red+Green+Blue) = 204+66+139=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC428B is #33BD74. Grayscale: #737373. Windows color (decimal): -3390837 or 9126604. OLE color: 9126604.
HSL color Cylindrical-coordinate representation of color #CC428B: hue angle of 328.26º 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 #CC428B is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 139 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.2 |
| HSL | 328.26º | 0.58% | 0.53% | - |
| HSV(B) | 328.26º | 0.68% | 0.8% | - |
| XYZ | 31.51 | 18.6 | 26.36 | - |
| YUV | 115.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 139 | 0 | 0.68 | 0.32 | 0.2 | 328.26 | 0.58 | 0.53 |
| Hex | CC | 42 | 8B | 0 | 44 | 20 | 14 | 148 | 3A | 35 |
| Octal | 314 | 102 | 213 | 0 | 104 | 40 | 24 | 510 | 72 | 65 |
| Binary | 11001100 | 1000010 | 10001011 | 0 | 1000100 | 100000 | 10100 | 101001000 | 111010 | 110101 |
Color Harmonies of #CC428B
Complementary color
Monochromatic Colors of #CC428B
Black with #CC428B
Text Example
Text Example
White with #CC428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC428B; }
p { color: rgb(204,66,139); }
H1.HeaderClassName
{
color: #CC428B;
}
.AnyTagClassName
{
color: #CC428B;
}
</style>
background-color css
<style>
a { background-color: #CC428B; }
a { background-color: rgb(204,66,139); }
div.DivClassName
{
background-color: #CC428B;
}
.BgClassName
{
background-color: #CC428B;
}
</style>
border-color css
<style>
span { border-color: #CC428B; }
span { border-color: rgb(204,66,139); }
td.TdClassName
{
border-color: #CC428B;
}
.TagClassName
{
border-color: #CC428B;
}
</style>