Shades of Mulberry #CC468B
Tints of Mulberry #CC468B
RGB
CMYK
RGB Variations
Color information
#CC468B (or 0xCC468B) is known color: Mulberry. HEX triplet: CC, 46 and 8B. RGB value is (204,70,139). Sum of RGB (Red+Green+Blue) = 204+70+139=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC468B is #33B974. Grayscale: #757575. Windows color (decimal): -3389813 or 9127628. OLE color: 9127628.
HSL color Cylindrical-coordinate representation of color #CC468B: hue angle of 329.1º 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 #CC468B is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 139 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.2 |
| HSL | 329.1º | 0.57% | 0.54% | - |
| HSV(B) | 329.1º | 0.66% | 0.8% | - |
| XYZ | 31.75 | 19.08 | 26.44 | - |
| YUV | 117.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 139 | 0 | 0.66 | 0.32 | 0.2 | 329.1 | 0.57 | 0.54 |
| Hex | CC | 46 | 8B | 0 | 42 | 20 | 14 | 149 | 39 | 36 |
| Octal | 314 | 106 | 213 | 0 | 102 | 40 | 24 | 511 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10001011 | 0 | 1000010 | 100000 | 10100 | 101001001 | 111001 | 110110 |
Color Harmonies of #CC468B
Complementary color
Monochromatic Colors of #CC468B
Black with #CC468B
Text Example
Text Example
White with #CC468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC468B; }
p { color: rgb(204,70,139); }
H1.HeaderClassName
{
color: #CC468B;
}
.AnyTagClassName
{
color: #CC468B;
}
</style>
background-color css
<style>
a { background-color: #CC468B; }
a { background-color: rgb(204,70,139); }
div.DivClassName
{
background-color: #CC468B;
}
.BgClassName
{
background-color: #CC468B;
}
</style>
border-color css
<style>
span { border-color: #CC468B; }
span { border-color: rgb(204,70,139); }
td.TdClassName
{
border-color: #CC468B;
}
.TagClassName
{
border-color: #CC468B;
}
</style>