Shades of Fuchsia #CC5AAE
Tints of Fuchsia #CC5AAE
RGB
CMYK
RGB Variations
Color information
#CC5AAE (or 0xCC5AAE) is known color: Fuchsia. HEX triplet: CC, 5A and AE. RGB value is (204,90,174). Sum of RGB (Red+Green+Blue) = 204+90+174=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5AAE is #33A551. Grayscale: #858585. Windows color (decimal): -3384658 or 11426508. OLE color: 11426508.
HSL color Cylindrical-coordinate representation of color #CC5AAE: hue angle of 315.79º 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 #CC5AAE is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 174 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.2 |
| HSL | 315.79º | 0.53% | 0.58% | - |
| HSV(B) | 315.79º | 0.56% | 0.8% | - |
| XYZ | 36.2 | 23.21 | 42.62 | - |
| YUV | 133.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 174 | 0 | 0.56 | 0.15 | 0.2 | 315.79 | 0.53 | 0.58 |
| Hex | CC | 5A | AE | 0 | 38 | F | 14 | 13C | 35 | 3A |
| Octal | 314 | 132 | 256 | 0 | 70 | 17 | 24 | 474 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10101110 | 0 | 111000 | 1111 | 10100 | 100111100 | 110101 | 111010 |
Color Harmonies of #CC5AAE
Complementary color
Monochromatic Colors of #CC5AAE
Black with #CC5AAE
Text Example
Text Example
White with #CC5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AAE; }
p { color: rgb(204,90,174); }
H1.HeaderClassName
{
color: #CC5AAE;
}
.AnyTagClassName
{
color: #CC5AAE;
}
</style>
background-color css
<style>
a { background-color: #CC5AAE; }
a { background-color: rgb(204,90,174); }
div.DivClassName
{
background-color: #CC5AAE;
}
.BgClassName
{
background-color: #CC5AAE;
}
</style>
border-color css
<style>
span { border-color: #CC5AAE; }
span { border-color: rgb(204,90,174); }
td.TdClassName
{
border-color: #CC5AAE;
}
.TagClassName
{
border-color: #CC5AAE;
}
</style>