Shades of Mulberry #CC389A
Tints of Mulberry #CC389A
RGB
CMYK
RGB Variations
Color information
#CC389A (or 0xCC389A) is known color: Mulberry. HEX triplet: CC, 38 and 9A. RGB value is (204,56,154). Sum of RGB (Red+Green+Blue) = 204+56+154=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC389A is #33C765. Grayscale: #6F6F6F. Windows color (decimal): -3393382 or 10107084. OLE color: 10107084.
HSL color Cylindrical-coordinate representation of color #CC389A: hue angle of 320.27º 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 #CC389A is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 154 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.2 |
| HSL | 320.27º | 0.59% | 0.51% | - |
| HSV(B) | 320.27º | 0.73% | 0.8% | - |
| XYZ | 32.15 | 18 | 32.35 | - |
| YUV | 111.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 154 | 0 | 0.73 | 0.25 | 0.2 | 320.27 | 0.59 | 0.51 |
| Hex | CC | 38 | 9A | 0 | 49 | 19 | 14 | 140 | 3B | 33 |
| Octal | 314 | 70 | 232 | 0 | 111 | 31 | 24 | 500 | 73 | 63 |
| Binary | 11001100 | 111000 | 10011010 | 0 | 1001001 | 11001 | 10100 | 101000000 | 111011 | 110011 |
Color Harmonies of #CC389A
Complementary color
Monochromatic Colors of #CC389A
Black with #CC389A
Text Example
Text Example
White with #CC389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC389A; }
p { color: rgb(204,56,154); }
H1.HeaderClassName
{
color: #CC389A;
}
.AnyTagClassName
{
color: #CC389A;
}
</style>
background-color css
<style>
a { background-color: #CC389A; }
a { background-color: rgb(204,56,154); }
div.DivClassName
{
background-color: #CC389A;
}
.BgClassName
{
background-color: #CC389A;
}
</style>
border-color css
<style>
span { border-color: #CC389A; }
span { border-color: rgb(204,56,154); }
td.TdClassName
{
border-color: #CC389A;
}
.TagClassName
{
border-color: #CC389A;
}
</style>