Shades of Mulberry #CC37A4
Tints of Mulberry #CC37A4
RGB
CMYK
RGB Variations
Color information
#CC37A4 (or 0xCC37A4) is known color: Mulberry. HEX triplet: CC, 37 and A4. RGB value is (204,55,164). Sum of RGB (Red+Green+Blue) = 204+55+164=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC37A4 is #33C85B. Grayscale: #6F6F6F. Windows color (decimal): -3393628 or 10762188. OLE color: 10762188.
HSL color Cylindrical-coordinate representation of color #CC37A4: hue angle of 316.11º 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 #CC37A4 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 164 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.2 |
| HSL | 316.11º | 0.59% | 0.51% | - |
| HSV(B) | 316.11º | 0.73% | 0.8% | - |
| XYZ | 32.97 | 18.25 | 36.91 | - |
| YUV | 111.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 164 | 0 | 0.73 | 0.20 | 0.2 | 316.11 | 0.59 | 0.51 |
| Hex | CC | 37 | A4 | 0 | 49 | 14 | 14 | 13C | 3B | 33 |
| Octal | 314 | 67 | 244 | 0 | 111 | 24 | 24 | 474 | 73 | 63 |
| Binary | 11001100 | 110111 | 10100100 | 0 | 1001001 | 10100 | 10100 | 100111100 | 111011 | 110011 |
Color Harmonies of #CC37A4
Complementary color
Monochromatic Colors of #CC37A4
Black with #CC37A4
Text Example
Text Example
White with #CC37A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37A4; }
p { color: rgb(204,55,164); }
H1.HeaderClassName
{
color: #CC37A4;
}
.AnyTagClassName
{
color: #CC37A4;
}
</style>
background-color css
<style>
a { background-color: #CC37A4; }
a { background-color: rgb(204,55,164); }
div.DivClassName
{
background-color: #CC37A4;
}
.BgClassName
{
background-color: #CC37A4;
}
</style>
border-color css
<style>
span { border-color: #CC37A4; }
span { border-color: rgb(204,55,164); }
td.TdClassName
{
border-color: #CC37A4;
}
.TagClassName
{
border-color: #CC37A4;
}
</style>