Shades of Mulberry #CC45A2
Tints of Mulberry #CC45A2
RGB
CMYK
RGB Variations
Color information
#CC45A2 (or 0xCC45A2) is known color: Mulberry. HEX triplet: CC, 45 and A2. RGB value is (204,69,162). Sum of RGB (Red+Green+Blue) = 204+69+162=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC45A2 is #33BA5D. Grayscale: #777777. Windows color (decimal): -3390046 or 10634700. OLE color: 10634700.
HSL color Cylindrical-coordinate representation of color #CC45A2: hue angle of 318.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC45A2 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 162 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.2 |
| HSL | 318.67º | 0.57% | 0.54% | - |
| HSV(B) | 318.67º | 0.66% | 0.8% | - |
| XYZ | 33.55 | 19.7 | 36.22 | - |
| YUV | 119.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 162 | 0 | 0.66 | 0.21 | 0.2 | 318.67 | 0.57 | 0.54 |
| Hex | CC | 45 | A2 | 0 | 42 | 15 | 14 | 13F | 39 | 36 |
| Octal | 314 | 105 | 242 | 0 | 102 | 25 | 24 | 477 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10100010 | 0 | 1000010 | 10101 | 10100 | 100111111 | 111001 | 110110 |
Color Harmonies of #CC45A2
Complementary color
Monochromatic Colors of #CC45A2
Black with #CC45A2
Text Example
Text Example
White with #CC45A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45A2; }
p { color: rgb(204,69,162); }
H1.HeaderClassName
{
color: #CC45A2;
}
.AnyTagClassName
{
color: #CC45A2;
}
</style>
background-color css
<style>
a { background-color: #CC45A2; }
a { background-color: rgb(204,69,162); }
div.DivClassName
{
background-color: #CC45A2;
}
.BgClassName
{
background-color: #CC45A2;
}
</style>
border-color css
<style>
span { border-color: #CC45A2; }
span { border-color: rgb(204,69,162); }
td.TdClassName
{
border-color: #CC45A2;
}
.TagClassName
{
border-color: #CC45A2;
}
</style>