Shades of Mulberry #CC468C
Tints of Mulberry #CC468C
RGB
CMYK
RGB Variations
Color information
#CC468C (or 0xCC468C) is known color: Mulberry. HEX triplet: CC, 46 and 8C. RGB value is (204,70,140). Sum of RGB (Red+Green+Blue) = 204+70+140=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC468C is #33B973. Grayscale: #757575. Windows color (decimal): -3389812 or 9193164. OLE color: 9193164.
HSL color Cylindrical-coordinate representation of color #CC468C: hue angle of 328.66º 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 #CC468C is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 140 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.2 |
| HSL | 328.66º | 0.57% | 0.54% | - |
| HSV(B) | 328.66º | 0.66% | 0.8% | - |
| XYZ | 31.83 | 19.11 | 26.82 | - |
| YUV | 118.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 140 | 0 | 0.66 | 0.31 | 0.2 | 328.66 | 0.57 | 0.54 |
| Hex | CC | 46 | 8C | 0 | 42 | 1F | 14 | 149 | 39 | 36 |
| Octal | 314 | 106 | 214 | 0 | 102 | 37 | 24 | 511 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10001100 | 0 | 1000010 | 11111 | 10100 | 101001001 | 111001 | 110110 |
Color Harmonies of #CC468C
Complementary color
Monochromatic Colors of #CC468C
Black with #CC468C
Text Example
Text Example
White with #CC468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC468C; }
p { color: rgb(204,70,140); }
H1.HeaderClassName
{
color: #CC468C;
}
.AnyTagClassName
{
color: #CC468C;
}
</style>
background-color css
<style>
a { background-color: #CC468C; }
a { background-color: rgb(204,70,140); }
div.DivClassName
{
background-color: #CC468C;
}
.BgClassName
{
background-color: #CC468C;
}
</style>
border-color css
<style>
span { border-color: #CC468C; }
span { border-color: rgb(204,70,140); }
td.TdClassName
{
border-color: #CC468C;
}
.TagClassName
{
border-color: #CC468C;
}
</style>