Shades of Mulberry #CC468A
Tints of Mulberry #CC468A
RGB
CMYK
RGB Variations
Color information
#CC468A (or 0xCC468A) is known color: Mulberry. HEX triplet: CC, 46 and 8A. RGB value is (204,70,138). Sum of RGB (Red+Green+Blue) = 204+70+138=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC468A is #33B975. Grayscale: #757575. Windows color (decimal): -3389814 or 9062092. OLE color: 9062092.
HSL color Cylindrical-coordinate representation of color #CC468A: hue angle of 329.55º 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 #CC468A is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 138 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.2 |
| HSL | 329.55º | 0.57% | 0.54% | - |
| HSV(B) | 329.55º | 0.66% | 0.8% | - |
| XYZ | 31.68 | 19.05 | 26.05 | - |
| YUV | 117.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 138 | 0 | 0.66 | 0.32 | 0.2 | 329.55 | 0.57 | 0.54 |
| Hex | CC | 46 | 8A | 0 | 42 | 20 | 14 | 14A | 39 | 36 |
| Octal | 314 | 106 | 212 | 0 | 102 | 40 | 24 | 512 | 71 | 66 |
| Binary | 11001100 | 1000110 | 10001010 | 0 | 1000010 | 100000 | 10100 | 101001010 | 111001 | 110110 |
Color Harmonies of #CC468A
Complementary color
Monochromatic Colors of #CC468A
Black with #CC468A
Text Example
Text Example
White with #CC468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC468A; }
p { color: rgb(204,70,138); }
H1.HeaderClassName
{
color: #CC468A;
}
.AnyTagClassName
{
color: #CC468A;
}
</style>
background-color css
<style>
a { background-color: #CC468A; }
a { background-color: rgb(204,70,138); }
div.DivClassName
{
background-color: #CC468A;
}
.BgClassName
{
background-color: #CC468A;
}
</style>
border-color css
<style>
span { border-color: #CC468A; }
span { border-color: rgb(204,70,138); }
td.TdClassName
{
border-color: #CC468A;
}
.TagClassName
{
border-color: #CC468A;
}
</style>