Shades of Mulberry #CC51A3
Tints of Mulberry #CC51A3
RGB
CMYK
RGB Variations
Color information
#CC51A3 (or 0xCC51A3) is known color: Mulberry. HEX triplet: CC, 51 and A3. RGB value is (204,81,163). Sum of RGB (Red+Green+Blue) = 204+81+163=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC51A3 is #33AE5C. Grayscale: #7E7E7E. Windows color (decimal): -3386973 or 10703308. OLE color: 10703308.
HSL color Cylindrical-coordinate representation of color #CC51A3: hue angle of 320º 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 #CC51A3 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 163 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.2 |
| HSL | 320º | 0.55% | 0.56% | - |
| HSV(B) | 320º | 0.6% | 0.8% | - |
| XYZ | 34.46 | 21.37 | 36.96 | - |
| YUV | 127.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 163 | 0 | 0.60 | 0.20 | 0.2 | 320 | 0.55 | 0.56 |
| Hex | CC | 51 | A3 | 0 | 3C | 14 | 14 | 140 | 37 | 38 |
| Octal | 314 | 121 | 243 | 0 | 74 | 24 | 24 | 500 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10100011 | 0 | 111100 | 10100 | 10100 | 101000000 | 110111 | 111000 |
Color Harmonies of #CC51A3
Complementary color
Monochromatic Colors of #CC51A3
Black with #CC51A3
Text Example
Text Example
White with #CC51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51A3; }
p { color: rgb(204,81,163); }
H1.HeaderClassName
{
color: #CC51A3;
}
.AnyTagClassName
{
color: #CC51A3;
}
</style>
background-color css
<style>
a { background-color: #CC51A3; }
a { background-color: rgb(204,81,163); }
div.DivClassName
{
background-color: #CC51A3;
}
.BgClassName
{
background-color: #CC51A3;
}
</style>
border-color css
<style>
span { border-color: #CC51A3; }
span { border-color: rgb(204,81,163); }
td.TdClassName
{
border-color: #CC51A3;
}
.TagClassName
{
border-color: #CC51A3;
}
</style>