Shades of Mulberry #CC41A5
Tints of Mulberry #CC41A5
RGB
CMYK
RGB Variations
Color information
#CC41A5 (or 0xCC41A5) is known color: Mulberry. HEX triplet: CC, 41 and A5. RGB value is (204,65,165). Sum of RGB (Red+Green+Blue) = 204+65+165=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC41A5 is #33BE5A. Grayscale: #757575. Windows color (decimal): -3391067 or 10830284. OLE color: 10830284.
HSL color Cylindrical-coordinate representation of color #CC41A5: hue angle of 316.83º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC41A5 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 165 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.2 |
| HSL | 316.83º | 0.58% | 0.53% | - |
| HSV(B) | 316.83º | 0.68% | 0.8% | - |
| XYZ | 33.58 | 19.33 | 37.56 | - |
| YUV | 117.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 165 | 0 | 0.68 | 0.19 | 0.2 | 316.83 | 0.58 | 0.53 |
| Hex | CC | 41 | A5 | 0 | 44 | 13 | 14 | 13D | 3A | 35 |
| Octal | 314 | 101 | 245 | 0 | 104 | 23 | 24 | 475 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10100101 | 0 | 1000100 | 10011 | 10100 | 100111101 | 111010 | 110101 |
Color Harmonies of #CC41A5
Complementary color
Monochromatic Colors of #CC41A5
Black with #CC41A5
Text Example
Text Example
White with #CC41A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41A5; }
p { color: rgb(204,65,165); }
H1.HeaderClassName
{
color: #CC41A5;
}
.AnyTagClassName
{
color: #CC41A5;
}
</style>
background-color css
<style>
a { background-color: #CC41A5; }
a { background-color: rgb(204,65,165); }
div.DivClassName
{
background-color: #CC41A5;
}
.BgClassName
{
background-color: #CC41A5;
}
</style>
border-color css
<style>
span { border-color: #CC41A5; }
span { border-color: rgb(204,65,165); }
td.TdClassName
{
border-color: #CC41A5;
}
.TagClassName
{
border-color: #CC41A5;
}
</style>