Shades of Mulberry #CC389D
Tints of Mulberry #CC389D
RGB
CMYK
RGB Variations
Color information
#CC389D (or 0xCC389D) is known color: Mulberry. HEX triplet: CC, 38 and 9D. RGB value is (204,56,157). Sum of RGB (Red+Green+Blue) = 204+56+157=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC389D is #33C762. Grayscale: #6F6F6F. Windows color (decimal): -3393379 or 10303692. OLE color: 10303692.
HSL color Cylindrical-coordinate representation of color #CC389D: hue angle of 319.05º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC389D is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 157 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.2 |
| HSL | 319.05º | 0.59% | 0.51% | - |
| HSV(B) | 319.05º | 0.73% | 0.8% | - |
| XYZ | 32.4 | 18.1 | 33.68 | - |
| YUV | 111.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 157 | 0 | 0.73 | 0.23 | 0.2 | 319.05 | 0.59 | 0.51 |
| Hex | CC | 38 | 9D | 0 | 49 | 17 | 14 | 13F | 3B | 33 |
| Octal | 314 | 70 | 235 | 0 | 111 | 27 | 24 | 477 | 73 | 63 |
| Binary | 11001100 | 111000 | 10011101 | 0 | 1001001 | 10111 | 10100 | 100111111 | 111011 | 110011 |
Color Harmonies of #CC389D
Complementary color
Monochromatic Colors of #CC389D
Black with #CC389D
Text Example
Text Example
White with #CC389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC389D; }
p { color: rgb(204,56,157); }
H1.HeaderClassName
{
color: #CC389D;
}
.AnyTagClassName
{
color: #CC389D;
}
</style>
background-color css
<style>
a { background-color: #CC389D; }
a { background-color: rgb(204,56,157); }
div.DivClassName
{
background-color: #CC389D;
}
.BgClassName
{
background-color: #CC389D;
}
</style>
border-color css
<style>
span { border-color: #CC389D; }
span { border-color: rgb(204,56,157); }
td.TdClassName
{
border-color: #CC389D;
}
.TagClassName
{
border-color: #CC389D;
}
</style>