Shades of Fuchsia #CC5BAC
Tints of Fuchsia #CC5BAC
RGB
CMYK
RGB Variations
Color information
#CC5BAC (or 0xCC5BAC) is known color: Fuchsia. HEX triplet: CC, 5B and AC. RGB value is (204,91,172). Sum of RGB (Red+Green+Blue) = 204+91+172=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5BAC is #33A453. Grayscale: #858585. Windows color (decimal): -3384404 or 11295692. OLE color: 11295692.
HSL color Cylindrical-coordinate representation of color #CC5BAC: hue angle of 316.99º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5BAC is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 172 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.2 |
| HSL | 316.99º | 0.53% | 0.58% | - |
| HSV(B) | 316.99º | 0.55% | 0.8% | - |
| XYZ | 36.09 | 23.3 | 41.62 | - |
| YUV | 134.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 172 | 0 | 0.55 | 0.16 | 0.2 | 316.99 | 0.53 | 0.58 |
| Hex | CC | 5B | AC | 0 | 37 | 10 | 14 | 13D | 35 | 3A |
| Octal | 314 | 133 | 254 | 0 | 67 | 20 | 24 | 475 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10101100 | 0 | 110111 | 10000 | 10100 | 100111101 | 110101 | 111010 |
Color Harmonies of #CC5BAC
Complementary color
Monochromatic Colors of #CC5BAC
Black with #CC5BAC
Text Example
Text Example
White with #CC5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BAC; }
p { color: rgb(204,91,172); }
H1.HeaderClassName
{
color: #CC5BAC;
}
.AnyTagClassName
{
color: #CC5BAC;
}
</style>
background-color css
<style>
a { background-color: #CC5BAC; }
a { background-color: rgb(204,91,172); }
div.DivClassName
{
background-color: #CC5BAC;
}
.BgClassName
{
background-color: #CC5BAC;
}
</style>
border-color css
<style>
span { border-color: #CC5BAC; }
span { border-color: rgb(204,91,172); }
td.TdClassName
{
border-color: #CC5BAC;
}
.TagClassName
{
border-color: #CC5BAC;
}
</style>