Shades of Mulberry #CC4B8A
Tints of Mulberry #CC4B8A
RGB
CMYK
RGB Variations
Color information
#CC4B8A (or 0xCC4B8A) is known color: Mulberry. HEX triplet: CC, 4B and 8A. RGB value is (204,75,138). Sum of RGB (Red+Green+Blue) = 204+75+138=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4B8A is #33B475. Grayscale: #787878. Windows color (decimal): -3388534 or 9063372. OLE color: 9063372.
HSL color Cylindrical-coordinate representation of color #CC4B8A: hue angle of 330.7º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4B8A is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 138 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.2 |
| HSL | 330.7º | 0.56% | 0.55% | - |
| HSV(B) | 330.7º | 0.63% | 0.8% | - |
| XYZ | 32.01 | 19.7 | 26.16 | - |
| YUV | 120.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 138 | 0 | 0.63 | 0.32 | 0.2 | 330.7 | 0.56 | 0.55 |
| Hex | CC | 4B | 8A | 0 | 3F | 20 | 14 | 14B | 38 | 37 |
| Octal | 314 | 113 | 212 | 0 | 77 | 40 | 24 | 513 | 70 | 67 |
| Binary | 11001100 | 1001011 | 10001010 | 0 | 111111 | 100000 | 10100 | 101001011 | 111000 | 110111 |
Color Harmonies of #CC4B8A
Complementary color
Monochromatic Colors of #CC4B8A
Black with #CC4B8A
Text Example
Text Example
White with #CC4B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4B8A; }
p { color: rgb(204,75,138); }
H1.HeaderClassName
{
color: #CC4B8A;
}
.AnyTagClassName
{
color: #CC4B8A;
}
</style>
background-color css
<style>
a { background-color: #CC4B8A; }
a { background-color: rgb(204,75,138); }
div.DivClassName
{
background-color: #CC4B8A;
}
.BgClassName
{
background-color: #CC4B8A;
}
</style>
border-color css
<style>
span { border-color: #CC4B8A; }
span { border-color: rgb(204,75,138); }
td.TdClassName
{
border-color: #CC4B8A;
}
.TagClassName
{
border-color: #CC4B8A;
}
</style>