Shades of Mulberry #CC468D
Tints of Mulberry #CC468D
RGB
CMYK
RGB Variations
Color information
#CC468D (or 0xCC468D) is known color: Mulberry. HEX triplet: CC, 46 and 8D. RGB value is (204,70,141). Sum of RGB (Red+Green+Blue) = 204+70+141=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC468D is #33B972. Grayscale: #767676. Windows color (decimal): -3389811 or 9258700. OLE color: 9258700.
HSL color Cylindrical-coordinate representation of color #CC468D: hue angle of 328.21º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC468D is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 141 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.2 |
| HSL | 328.21º | 0.57% | 0.54% | - |
| HSV(B) | 328.21º | 0.66% | 0.8% | - |
| XYZ | 31.9 | 19.14 | 27.21 | - |
| YUV | 118.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 141 | 0 | 0.66 | 0.31 | 0.2 | 328.21 | 0.57 | 0.54 |
| Hex | CC | 46 | 8D | 0 | 42 | 1F | 14 | 148 | 39 | 36 |
| Octal | 314 | 106 | 215 | 0 | 102 | 37 | 24 | 510 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10001101 | 0 | 1000010 | 11111 | 10100 | 101001000 | 111001 | 110110 |
Color Harmonies of #CC468D
Complementary color
Monochromatic Colors of #CC468D
Black with #CC468D
Text Example
Text Example
White with #CC468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC468D; }
p { color: rgb(204,70,141); }
H1.HeaderClassName
{
color: #CC468D;
}
.AnyTagClassName
{
color: #CC468D;
}
</style>
background-color css
<style>
a { background-color: #CC468D; }
a { background-color: rgb(204,70,141); }
div.DivClassName
{
background-color: #CC468D;
}
.BgClassName
{
background-color: #CC468D;
}
</style>
border-color css
<style>
span { border-color: #CC468D; }
span { border-color: rgb(204,70,141); }
td.TdClassName
{
border-color: #CC468D;
}
.TagClassName
{
border-color: #CC468D;
}
</style>