Shades of Mulberry #CC39A6
Tints of Mulberry #CC39A6
RGB
CMYK
RGB Variations
Color information
#CC39A6 (or 0xCC39A6) is known color: Mulberry. HEX triplet: CC, 39 and A6. RGB value is (204,57,166). Sum of RGB (Red+Green+Blue) = 204+57+166=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC39A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC39A6 is #33C659. Grayscale: #717171. Windows color (decimal): -3393114 or 10893772. OLE color: 10893772.
HSL color Cylindrical-coordinate representation of color #CC39A6: hue angle of 315.51º 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 #CC39A6 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 166 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.2 |
| HSL | 315.51º | 0.59% | 0.51% | - |
| HSV(B) | 315.51º | 0.72% | 0.8% | - |
| XYZ | 33.25 | 18.52 | 37.9 | - |
| YUV | 113.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 166 | 0 | 0.72 | 0.19 | 0.2 | 315.51 | 0.59 | 0.51 |
| Hex | CC | 39 | A6 | 0 | 48 | 13 | 14 | 13C | 3B | 33 |
| Octal | 314 | 71 | 246 | 0 | 110 | 23 | 24 | 474 | 73 | 63 |
| Binary | 11001100 | 111001 | 10100110 | 0 | 1001000 | 10011 | 10100 | 100111100 | 111011 | 110011 |
Color Harmonies of #CC39A6
Complementary color
Monochromatic Colors of #CC39A6
Black with #CC39A6
Text Example
Text Example
White with #CC39A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39A6; }
p { color: rgb(204,57,166); }
H1.HeaderClassName
{
color: #CC39A6;
}
.AnyTagClassName
{
color: #CC39A6;
}
</style>
background-color css
<style>
a { background-color: #CC39A6; }
a { background-color: rgb(204,57,166); }
div.DivClassName
{
background-color: #CC39A6;
}
.BgClassName
{
background-color: #CC39A6;
}
</style>
border-color css
<style>
span { border-color: #CC39A6; }
span { border-color: rgb(204,57,166); }
td.TdClassName
{
border-color: #CC39A6;
}
.TagClassName
{
border-color: #CC39A6;
}
</style>