Shades of Mulberry #CC41A6
Tints of Mulberry #CC41A6
RGB
CMYK
RGB Variations
Color information
#CC41A6 (or 0xCC41A6) is known color: Mulberry. HEX triplet: CC, 41 and A6. RGB value is (204,65,166). Sum of RGB (Red+Green+Blue) = 204+65+166=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC41A6 is #33BE59. Grayscale: #757575. Windows color (decimal): -3391066 or 10895820. OLE color: 10895820.
HSL color Cylindrical-coordinate representation of color #CC41A6: hue angle of 316.4º 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 #CC41A6 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 166 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.2 |
| HSL | 316.4º | 0.58% | 0.53% | - |
| HSV(B) | 316.4º | 0.68% | 0.8% | - |
| XYZ | 33.68 | 19.37 | 38.04 | - |
| YUV | 118.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 166 | 0 | 0.68 | 0.19 | 0.2 | 316.4 | 0.58 | 0.53 |
| Hex | CC | 41 | A6 | 0 | 44 | 13 | 14 | 13C | 3A | 35 |
| Octal | 314 | 101 | 246 | 0 | 104 | 23 | 24 | 474 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10100110 | 0 | 1000100 | 10011 | 10100 | 100111100 | 111010 | 110101 |
Color Harmonies of #CC41A6
Complementary color
Monochromatic Colors of #CC41A6
Black with #CC41A6
Text Example
Text Example
White with #CC41A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41A6; }
p { color: rgb(204,65,166); }
H1.HeaderClassName
{
color: #CC41A6;
}
.AnyTagClassName
{
color: #CC41A6;
}
</style>
background-color css
<style>
a { background-color: #CC41A6; }
a { background-color: rgb(204,65,166); }
div.DivClassName
{
background-color: #CC41A6;
}
.BgClassName
{
background-color: #CC41A6;
}
</style>
border-color css
<style>
span { border-color: #CC41A6; }
span { border-color: rgb(204,65,166); }
td.TdClassName
{
border-color: #CC41A6;
}
.TagClassName
{
border-color: #CC41A6;
}
</style>