Shades of Fuchsia #CC5AAC
Tints of Fuchsia #CC5AAC
RGB
CMYK
RGB Variations
Color information
#CC5AAC (or 0xCC5AAC) is known color: Fuchsia. HEX triplet: CC, 5A and AC. RGB value is (204,90,172). Sum of RGB (Red+Green+Blue) = 204+90+172=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5AAC is #33A553. Grayscale: #858585. Windows color (decimal): -3384660 or 11295436. OLE color: 11295436.
HSL color Cylindrical-coordinate representation of color #CC5AAC: hue angle of 316.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5AAC is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 172 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.2 |
| HSL | 316.84º | 0.53% | 0.58% | - |
| HSV(B) | 316.84º | 0.56% | 0.8% | - |
| XYZ | 36 | 23.13 | 41.6 | - |
| YUV | 133.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 172 | 0 | 0.56 | 0.16 | 0.2 | 316.84 | 0.53 | 0.58 |
| Hex | CC | 5A | AC | 0 | 38 | 10 | 14 | 13D | 35 | 3A |
| Octal | 314 | 132 | 254 | 0 | 70 | 20 | 24 | 475 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10101100 | 0 | 111000 | 10000 | 10100 | 100111101 | 110101 | 111010 |
Color Harmonies of #CC5AAC
Complementary color
Monochromatic Colors of #CC5AAC
Black with #CC5AAC
Text Example
Text Example
White with #CC5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AAC; }
p { color: rgb(204,90,172); }
H1.HeaderClassName
{
color: #CC5AAC;
}
.AnyTagClassName
{
color: #CC5AAC;
}
</style>
background-color css
<style>
a { background-color: #CC5AAC; }
a { background-color: rgb(204,90,172); }
div.DivClassName
{
background-color: #CC5AAC;
}
.BgClassName
{
background-color: #CC5AAC;
}
</style>
border-color css
<style>
span { border-color: #CC5AAC; }
span { border-color: rgb(204,90,172); }
td.TdClassName
{
border-color: #CC5AAC;
}
.TagClassName
{
border-color: #CC5AAC;
}
</style>