Shades of Mulberry #CC4583
Tints of Mulberry #CC4583
RGB
CMYK
RGB Variations
Color information
#CC4583 (or 0xCC4583) is known color: Mulberry. HEX triplet: CC, 45 and 83. RGB value is (204,69,131). Sum of RGB (Red+Green+Blue) = 204+69+131=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4583 is #33BA7C. Grayscale: #747474. Windows color (decimal): -3390077 or 8603084. OLE color: 8603084.
HSL color Cylindrical-coordinate representation of color #CC4583: hue angle of 332.44º 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 #CC4583 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 131 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.2 |
| HSL | 332.44º | 0.57% | 0.54% | - |
| HSV(B) | 332.44º | 0.66% | 0.8% | - |
| XYZ | 31.13 | 18.73 | 23.45 | - |
| YUV | 116.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 131 | 0 | 0.66 | 0.36 | 0.2 | 332.44 | 0.57 | 0.54 |
| Hex | CC | 45 | 83 | 0 | 42 | 24 | 14 | 14C | 39 | 36 |
| Octal | 314 | 105 | 203 | 0 | 102 | 44 | 24 | 514 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10000011 | 0 | 1000010 | 100100 | 10100 | 101001100 | 111001 | 110110 |
Color Harmonies of #CC4583
Complementary color
Monochromatic Colors of #CC4583
Black with #CC4583
Text Example
Text Example
White with #CC4583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4583; }
p { color: rgb(204,69,131); }
H1.HeaderClassName
{
color: #CC4583;
}
.AnyTagClassName
{
color: #CC4583;
}
</style>
background-color css
<style>
a { background-color: #CC4583; }
a { background-color: rgb(204,69,131); }
div.DivClassName
{
background-color: #CC4583;
}
.BgClassName
{
background-color: #CC4583;
}
</style>
border-color css
<style>
span { border-color: #CC4583; }
span { border-color: rgb(204,69,131); }
td.TdClassName
{
border-color: #CC4583;
}
.TagClassName
{
border-color: #CC4583;
}
</style>