Shades of Mulberry #CC44AA
Tints of Mulberry #CC44AA
RGB
CMYK
RGB Variations
Color information
#CC44AA (or 0xCC44AA) is known color: Mulberry. HEX triplet: CC, 44 and AA. RGB value is (204,68,170). Sum of RGB (Red+Green+Blue) = 204+68+170=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC44AA is #33BB55. Grayscale: #787878. Windows color (decimal): -3390294 or 11158732. OLE color: 11158732.
HSL color Cylindrical-coordinate representation of color #CC44AA: hue angle of 315º 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 #CC44AA is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 68 | 170 | - |
CMYK | 0 | 0.67 | 0.17 | 0.2 |
HSL | 315º | 0.57% | 0.53% | - |
HSV(B) | 315º | 0.67% | 0.8% | - |
XYZ | 34.22 | 19.87 | 40.06 | - |
YUV | 120.29 | 156.06 | 187.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 68 | 170 | 0 | 0.67 | 0.17 | 0.2 | 315 | 0.57 | 0.53 |
Hex | CC | 44 | AA | 0 | 43 | 11 | 14 | 13B | 39 | 35 |
Octal | 314 | 104 | 252 | 0 | 103 | 21 | 24 | 473 | 71 | 65 |
Binary | 11001100 | 1000100 | 10101010 | 0 | 1000011 | 10001 | 10100 | 100111011 | 111001 | 110101 |
Color Harmonies of #CC44AA
Complementary color
Monochromatic Colors of #CC44AA
Black with #CC44AA
Text Example
Text Example
White with #CC44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44AA; }
p { color: rgb(204,68,170); }
H1.HeaderClassName
{
color: #CC44AA;
}
.AnyTagClassName
{
color: #CC44AA;
}
</style>
background-color css
<style>
a { background-color: #CC44AA; }
a { background-color: rgb(204,68,170); }
div.DivClassName
{
background-color: #CC44AA;
}
.BgClassName
{
background-color: #CC44AA;
}
</style>
border-color css
<style>
span { border-color: #CC44AA; }
span { border-color: rgb(204,68,170); }
td.TdClassName
{
border-color: #CC44AA;
}
.TagClassName
{
border-color: #CC44AA;
}
</style>