Shades of Fuchsia #CC55AA
Tints of Fuchsia #CC55AA
RGB
CMYK
RGB Variations
Color information
#CC55AA (or 0xCC55AA) is known color: Fuchsia. HEX triplet: CC, 55 and AA. RGB value is (204,85,170). Sum of RGB (Red+Green+Blue) = 204+85+170=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55AA is #33AA55. Grayscale: #828282. Windows color (decimal): -3385942 or 11163084. OLE color: 11163084.
HSL color Cylindrical-coordinate representation of color #CC55AA: hue angle of 317.14º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC55AA is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 170 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.2 |
| HSL | 317.14º | 0.54% | 0.57% | - |
| HSV(B) | 317.14º | 0.58% | 0.8% | - |
| XYZ | 35.41 | 22.24 | 40.46 | - |
| YUV | 130.27 | 150.42 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 170 | 0 | 0.58 | 0.17 | 0.2 | 317.14 | 0.54 | 0.57 |
| Hex | CC | 55 | AA | 0 | 3A | 11 | 14 | 13D | 36 | 39 |
| Octal | 314 | 125 | 252 | 0 | 72 | 21 | 24 | 475 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10101010 | 0 | 111010 | 10001 | 10100 | 100111101 | 110110 | 111001 |
Color Harmonies of #CC55AA
Complementary color
Monochromatic Colors of #CC55AA
Black with #CC55AA
Text Example
Text Example
White with #CC55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55AA; }
p { color: rgb(204,85,170); }
H1.HeaderClassName
{
color: #CC55AA;
}
.AnyTagClassName
{
color: #CC55AA;
}
</style>
background-color css
<style>
a { background-color: #CC55AA; }
a { background-color: rgb(204,85,170); }
div.DivClassName
{
background-color: #CC55AA;
}
.BgClassName
{
background-color: #CC55AA;
}
</style>
border-color css
<style>
span { border-color: #CC55AA; }
span { border-color: rgb(204,85,170); }
td.TdClassName
{
border-color: #CC55AA;
}
.TagClassName
{
border-color: #CC55AA;
}
</style>