Shades of Mulberry #CC37A3
Tints of Mulberry #CC37A3
RGB
CMYK
RGB Variations
Color information
#CC37A3 (or 0xCC37A3) is known color: Mulberry. HEX triplet: CC, 37 and A3. RGB value is (204,55,163). Sum of RGB (Red+Green+Blue) = 204+55+163=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC37A3 is #33C85C. Grayscale: #6F6F6F. Windows color (decimal): -3393629 or 10696652. OLE color: 10696652.
HSL color Cylindrical-coordinate representation of color #CC37A3: hue angle of 316.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC37A3 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 163 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.2 |
| HSL | 316.51º | 0.59% | 0.51% | - |
| HSV(B) | 316.51º | 0.73% | 0.8% | - |
| XYZ | 32.88 | 18.21 | 36.43 | - |
| YUV | 111.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 163 | 0 | 0.73 | 0.20 | 0.2 | 316.51 | 0.59 | 0.51 |
| Hex | CC | 37 | A3 | 0 | 49 | 14 | 14 | 13D | 3B | 33 |
| Octal | 314 | 67 | 243 | 0 | 111 | 24 | 24 | 475 | 73 | 63 |
| Binary | 11001100 | 110111 | 10100011 | 0 | 1001001 | 10100 | 10100 | 100111101 | 111011 | 110011 |
Color Harmonies of #CC37A3
Complementary color
Monochromatic Colors of #CC37A3
Black with #CC37A3
Text Example
Text Example
White with #CC37A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37A3; }
p { color: rgb(204,55,163); }
H1.HeaderClassName
{
color: #CC37A3;
}
.AnyTagClassName
{
color: #CC37A3;
}
</style>
background-color css
<style>
a { background-color: #CC37A3; }
a { background-color: rgb(204,55,163); }
div.DivClassName
{
background-color: #CC37A3;
}
.BgClassName
{
background-color: #CC37A3;
}
</style>
border-color css
<style>
span { border-color: #CC37A3; }
span { border-color: rgb(204,55,163); }
td.TdClassName
{
border-color: #CC37A3;
}
.TagClassName
{
border-color: #CC37A3;
}
</style>