Shades of Mulberry #CC43A1
Tints of Mulberry #CC43A1
RGB
CMYK
RGB Variations
Color information
#CC43A1 (or 0xCC43A1) is known color: Mulberry. HEX triplet: CC, 43 and A1. RGB value is (204,67,161). Sum of RGB (Red+Green+Blue) = 204+67+161=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC43A1 is #33BC5E. Grayscale: #767676. Windows color (decimal): -3390559 or 10568652. OLE color: 10568652.
HSL color Cylindrical-coordinate representation of color #CC43A1: hue angle of 318.83º 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 #CC43A1 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 161 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.2 |
| HSL | 318.83º | 0.57% | 0.53% | - |
| HSV(B) | 318.83º | 0.67% | 0.8% | - |
| XYZ | 33.34 | 19.42 | 35.71 | - |
| YUV | 118.68 | 151.89 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 161 | 0 | 0.67 | 0.21 | 0.2 | 318.83 | 0.57 | 0.53 |
| Hex | CC | 43 | A1 | 0 | 43 | 15 | 14 | 13F | 39 | 35 |
| Octal | 314 | 103 | 241 | 0 | 103 | 25 | 24 | 477 | 71 | 65 |
| Binary | 11001100 | 1000011 | 10100001 | 0 | 1000011 | 10101 | 10100 | 100111111 | 111001 | 110101 |
Color Harmonies of #CC43A1
Complementary color
Monochromatic Colors of #CC43A1
Black with #CC43A1
Text Example
Text Example
White with #CC43A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43A1; }
p { color: rgb(204,67,161); }
H1.HeaderClassName
{
color: #CC43A1;
}
.AnyTagClassName
{
color: #CC43A1;
}
</style>
background-color css
<style>
a { background-color: #CC43A1; }
a { background-color: rgb(204,67,161); }
div.DivClassName
{
background-color: #CC43A1;
}
.BgClassName
{
background-color: #CC43A1;
}
</style>
border-color css
<style>
span { border-color: #CC43A1; }
span { border-color: rgb(204,67,161); }
td.TdClassName
{
border-color: #CC43A1;
}
.TagClassName
{
border-color: #CC43A1;
}
</style>