Shades of Mulberry #CC37A8
Tints of Mulberry #CC37A8
RGB
CMYK
RGB Variations
Color information
#CC37A8 (or 0xCC37A8) is known color: Mulberry. HEX triplet: CC, 37 and A8. RGB value is (204,55,168). Sum of RGB (Red+Green+Blue) = 204+55+168=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC37A8 is #33C857. Grayscale: #707070. Windows color (decimal): -3393624 or 11024332. OLE color: 11024332.
HSL color Cylindrical-coordinate representation of color #CC37A8: hue angle of 314.5º 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 #CC37A8 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 168 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.2 |
| HSL | 314.5º | 0.59% | 0.51% | - |
| HSV(B) | 314.5º | 0.73% | 0.8% | - |
| XYZ | 33.34 | 18.4 | 38.84 | - |
| YUV | 112.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 168 | 0 | 0.73 | 0.18 | 0.2 | 314.5 | 0.59 | 0.51 |
| Hex | CC | 37 | A8 | 0 | 49 | 12 | 14 | 13A | 3B | 33 |
| Octal | 314 | 67 | 250 | 0 | 111 | 22 | 24 | 472 | 73 | 63 |
| Binary | 11001100 | 110111 | 10101000 | 0 | 1001001 | 10010 | 10100 | 100111010 | 111011 | 110011 |
Color Harmonies of #CC37A8
Complementary color
Monochromatic Colors of #CC37A8
Black with #CC37A8
Text Example
Text Example
White with #CC37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37A8; }
p { color: rgb(204,55,168); }
H1.HeaderClassName
{
color: #CC37A8;
}
.AnyTagClassName
{
color: #CC37A8;
}
</style>
background-color css
<style>
a { background-color: #CC37A8; }
a { background-color: rgb(204,55,168); }
div.DivClassName
{
background-color: #CC37A8;
}
.BgClassName
{
background-color: #CC37A8;
}
</style>
border-color css
<style>
span { border-color: #CC37A8; }
span { border-color: rgb(204,55,168); }
td.TdClassName
{
border-color: #CC37A8;
}
.TagClassName
{
border-color: #CC37A8;
}
</style>