Shades of Mulberry #CC3F80
Tints of Mulberry #CC3F80
RGB
CMYK
RGB Variations
Color information
#CC3F80 (or 0xCC3F80) is known color: Mulberry. HEX triplet: CC, 3F and 80. RGB value is (204,63,128). Sum of RGB (Red+Green+Blue) = 204+63+128=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3F80 is #33C07F. Grayscale: #707070. Windows color (decimal): -3391616 or 8404940. OLE color: 8404940.
HSL color Cylindrical-coordinate representation of color #CC3F80: hue angle of 332.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3F80 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 128 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.2 |
| HSL | 332.34º | 0.58% | 0.52% | - |
| HSV(B) | 332.34º | 0.69% | 0.8% | - |
| XYZ | 30.58 | 17.95 | 22.28 | - |
| YUV | 112.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 128 | 0 | 0.69 | 0.37 | 0.2 | 332.34 | 0.58 | 0.52 |
| Hex | CC | 3F | 80 | 0 | 45 | 25 | 14 | 14C | 3A | 34 |
| Octal | 314 | 77 | 200 | 0 | 105 | 45 | 24 | 514 | 72 | 64 |
| Binary | 11001100 | 111111 | 10000000 | 0 | 1000101 | 100101 | 10100 | 101001100 | 111010 | 110100 |
Color Harmonies of #CC3F80
Complementary color
Monochromatic Colors of #CC3F80
Black with #CC3F80
Text Example
Text Example
White with #CC3F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F80; }
p { color: rgb(204,63,128); }
H1.HeaderClassName
{
color: #CC3F80;
}
.AnyTagClassName
{
color: #CC3F80;
}
</style>
background-color css
<style>
a { background-color: #CC3F80; }
a { background-color: rgb(204,63,128); }
div.DivClassName
{
background-color: #CC3F80;
}
.BgClassName
{
background-color: #CC3F80;
}
</style>
border-color css
<style>
span { border-color: #CC3F80; }
span { border-color: rgb(204,63,128); }
td.TdClassName
{
border-color: #CC3F80;
}
.TagClassName
{
border-color: #CC3F80;
}
</style>