Shades of Mulberry #CC468E
Tints of Mulberry #CC468E
RGB
CMYK
RGB Variations
Color information
#CC468E (or 0xCC468E) is known color: Mulberry. HEX triplet: CC, 46 and 8E. RGB value is (204,70,142). Sum of RGB (Red+Green+Blue) = 204+70+142=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC468E is #33B971. Grayscale: #767676. Windows color (decimal): -3389810 or 9324236. OLE color: 9324236.
HSL color Cylindrical-coordinate representation of color #CC468E: hue angle of 327.76º 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 #CC468E is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 142 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.2 |
| HSL | 327.76º | 0.57% | 0.54% | - |
| HSV(B) | 327.76º | 0.66% | 0.8% | - |
| XYZ | 31.97 | 19.17 | 27.61 | - |
| YUV | 118.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 142 | 0 | 0.66 | 0.30 | 0.2 | 327.76 | 0.57 | 0.54 |
| Hex | CC | 46 | 8E | 0 | 42 | 1E | 14 | 148 | 39 | 36 |
| Octal | 314 | 106 | 216 | 0 | 102 | 36 | 24 | 510 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10001110 | 0 | 1000010 | 11110 | 10100 | 101001000 | 111001 | 110110 |
Color Harmonies of #CC468E
Complementary color
Monochromatic Colors of #CC468E
Black with #CC468E
Text Example
Text Example
White with #CC468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC468E; }
p { color: rgb(204,70,142); }
H1.HeaderClassName
{
color: #CC468E;
}
.AnyTagClassName
{
color: #CC468E;
}
</style>
background-color css
<style>
a { background-color: #CC468E; }
a { background-color: rgb(204,70,142); }
div.DivClassName
{
background-color: #CC468E;
}
.BgClassName
{
background-color: #CC468E;
}
</style>
border-color css
<style>
span { border-color: #CC468E; }
span { border-color: rgb(204,70,142); }
td.TdClassName
{
border-color: #CC468E;
}
.TagClassName
{
border-color: #CC468E;
}
</style>