Shades of Mulberry #CC4483
Tints of Mulberry #CC4483
RGB
CMYK
RGB Variations
Color information
#CC4483 (or 0xCC4483) is known color: Mulberry. HEX triplet: CC, 44 and 83. RGB value is (204,68,131). Sum of RGB (Red+Green+Blue) = 204+68+131=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4483 is #33BB7C. Grayscale: #737373. Windows color (decimal): -3390333 or 8602828. OLE color: 8602828.
HSL color Cylindrical-coordinate representation of color #CC4483: hue angle of 332.21º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4483 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 131 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.2 |
| HSL | 332.21º | 0.57% | 0.53% | - |
| HSV(B) | 332.21º | 0.67% | 0.8% | - |
| XYZ | 31.07 | 18.61 | 23.43 | - |
| YUV | 115.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 131 | 0 | 0.67 | 0.36 | 0.2 | 332.21 | 0.57 | 0.53 |
| Hex | CC | 44 | 83 | 0 | 43 | 24 | 14 | 14C | 39 | 35 |
| Octal | 314 | 104 | 203 | 0 | 103 | 44 | 24 | 514 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10000011 | 0 | 1000011 | 100100 | 10100 | 101001100 | 111001 | 110101 |
Color Harmonies of #CC4483
Complementary color
Monochromatic Colors of #CC4483
Black with #CC4483
Text Example
Text Example
White with #CC4483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4483; }
p { color: rgb(204,68,131); }
H1.HeaderClassName
{
color: #CC4483;
}
.AnyTagClassName
{
color: #CC4483;
}
</style>
background-color css
<style>
a { background-color: #CC4483; }
a { background-color: rgb(204,68,131); }
div.DivClassName
{
background-color: #CC4483;
}
.BgClassName
{
background-color: #CC4483;
}
</style>
border-color css
<style>
span { border-color: #CC4483; }
span { border-color: rgb(204,68,131); }
td.TdClassName
{
border-color: #CC4483;
}
.TagClassName
{
border-color: #CC4483;
}
</style>