Shades of Mulberry #CC51A0
Tints of Mulberry #CC51A0
RGB
CMYK
RGB Variations
Color information
#CC51A0 (or 0xCC51A0) is known color: Mulberry. HEX triplet: CC, 51 and A0. RGB value is (204,81,160). Sum of RGB (Red+Green+Blue) = 204+81+160=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC51A0 is #33AE5F. Grayscale: #7E7E7E. Windows color (decimal): -3386976 or 10506700. OLE color: 10506700.
HSL color Cylindrical-coordinate representation of color #CC51A0: hue angle of 321.46º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC51A0 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 160 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.2 |
| HSL | 321.46º | 0.55% | 0.56% | - |
| HSV(B) | 321.46º | 0.6% | 0.8% | - |
| XYZ | 34.19 | 21.26 | 35.56 | - |
| YUV | 126.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 160 | 0 | 0.60 | 0.22 | 0.2 | 321.46 | 0.55 | 0.56 |
| Hex | CC | 51 | A0 | 0 | 3C | 16 | 14 | 141 | 37 | 38 |
| Octal | 314 | 121 | 240 | 0 | 74 | 26 | 24 | 501 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10100000 | 0 | 111100 | 10110 | 10100 | 101000001 | 110111 | 111000 |
Color Harmonies of #CC51A0
Complementary color
Monochromatic Colors of #CC51A0
Black with #CC51A0
Text Example
Text Example
White with #CC51A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51A0; }
p { color: rgb(204,81,160); }
H1.HeaderClassName
{
color: #CC51A0;
}
.AnyTagClassName
{
color: #CC51A0;
}
</style>
background-color css
<style>
a { background-color: #CC51A0; }
a { background-color: rgb(204,81,160); }
div.DivClassName
{
background-color: #CC51A0;
}
.BgClassName
{
background-color: #CC51A0;
}
</style>
border-color css
<style>
span { border-color: #CC51A0; }
span { border-color: rgb(204,81,160); }
td.TdClassName
{
border-color: #CC51A0;
}
.TagClassName
{
border-color: #CC51A0;
}
</style>