Shades of Mulberry #CC548E
Tints of Mulberry #CC548E
RGB
CMYK
RGB Variations
Color information
#CC548E (or 0xCC548E) is known color: Mulberry. HEX triplet: CC, 54 and 8E. RGB value is (204,84,142). Sum of RGB (Red+Green+Blue) = 204+84+142=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC548E is #33AB71. Grayscale: #7E7E7E. Windows color (decimal): -3386226 or 9327820. OLE color: 9327820.
HSL color Cylindrical-coordinate representation of color #CC548E: hue angle of 331º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC548E is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 142 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.2 |
| HSL | 331º | 0.54% | 0.56% | - |
| HSV(B) | 331º | 0.59% | 0.8% | - |
| XYZ | 32.95 | 21.13 | 27.93 | - |
| YUV | 126.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 142 | 0 | 0.59 | 0.30 | 0.2 | 331 | 0.54 | 0.56 |
| Hex | CC | 54 | 8E | 0 | 3B | 1E | 14 | 14B | 36 | 38 |
| Octal | 314 | 124 | 216 | 0 | 73 | 36 | 24 | 513 | 66 | 70 |
| Binary | 11001100 | 1010100 | 10001110 | 0 | 111011 | 11110 | 10100 | 101001011 | 110110 | 111000 |
Color Harmonies of #CC548E
Complementary color
Monochromatic Colors of #CC548E
Black with #CC548E
Text Example
Text Example
White with #CC548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC548E; }
p { color: rgb(204,84,142); }
H1.HeaderClassName
{
color: #CC548E;
}
.AnyTagClassName
{
color: #CC548E;
}
</style>
background-color css
<style>
a { background-color: #CC548E; }
a { background-color: rgb(204,84,142); }
div.DivClassName
{
background-color: #CC548E;
}
.BgClassName
{
background-color: #CC548E;
}
</style>
border-color css
<style>
span { border-color: #CC548E; }
span { border-color: rgb(204,84,142); }
td.TdClassName
{
border-color: #CC548E;
}
.TagClassName
{
border-color: #CC548E;
}
</style>