Shades of Mulberry #CC3AA5
Tints of Mulberry #CC3AA5
RGB
CMYK
RGB Variations
Color information
#CC3AA5 (or 0xCC3AA5) is known color: Mulberry. HEX triplet: CC, 3A and A5. RGB value is (204,58,165). Sum of RGB (Red+Green+Blue) = 204+58+165=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AA5 is #33C55A. Grayscale: #717171. Windows color (decimal): -3392859 or 10828492. OLE color: 10828492.
HSL color Cylindrical-coordinate representation of color #CC3AA5: hue angle of 316.03º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3AA5 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 165 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.2 |
| HSL | 316.03º | 0.59% | 0.51% | - |
| HSV(B) | 316.03º | 0.72% | 0.8% | - |
| XYZ | 33.21 | 18.58 | 37.43 | - |
| YUV | 113.85 | 156.87 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 165 | 0 | 0.72 | 0.19 | 0.2 | 316.03 | 0.59 | 0.51 |
| Hex | CC | 3A | A5 | 0 | 48 | 13 | 14 | 13C | 3B | 33 |
| Octal | 314 | 72 | 245 | 0 | 110 | 23 | 24 | 474 | 73 | 63 |
| Binary | 11001100 | 111010 | 10100101 | 0 | 1001000 | 10011 | 10100 | 100111100 | 111011 | 110011 |
Color Harmonies of #CC3AA5
Complementary color
Monochromatic Colors of #CC3AA5
Black with #CC3AA5
Text Example
Text Example
White with #CC3AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3AA5; }
p { color: rgb(204,58,165); }
H1.HeaderClassName
{
color: #CC3AA5;
}
.AnyTagClassName
{
color: #CC3AA5;
}
</style>
background-color css
<style>
a { background-color: #CC3AA5; }
a { background-color: rgb(204,58,165); }
div.DivClassName
{
background-color: #CC3AA5;
}
.BgClassName
{
background-color: #CC3AA5;
}
</style>
border-color css
<style>
span { border-color: #CC3AA5; }
span { border-color: rgb(204,58,165); }
td.TdClassName
{
border-color: #CC3AA5;
}
.TagClassName
{
border-color: #CC3AA5;
}
</style>