Shades of Mulberry #CC40A8
Tints of Mulberry #CC40A8
RGB
CMYK
RGB Variations
Color information
#CC40A8 (or 0xCC40A8) is known color: Mulberry. HEX triplet: CC, 40 and A8. RGB value is (204,64,168). Sum of RGB (Red+Green+Blue) = 204+64+168=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC40A8 is #33BF57. Grayscale: #757575. Windows color (decimal): -3391320 or 11026636. OLE color: 11026636.
HSL color Cylindrical-coordinate representation of color #CC40A8: hue angle of 315.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC40A8 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 168 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.2 |
| HSL | 315.43º | 0.58% | 0.53% | - |
| HSV(B) | 315.43º | 0.69% | 0.8% | - |
| XYZ | 33.8 | 19.33 | 39 | - |
| YUV | 117.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 168 | 0 | 0.69 | 0.18 | 0.2 | 315.43 | 0.58 | 0.53 |
| Hex | CC | 40 | A8 | 0 | 45 | 12 | 14 | 13B | 3A | 35 |
| Octal | 314 | 100 | 250 | 0 | 105 | 22 | 24 | 473 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10101000 | 0 | 1000101 | 10010 | 10100 | 100111011 | 111010 | 110101 |
Color Harmonies of #CC40A8
Complementary color
Monochromatic Colors of #CC40A8
Black with #CC40A8
Text Example
Text Example
White with #CC40A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40A8; }
p { color: rgb(204,64,168); }
H1.HeaderClassName
{
color: #CC40A8;
}
.AnyTagClassName
{
color: #CC40A8;
}
</style>
background-color css
<style>
a { background-color: #CC40A8; }
a { background-color: rgb(204,64,168); }
div.DivClassName
{
background-color: #CC40A8;
}
.BgClassName
{
background-color: #CC40A8;
}
</style>
border-color css
<style>
span { border-color: #CC40A8; }
span { border-color: rgb(204,64,168); }
td.TdClassName
{
border-color: #CC40A8;
}
.TagClassName
{
border-color: #CC40A8;
}
</style>