Shades of Fuchsia #CC5ECE
Tints of Fuchsia #CC5ECE
RGB
CMYK
RGB Variations
Color information
#CC5ECE (or 0xCC5ECE) is known color: Fuchsia. HEX triplet: CC, 5E and CE. RGB value is (204,94,206). Sum of RGB (Red+Green+Blue) = 204+94+206=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ECE is #33A131. Grayscale: #8B8B8B. Windows color (decimal): -3383602 or 13524684. OLE color: 13524684.
HSL color Cylindrical-coordinate representation of color #CC5ECE: hue angle of 298.93º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5ECE is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 94 | 206 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.19 |
| HSL | 298.93º | 0.53% | 0.59% | - |
| HSV(B) | 298.93º | 0.54% | 0.81% | - |
| XYZ | 40.05 | 25.3 | 61.17 | - |
| YUV | 139.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 206 | 0.01 | 0.54 | 0 | 0.19 | 298.93 | 0.53 | 0.59 |
| Hex | CC | 5E | CE | 1 | 36 | 0 | 13 | 12B | 35 | 3B |
| Octal | 314 | 136 | 316 | 1 | 66 | 0 | 23 | 453 | 65 | 73 |
| Binary | 11001100 | 1011110 | 11001110 | 1 | 110110 | 0 | 10011 | 100101011 | 110101 | 111011 |
Color Harmonies of #CC5ECE
Complementary color
Monochromatic Colors of #CC5ECE
Black with #CC5ECE
Text Example
Text Example
White with #CC5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5ECE; }
p { color: rgb(204,94,206); }
H1.HeaderClassName
{
color: #CC5ECE;
}
.AnyTagClassName
{
color: #CC5ECE;
}
</style>
background-color css
<style>
a { background-color: #CC5ECE; }
a { background-color: rgb(204,94,206); }
div.DivClassName
{
background-color: #CC5ECE;
}
.BgClassName
{
background-color: #CC5ECE;
}
</style>
border-color css
<style>
span { border-color: #CC5ECE; }
span { border-color: rgb(204,94,206); }
td.TdClassName
{
border-color: #CC5ECE;
}
.TagClassName
{
border-color: #CC5ECE;
}
</style>