Shades of Fuchsia #CC5AAA
Tints of Fuchsia #CC5AAA
RGB
CMYK
RGB Variations
Color information
#CC5AAA (or 0xCC5AAA) is known color: Fuchsia. HEX triplet: CC, 5A and AA. RGB value is (204,90,170). Sum of RGB (Red+Green+Blue) = 204+90+170=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5AAA is #33A555. Grayscale: #848484. Windows color (decimal): -3384662 or 11164364. OLE color: 11164364.
HSL color Cylindrical-coordinate representation of color #CC5AAA: hue angle of 317.89º 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 #CC5AAA is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 170 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.2 |
| HSL | 317.89º | 0.53% | 0.58% | - |
| HSV(B) | 317.89º | 0.56% | 0.8% | - |
| XYZ | 35.81 | 23.05 | 40.59 | - |
| YUV | 133.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 170 | 0 | 0.56 | 0.17 | 0.2 | 317.89 | 0.53 | 0.58 |
| Hex | CC | 5A | AA | 0 | 38 | 11 | 14 | 13E | 35 | 3A |
| Octal | 314 | 132 | 252 | 0 | 70 | 21 | 24 | 476 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10101010 | 0 | 111000 | 10001 | 10100 | 100111110 | 110101 | 111010 |
Color Harmonies of #CC5AAA
Complementary color
Monochromatic Colors of #CC5AAA
Black with #CC5AAA
Text Example
Text Example
White with #CC5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AAA; }
p { color: rgb(204,90,170); }
H1.HeaderClassName
{
color: #CC5AAA;
}
.AnyTagClassName
{
color: #CC5AAA;
}
</style>
background-color css
<style>
a { background-color: #CC5AAA; }
a { background-color: rgb(204,90,170); }
div.DivClassName
{
background-color: #CC5AAA;
}
.BgClassName
{
background-color: #CC5AAA;
}
</style>
border-color css
<style>
span { border-color: #CC5AAA; }
span { border-color: rgb(204,90,170); }
td.TdClassName
{
border-color: #CC5AAA;
}
.TagClassName
{
border-color: #CC5AAA;
}
</style>