Shades of Mulberry #CC44A8
Tints of Mulberry #CC44A8
RGB
CMYK
RGB Variations
Color information
#CC44A8 (or 0xCC44A8) is known color: Mulberry. HEX triplet: CC, 44 and A8. RGB value is (204,68,168). Sum of RGB (Red+Green+Blue) = 204+68+168=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC44A8 is #33BB57. Grayscale: #777777. Windows color (decimal): -3390296 or 11027660. OLE color: 11027660.
HSL color Cylindrical-coordinate representation of color #CC44A8: hue angle of 315.88º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC44A8 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 168 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.2 |
| HSL | 315.88º | 0.57% | 0.53% | - |
| HSV(B) | 315.88º | 0.67% | 0.8% | - |
| XYZ | 34.04 | 19.8 | 39.07 | - |
| YUV | 120.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 168 | 0 | 0.67 | 0.18 | 0.2 | 315.88 | 0.57 | 0.53 |
| Hex | CC | 44 | A8 | 0 | 43 | 12 | 14 | 13C | 39 | 35 |
| Octal | 314 | 104 | 250 | 0 | 103 | 22 | 24 | 474 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10101000 | 0 | 1000011 | 10010 | 10100 | 100111100 | 111001 | 110101 |
Color Harmonies of #CC44A8
Complementary color
Monochromatic Colors of #CC44A8
Black with #CC44A8
Text Example
Text Example
White with #CC44A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44A8; }
p { color: rgb(204,68,168); }
H1.HeaderClassName
{
color: #CC44A8;
}
.AnyTagClassName
{
color: #CC44A8;
}
</style>
background-color css
<style>
a { background-color: #CC44A8; }
a { background-color: rgb(204,68,168); }
div.DivClassName
{
background-color: #CC44A8;
}
.BgClassName
{
background-color: #CC44A8;
}
</style>
border-color css
<style>
span { border-color: #CC44A8; }
span { border-color: rgb(204,68,168); }
td.TdClassName
{
border-color: #CC44A8;
}
.TagClassName
{
border-color: #CC44A8;
}
</style>