Shades of Fuchsia #CC5AAB
Tints of Fuchsia #CC5AAB
RGB
CMYK
RGB Variations
Color information
#CC5AAB (or 0xCC5AAB) is known color: Fuchsia. HEX triplet: CC, 5A and AB. RGB value is (204,90,171). Sum of RGB (Red+Green+Blue) = 204+90+171=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5AAB is #33A554. Grayscale: #858585. Windows color (decimal): -3384661 or 11229900. OLE color: 11229900.
HSL color Cylindrical-coordinate representation of color #CC5AAB: hue angle of 317.37º 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 #CC5AAB is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 171 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.2 |
| HSL | 317.37º | 0.53% | 0.58% | - |
| HSV(B) | 317.37º | 0.56% | 0.8% | - |
| XYZ | 35.91 | 23.09 | 41.09 | - |
| YUV | 133.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 171 | 0 | 0.56 | 0.16 | 0.2 | 317.37 | 0.53 | 0.58 |
| Hex | CC | 5A | AB | 0 | 38 | 10 | 14 | 13D | 35 | 3A |
| Octal | 314 | 132 | 253 | 0 | 70 | 20 | 24 | 475 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10101011 | 0 | 111000 | 10000 | 10100 | 100111101 | 110101 | 111010 |
Color Harmonies of #CC5AAB
Complementary color
Monochromatic Colors of #CC5AAB
Black with #CC5AAB
Text Example
Text Example
White with #CC5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AAB; }
p { color: rgb(204,90,171); }
H1.HeaderClassName
{
color: #CC5AAB;
}
.AnyTagClassName
{
color: #CC5AAB;
}
</style>
background-color css
<style>
a { background-color: #CC5AAB; }
a { background-color: rgb(204,90,171); }
div.DivClassName
{
background-color: #CC5AAB;
}
.BgClassName
{
background-color: #CC5AAB;
}
</style>
border-color css
<style>
span { border-color: #CC5AAB; }
span { border-color: rgb(204,90,171); }
td.TdClassName
{
border-color: #CC5AAB;
}
.TagClassName
{
border-color: #CC5AAB;
}
</style>