Shades of Mulberry #CC43A8
Tints of Mulberry #CC43A8
RGB
CMYK
RGB Variations
Color information
#CC43A8 (or 0xCC43A8) is known color: Mulberry. HEX triplet: CC, 43 and A8. RGB value is (204,67,168). Sum of RGB (Red+Green+Blue) = 204+67+168=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC43A8 is #33BC57. Grayscale: #777777. Windows color (decimal): -3390552 or 11027404. OLE color: 11027404.
HSL color Cylindrical-coordinate representation of color #CC43A8: hue angle of 315.77º 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 #CC43A8 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 168 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.2 |
| HSL | 315.77º | 0.57% | 0.53% | - |
| HSV(B) | 315.77º | 0.67% | 0.8% | - |
| XYZ | 33.98 | 19.68 | 39.05 | - |
| YUV | 119.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 168 | 0 | 0.67 | 0.18 | 0.2 | 315.77 | 0.57 | 0.53 |
| Hex | CC | 43 | A8 | 0 | 43 | 12 | 14 | 13C | 39 | 35 |
| Octal | 314 | 103 | 250 | 0 | 103 | 22 | 24 | 474 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10101000 | 0 | 1000011 | 10010 | 10100 | 100111100 | 111001 | 110101 |
Color Harmonies of #CC43A8
Complementary color
Monochromatic Colors of #CC43A8
Black with #CC43A8
Text Example
Text Example
White with #CC43A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43A8; }
p { color: rgb(204,67,168); }
H1.HeaderClassName
{
color: #CC43A8;
}
.AnyTagClassName
{
color: #CC43A8;
}
</style>
background-color css
<style>
a { background-color: #CC43A8; }
a { background-color: rgb(204,67,168); }
div.DivClassName
{
background-color: #CC43A8;
}
.BgClassName
{
background-color: #CC43A8;
}
</style>
border-color css
<style>
span { border-color: #CC43A8; }
span { border-color: rgb(204,67,168); }
td.TdClassName
{
border-color: #CC43A8;
}
.TagClassName
{
border-color: #CC43A8;
}
</style>