Shades of Fuchsia #CC5EBC
Tints of Fuchsia #CC5EBC
RGB
CMYK
RGB Variations
Color information
#CC5EBC (or 0xCC5EBC) is known color: Fuchsia. HEX triplet: CC, 5E and BC. RGB value is (204,94,188). Sum of RGB (Red+Green+Blue) = 204+94+188=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EBC is #33A143. Grayscale: #898989. Windows color (decimal): -3383620 or 12345036. OLE color: 12345036.
HSL color Cylindrical-coordinate representation of color #CC5EBC: hue angle of 308.73º 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 #CC5EBC is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 188 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.2 |
| HSL | 308.73º | 0.52% | 0.58% | - |
| HSV(B) | 308.73º | 0.54% | 0.8% | - |
| XYZ | 37.98 | 24.47 | 50.3 | - |
| YUV | 137.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 188 | 0 | 0.54 | 0.08 | 0.2 | 308.73 | 0.52 | 0.58 |
| Hex | CC | 5E | BC | 0 | 36 | 8 | 14 | 135 | 34 | 3A |
| Octal | 314 | 136 | 274 | 0 | 66 | 10 | 24 | 465 | 64 | 72 |
| Binary | 11001100 | 1011110 | 10111100 | 0 | 110110 | 1000 | 10100 | 100110101 | 110100 | 111010 |
Color Harmonies of #CC5EBC
Complementary color
Monochromatic Colors of #CC5EBC
Black with #CC5EBC
Text Example
Text Example
White with #CC5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EBC; }
p { color: rgb(204,94,188); }
H1.HeaderClassName
{
color: #CC5EBC;
}
.AnyTagClassName
{
color: #CC5EBC;
}
</style>
background-color css
<style>
a { background-color: #CC5EBC; }
a { background-color: rgb(204,94,188); }
div.DivClassName
{
background-color: #CC5EBC;
}
.BgClassName
{
background-color: #CC5EBC;
}
</style>
border-color css
<style>
span { border-color: #CC5EBC; }
span { border-color: rgb(204,94,188); }
td.TdClassName
{
border-color: #CC5EBC;
}
.TagClassName
{
border-color: #CC5EBC;
}
</style>