Shades of Mulberry #CC50A4
Tints of Mulberry #CC50A4
RGB
CMYK
RGB Variations
Color information
#CC50A4 (or 0xCC50A4) is known color: Mulberry. HEX triplet: CC, 50 and A4. RGB value is (204,80,164). Sum of RGB (Red+Green+Blue) = 204+80+164=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC50A4 is #33AF5B. Grayscale: #7E7E7E. Windows color (decimal): -3387228 or 10768588. OLE color: 10768588.
HSL color Cylindrical-coordinate representation of color #CC50A4: hue angle of 319.35º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC50A4 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 164 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.2 |
| HSL | 319.35º | 0.55% | 0.56% | - |
| HSV(B) | 319.35º | 0.61% | 0.8% | - |
| XYZ | 34.47 | 21.26 | 37.41 | - |
| YUV | 126.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 164 | 0 | 0.61 | 0.20 | 0.2 | 319.35 | 0.55 | 0.56 |
| Hex | CC | 50 | A4 | 0 | 3D | 14 | 14 | 13F | 37 | 38 |
| Octal | 314 | 120 | 244 | 0 | 75 | 24 | 24 | 477 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10100100 | 0 | 111101 | 10100 | 10100 | 100111111 | 110111 | 111000 |
Color Harmonies of #CC50A4
Complementary color
Monochromatic Colors of #CC50A4
Black with #CC50A4
Text Example
Text Example
White with #CC50A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50A4; }
p { color: rgb(204,80,164); }
H1.HeaderClassName
{
color: #CC50A4;
}
.AnyTagClassName
{
color: #CC50A4;
}
</style>
background-color css
<style>
a { background-color: #CC50A4; }
a { background-color: rgb(204,80,164); }
div.DivClassName
{
background-color: #CC50A4;
}
.BgClassName
{
background-color: #CC50A4;
}
</style>
border-color css
<style>
span { border-color: #CC50A4; }
span { border-color: rgb(204,80,164); }
td.TdClassName
{
border-color: #CC50A4;
}
.TagClassName
{
border-color: #CC50A4;
}
</style>