Shades of Mulberry #CC5CA8
Tints of Mulberry #CC5CA8
RGB
CMYK
RGB Variations
Color information
#CC5CA8 (or 0xCC5CA8) is known color: Mulberry. HEX triplet: CC, 5C and A8. RGB value is (204,92,168). Sum of RGB (Red+Green+Blue) = 204+92+168=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CA8 is #33A357. Grayscale: #858585. Windows color (decimal): -3384152 or 11033804. OLE color: 11033804.
HSL color Cylindrical-coordinate representation of color #CC5CA8: hue angle of 319.29º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5CA8 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 168 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.2 |
| HSL | 319.29º | 0.52% | 0.58% | - |
| HSV(B) | 319.29º | 0.55% | 0.8% | - |
| XYZ | 35.8 | 23.32 | 39.66 | - |
| YUV | 134.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 168 | 0 | 0.55 | 0.18 | 0.2 | 319.29 | 0.52 | 0.58 |
| Hex | CC | 5C | A8 | 0 | 37 | 12 | 14 | 13F | 34 | 3A |
| Octal | 314 | 134 | 250 | 0 | 67 | 22 | 24 | 477 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10101000 | 0 | 110111 | 10010 | 10100 | 100111111 | 110100 | 111010 |
Color Harmonies of #CC5CA8
Complementary color
Monochromatic Colors of #CC5CA8
Black with #CC5CA8
Text Example
Text Example
White with #CC5CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CA8; }
p { color: rgb(204,92,168); }
H1.HeaderClassName
{
color: #CC5CA8;
}
.AnyTagClassName
{
color: #CC5CA8;
}
</style>
background-color css
<style>
a { background-color: #CC5CA8; }
a { background-color: rgb(204,92,168); }
div.DivClassName
{
background-color: #CC5CA8;
}
.BgClassName
{
background-color: #CC5CA8;
}
</style>
border-color css
<style>
span { border-color: #CC5CA8; }
span { border-color: rgb(204,92,168); }
td.TdClassName
{
border-color: #CC5CA8;
}
.TagClassName
{
border-color: #CC5CA8;
}
</style>