Shades of Mulberry #CC5CA1
Tints of Mulberry #CC5CA1
RGB
CMYK
RGB Variations
Color information
#CC5CA1 (or 0xCC5CA1) is known color: Mulberry. HEX triplet: CC, 5C and A1. RGB value is (204,92,161). Sum of RGB (Red+Green+Blue) = 204+92+161=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CA1 is #33A35E. Grayscale: #858585. Windows color (decimal): -3384159 or 10575052. OLE color: 10575052.
HSL color Cylindrical-coordinate representation of color #CC5CA1: hue angle of 323.04º 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 #CC5CA1 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 161 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.2 |
| HSL | 323.04º | 0.52% | 0.58% | - |
| HSV(B) | 323.04º | 0.55% | 0.8% | - |
| XYZ | 35.16 | 23.06 | 36.32 | - |
| YUV | 133.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 161 | 0 | 0.55 | 0.21 | 0.2 | 323.04 | 0.52 | 0.58 |
| Hex | CC | 5C | A1 | 0 | 37 | 15 | 14 | 143 | 34 | 3A |
| Octal | 314 | 134 | 241 | 0 | 67 | 25 | 24 | 503 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10100001 | 0 | 110111 | 10101 | 10100 | 101000011 | 110100 | 111010 |
Color Harmonies of #CC5CA1
Complementary color
Monochromatic Colors of #CC5CA1
Black with #CC5CA1
Text Example
Text Example
White with #CC5CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CA1; }
p { color: rgb(204,92,161); }
H1.HeaderClassName
{
color: #CC5CA1;
}
.AnyTagClassName
{
color: #CC5CA1;
}
</style>
background-color css
<style>
a { background-color: #CC5CA1; }
a { background-color: rgb(204,92,161); }
div.DivClassName
{
background-color: #CC5CA1;
}
.BgClassName
{
background-color: #CC5CA1;
}
</style>
border-color css
<style>
span { border-color: #CC5CA1; }
span { border-color: rgb(204,92,161); }
td.TdClassName
{
border-color: #CC5CA1;
}
.TagClassName
{
border-color: #CC5CA1;
}
</style>