Shades of Mulberry #CC408A
Tints of Mulberry #CC408A
RGB
CMYK
RGB Variations
Color information
#CC408A (or 0xCC408A) is known color: Mulberry. HEX triplet: CC, 40 and 8A. RGB value is (204,64,138). Sum of RGB (Red+Green+Blue) = 204+64+138=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC408A is #33BF75. Grayscale: #727272. Windows color (decimal): -3391350 or 9060556. OLE color: 9060556.
HSL color Cylindrical-coordinate representation of color #CC408A: hue angle of 328.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC408A is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 138 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.2 |
| HSL | 328.29º | 0.58% | 0.53% | - |
| HSV(B) | 328.29º | 0.69% | 0.8% | - |
| XYZ | 31.32 | 18.34 | 25.93 | - |
| YUV | 114.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 138 | 0 | 0.69 | 0.32 | 0.2 | 328.29 | 0.58 | 0.53 |
| Hex | CC | 40 | 8A | 0 | 45 | 20 | 14 | 148 | 3A | 35 |
| Octal | 314 | 100 | 212 | 0 | 105 | 40 | 24 | 510 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10001010 | 0 | 1000101 | 100000 | 10100 | 101001000 | 111010 | 110101 |
Color Harmonies of #CC408A
Complementary color
Monochromatic Colors of #CC408A
Black with #CC408A
Text Example
Text Example
White with #CC408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC408A; }
p { color: rgb(204,64,138); }
H1.HeaderClassName
{
color: #CC408A;
}
.AnyTagClassName
{
color: #CC408A;
}
</style>
background-color css
<style>
a { background-color: #CC408A; }
a { background-color: rgb(204,64,138); }
div.DivClassName
{
background-color: #CC408A;
}
.BgClassName
{
background-color: #CC408A;
}
</style>
border-color css
<style>
span { border-color: #CC408A; }
span { border-color: rgb(204,64,138); }
td.TdClassName
{
border-color: #CC408A;
}
.TagClassName
{
border-color: #CC408A;
}
</style>