Shades of Mulberry #CC5283
Tints of Mulberry #CC5283
RGB
CMYK
RGB Variations
Color information
#CC5283 (or 0xCC5283) is known color: Mulberry. HEX triplet: CC, 52 and 83. RGB value is (204,82,131). Sum of RGB (Red+Green+Blue) = 204+82+131=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5283 is #33AD7C. Grayscale: #7B7B7B. Windows color (decimal): -3386749 or 8606412. OLE color: 8606412.
HSL color Cylindrical-coordinate representation of color #CC5283: hue angle of 335.9º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5283 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 131 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.2 |
| HSL | 335.9º | 0.54% | 0.56% | - |
| HSV(B) | 335.9º | 0.6% | 0.8% | - |
| XYZ | 32.02 | 20.51 | 23.74 | - |
| YUV | 124.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 131 | 0 | 0.60 | 0.36 | 0.2 | 335.9 | 0.54 | 0.56 |
| Hex | CC | 52 | 83 | 0 | 3C | 24 | 14 | 150 | 36 | 38 |
| Octal | 314 | 122 | 203 | 0 | 74 | 44 | 24 | 520 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10000011 | 0 | 111100 | 100100 | 10100 | 101010000 | 110110 | 111000 |
Color Harmonies of #CC5283
Complementary color
Monochromatic Colors of #CC5283
Black with #CC5283
Text Example
Text Example
White with #CC5283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5283; }
p { color: rgb(204,82,131); }
H1.HeaderClassName
{
color: #CC5283;
}
.AnyTagClassName
{
color: #CC5283;
}
</style>
background-color css
<style>
a { background-color: #CC5283; }
a { background-color: rgb(204,82,131); }
div.DivClassName
{
background-color: #CC5283;
}
.BgClassName
{
background-color: #CC5283;
}
</style>
border-color css
<style>
span { border-color: #CC5283; }
span { border-color: rgb(204,82,131); }
td.TdClassName
{
border-color: #CC5283;
}
.TagClassName
{
border-color: #CC5283;
}
</style>