Shades of Mulberry #CC407C
Tints of Mulberry #CC407C
RGB
CMYK
RGB Variations
Color information
#CC407C (or 0xCC407C) is known color: Mulberry. HEX triplet: CC, 40 and 7C. RGB value is (204,64,124). Sum of RGB (Red+Green+Blue) = 204+64+124=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC407C is #33BF83. Grayscale: #707070. Windows color (decimal): -3391364 or 8143052. OLE color: 8143052.
HSL color Cylindrical-coordinate representation of color #CC407C: hue angle of 334.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC407C is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 124 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.2 |
| HSL | 334.29º | 0.58% | 0.53% | - |
| HSV(B) | 334.29º | 0.69% | 0.8% | - |
| XYZ | 30.37 | 17.96 | 20.93 | - |
| YUV | 112.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 124 | 0 | 0.69 | 0.39 | 0.2 | 334.29 | 0.58 | 0.53 |
| Hex | CC | 40 | 7C | 0 | 45 | 27 | 14 | 14E | 3A | 35 |
| Octal | 314 | 100 | 174 | 0 | 105 | 47 | 24 | 516 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1111100 | 0 | 1000101 | 100111 | 10100 | 101001110 | 111010 | 110101 |
Color Harmonies of #CC407C
Complementary color
Monochromatic Colors of #CC407C
Black with #CC407C
Text Example
Text Example
White with #CC407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC407C; }
p { color: rgb(204,64,124); }
H1.HeaderClassName
{
color: #CC407C;
}
.AnyTagClassName
{
color: #CC407C;
}
</style>
background-color css
<style>
a { background-color: #CC407C; }
a { background-color: rgb(204,64,124); }
div.DivClassName
{
background-color: #CC407C;
}
.BgClassName
{
background-color: #CC407C;
}
</style>
border-color css
<style>
span { border-color: #CC407C; }
span { border-color: rgb(204,64,124); }
td.TdClassName
{
border-color: #CC407C;
}
.TagClassName
{
border-color: #CC407C;
}
</style>