Shades of Mulberry #CC4581
Tints of Mulberry #CC4581
RGB
CMYK
RGB Variations
Color information
#CC4581 (or 0xCC4581) is known color: Mulberry. HEX triplet: CC, 45 and 81. RGB value is (204,69,129). Sum of RGB (Red+Green+Blue) = 204+69+129=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4581 is #33BA7E. Grayscale: #747474. Windows color (decimal): -3390079 or 8472012. OLE color: 8472012.
HSL color Cylindrical-coordinate representation of color #CC4581: hue angle of 333.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4581 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 129 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.2 |
| HSL | 333.33º | 0.57% | 0.54% | - |
| HSV(B) | 333.33º | 0.66% | 0.8% | - |
| XYZ | 30.99 | 18.68 | 22.74 | - |
| YUV | 116.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 129 | 0 | 0.66 | 0.37 | 0.2 | 333.33 | 0.57 | 0.54 |
| Hex | CC | 45 | 81 | 0 | 42 | 25 | 14 | 14D | 39 | 36 |
| Octal | 314 | 105 | 201 | 0 | 102 | 45 | 24 | 515 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10000001 | 0 | 1000010 | 100101 | 10100 | 101001101 | 111001 | 110110 |
Color Harmonies of #CC4581
Complementary color
Monochromatic Colors of #CC4581
Black with #CC4581
Text Example
Text Example
White with #CC4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4581; }
p { color: rgb(204,69,129); }
H1.HeaderClassName
{
color: #CC4581;
}
.AnyTagClassName
{
color: #CC4581;
}
</style>
background-color css
<style>
a { background-color: #CC4581; }
a { background-color: rgb(204,69,129); }
div.DivClassName
{
background-color: #CC4581;
}
.BgClassName
{
background-color: #CC4581;
}
</style>
border-color css
<style>
span { border-color: #CC4581; }
span { border-color: rgb(204,69,129); }
td.TdClassName
{
border-color: #CC4581;
}
.TagClassName
{
border-color: #CC4581;
}
</style>