Shades of Mulberry #CC4AA7
Tints of Mulberry #CC4AA7
RGB
CMYK
RGB Variations
Color information
#CC4AA7 (or 0xCC4AA7) is known color: Mulberry. HEX triplet: CC, 4A and A7. RGB value is (204,74,167). Sum of RGB (Red+Green+Blue) = 204+74+167=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4AA7 is #33B558. Grayscale: #7B7B7B. Windows color (decimal): -3388761 or 10963660. OLE color: 10963660.
HSL color Cylindrical-coordinate representation of color #CC4AA7: hue angle of 317.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4AA7 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 167 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.2 |
| HSL | 317.08º | 0.56% | 0.55% | - |
| HSV(B) | 317.08º | 0.64% | 0.8% | - |
| XYZ | 34.33 | 20.52 | 38.71 | - |
| YUV | 123.47 | 152.57 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 167 | 0 | 0.64 | 0.18 | 0.2 | 317.08 | 0.56 | 0.55 |
| Hex | CC | 4A | A7 | 0 | 40 | 12 | 14 | 13D | 38 | 37 |
| Octal | 314 | 112 | 247 | 0 | 100 | 22 | 24 | 475 | 70 | 67 |
| Binary | 11001100 | 1001010 | 10100111 | 0 | 1000000 | 10010 | 10100 | 100111101 | 111000 | 110111 |
Color Harmonies of #CC4AA7
Complementary color
Monochromatic Colors of #CC4AA7
Black with #CC4AA7
Text Example
Text Example
White with #CC4AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AA7; }
p { color: rgb(204,74,167); }
H1.HeaderClassName
{
color: #CC4AA7;
}
.AnyTagClassName
{
color: #CC4AA7;
}
</style>
background-color css
<style>
a { background-color: #CC4AA7; }
a { background-color: rgb(204,74,167); }
div.DivClassName
{
background-color: #CC4AA7;
}
.BgClassName
{
background-color: #CC4AA7;
}
</style>
border-color css
<style>
span { border-color: #CC4AA7; }
span { border-color: rgb(204,74,167); }
td.TdClassName
{
border-color: #CC4AA7;
}
.TagClassName
{
border-color: #CC4AA7;
}
</style>