Shades of Fuchsia #CC44AB
Tints of Fuchsia #CC44AB
RGB
CMYK
RGB Variations
Color information
#CC44AB (or 0xCC44AB) is known color: Fuchsia. HEX triplet: CC, 44 and AB. RGB value is (204,68,171). Sum of RGB (Red+Green+Blue) = 204+68+171=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC44AB is #33BB54. Grayscale: #787878. Windows color (decimal): -3390293 or 11224268. OLE color: 11224268.
HSL color Cylindrical-coordinate representation of color #CC44AB: hue angle of 314.56º 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 #CC44AB is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 171 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.2 |
| HSL | 314.56º | 0.57% | 0.53% | - |
| HSV(B) | 314.56º | 0.67% | 0.8% | - |
| XYZ | 34.32 | 19.91 | 40.56 | - |
| YUV | 120.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 171 | 0 | 0.67 | 0.16 | 0.2 | 314.56 | 0.57 | 0.53 |
| Hex | CC | 44 | AB | 0 | 43 | 10 | 14 | 13B | 39 | 35 |
| Octal | 314 | 104 | 253 | 0 | 103 | 20 | 24 | 473 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10101011 | 0 | 1000011 | 10000 | 10100 | 100111011 | 111001 | 110101 |
Color Harmonies of #CC44AB
Complementary color
Monochromatic Colors of #CC44AB
Black with #CC44AB
Text Example
Text Example
White with #CC44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44AB; }
p { color: rgb(204,68,171); }
H1.HeaderClassName
{
color: #CC44AB;
}
.AnyTagClassName
{
color: #CC44AB;
}
</style>
background-color css
<style>
a { background-color: #CC44AB; }
a { background-color: rgb(204,68,171); }
div.DivClassName
{
background-color: #CC44AB;
}
.BgClassName
{
background-color: #CC44AB;
}
</style>
border-color css
<style>
span { border-color: #CC44AB; }
span { border-color: rgb(204,68,171); }
td.TdClassName
{
border-color: #CC44AB;
}
.TagClassName
{
border-color: #CC44AB;
}
</style>