Shades of Fuchsia #CC5ECC
Tints of Fuchsia #CC5ECC
RGB
CMYK
RGB Variations
Color information
#CC5ECC (or 0xCC5ECC) is known color: Fuchsia. HEX triplet: CC, 5E and CC. RGB value is (204,94,204). Sum of RGB (Red+Green+Blue) = 204+94+204=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ECC is #33A133. Grayscale: #8B8B8B. Windows color (decimal): -3383604 or 13393612. OLE color: 13393612.
HSL color Cylindrical-coordinate representation of color #CC5ECC: hue angle of 300º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5ECC is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 204 | - |
| CMYK | 0 | 0.54 | 0 | 0.2 |
| HSL | 300º | 0.52% | 0.58% | - |
| HSV(B) | 300º | 0.54% | 0.8% | - |
| XYZ | 39.8 | 25.2 | 59.89 | - |
| YUV | 139.43 | 164.44 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 204 | 0 | 0.54 | 0 | 0.2 | 300 | 0.52 | 0.58 |
| Hex | CC | 5E | CC | 0 | 36 | 0 | 14 | 12C | 34 | 3A |
| Octal | 314 | 136 | 314 | 0 | 66 | 0 | 24 | 454 | 64 | 72 |
| Binary | 11001100 | 1011110 | 11001100 | 0 | 110110 | 0 | 10100 | 100101100 | 110100 | 111010 |
Color Harmonies of #CC5ECC
Complementary color
Monochromatic Colors of #CC5ECC
Black with #CC5ECC
Text Example
Text Example
White with #CC5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5ECC; }
p { color: rgb(204,94,204); }
H1.HeaderClassName
{
color: #CC5ECC;
}
.AnyTagClassName
{
color: #CC5ECC;
}
</style>
background-color css
<style>
a { background-color: #CC5ECC; }
a { background-color: rgb(204,94,204); }
div.DivClassName
{
background-color: #CC5ECC;
}
.BgClassName
{
background-color: #CC5ECC;
}
</style>
border-color css
<style>
span { border-color: #CC5ECC; }
span { border-color: rgb(204,94,204); }
td.TdClassName
{
border-color: #CC5ECC;
}
.TagClassName
{
border-color: #CC5ECC;
}
</style>