Shades of Fuchsia #CC5CAC
Tints of Fuchsia #CC5CAC
RGB
CMYK
RGB Variations
Color information
#CC5CAC (or 0xCC5CAC) is known color: Fuchsia. HEX triplet: CC, 5C and AC. RGB value is (204,92,172). Sum of RGB (Red+Green+Blue) = 204+92+172=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CAC is #33A353. Grayscale: #868686. Windows color (decimal): -3384148 or 11295948. OLE color: 11295948.
HSL color Cylindrical-coordinate representation of color #CC5CAC: hue angle of 317.14º degrees, saturation: 0.52, 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 #CC5CAC is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 172 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.2 |
| HSL | 317.14º | 0.52% | 0.58% | - |
| HSV(B) | 317.14º | 0.55% | 0.8% | - |
| XYZ | 36.18 | 23.47 | 41.65 | - |
| YUV | 134.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 172 | 0 | 0.55 | 0.16 | 0.2 | 317.14 | 0.52 | 0.58 |
| Hex | CC | 5C | AC | 0 | 37 | 10 | 14 | 13D | 34 | 3A |
| Octal | 314 | 134 | 254 | 0 | 67 | 20 | 24 | 475 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10101100 | 0 | 110111 | 10000 | 10100 | 100111101 | 110100 | 111010 |
Color Harmonies of #CC5CAC
Complementary color
Monochromatic Colors of #CC5CAC
Black with #CC5CAC
Text Example
Text Example
White with #CC5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CAC; }
p { color: rgb(204,92,172); }
H1.HeaderClassName
{
color: #CC5CAC;
}
.AnyTagClassName
{
color: #CC5CAC;
}
</style>
background-color css
<style>
a { background-color: #CC5CAC; }
a { background-color: rgb(204,92,172); }
div.DivClassName
{
background-color: #CC5CAC;
}
.BgClassName
{
background-color: #CC5CAC;
}
</style>
border-color css
<style>
span { border-color: #CC5CAC; }
span { border-color: rgb(204,92,172); }
td.TdClassName
{
border-color: #CC5CAC;
}
.TagClassName
{
border-color: #CC5CAC;
}
</style>