Shades of Mulberry #CC449A
Tints of Mulberry #CC449A
RGB
CMYK
RGB Variations
Color information
#CC449A (or 0xCC449A) is known color: Mulberry. HEX triplet: CC, 44 and 9A. RGB value is (204,68,154). Sum of RGB (Red+Green+Blue) = 204+68+154=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC449A is #33BB65. Grayscale: #767676. Windows color (decimal): -3390310 or 10110156. OLE color: 10110156.
HSL color Cylindrical-coordinate representation of color #CC449A: hue angle of 322.06º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC449A is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 154 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.2 |
| HSL | 322.06º | 0.57% | 0.53% | - |
| HSV(B) | 322.06º | 0.67% | 0.8% | - |
| XYZ | 32.8 | 19.3 | 32.57 | - |
| YUV | 118.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 154 | 0 | 0.67 | 0.25 | 0.2 | 322.06 | 0.57 | 0.53 |
| Hex | CC | 44 | 9A | 0 | 43 | 19 | 14 | 142 | 39 | 35 |
| Octal | 314 | 104 | 232 | 0 | 103 | 31 | 24 | 502 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10011010 | 0 | 1000011 | 11001 | 10100 | 101000010 | 111001 | 110101 |
Color Harmonies of #CC449A
Complementary color
Monochromatic Colors of #CC449A
Black with #CC449A
Text Example
Text Example
White with #CC449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC449A; }
p { color: rgb(204,68,154); }
H1.HeaderClassName
{
color: #CC449A;
}
.AnyTagClassName
{
color: #CC449A;
}
</style>
background-color css
<style>
a { background-color: #CC449A; }
a { background-color: rgb(204,68,154); }
div.DivClassName
{
background-color: #CC449A;
}
.BgClassName
{
background-color: #CC449A;
}
</style>
border-color css
<style>
span { border-color: #CC449A; }
span { border-color: rgb(204,68,154); }
td.TdClassName
{
border-color: #CC449A;
}
.TagClassName
{
border-color: #CC449A;
}
</style>