Shades of Fuchsia #CE2CC6
Tints of Fuchsia #CE2CC6
RGB
CMYK
RGB Variations
Color information
#CE2CC6 (or 0xCE2CC6) is known color: Fuchsia. HEX triplet: CE, 2C and C6. RGB value is (206,44,198). Sum of RGB (Red+Green+Blue) = 206+44+198=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CC6 is #31D339. Grayscale: #6D6D6D. Windows color (decimal): -3265338 or 12987598. OLE color: 12987598.
HSL color Cylindrical-coordinate representation of color #CE2CC6: hue angle of 302.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CC6 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 198 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.19 |
| HSL | 302.96º | 0.65% | 0.49% | - |
| HSV(B) | 302.96º | 0.79% | 0.81% | - |
| XYZ | 36.55 | 19 | 55.17 | - |
| YUV | 109.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 198 | 0 | 0.79 | 0.04 | 0.19 | 302.96 | 0.65 | 0.49 |
| Hex | CE | 2C | C6 | 0 | 4F | 4 | 13 | 12F | 41 | 31 |
| Octal | 316 | 54 | 306 | 0 | 117 | 4 | 23 | 457 | 101 | 61 |
| Binary | 11001110 | 101100 | 11000110 | 0 | 1001111 | 100 | 10011 | 100101111 | 1000001 | 110001 |
Color Harmonies of #CE2CC6
Complementary color
Monochromatic Colors of #CE2CC6
Black with #CE2CC6
Text Example
Text Example
White with #CE2CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CC6; }
p { color: rgb(206,44,198); }
H1.HeaderClassName
{
color: #CE2CC6;
}
.AnyTagClassName
{
color: #CE2CC6;
}
</style>
background-color css
<style>
a { background-color: #CE2CC6; }
a { background-color: rgb(206,44,198); }
div.DivClassName
{
background-color: #CE2CC6;
}
.BgClassName
{
background-color: #CE2CC6;
}
</style>
border-color css
<style>
span { border-color: #CE2CC6; }
span { border-color: rgb(206,44,198); }
td.TdClassName
{
border-color: #CE2CC6;
}
.TagClassName
{
border-color: #CE2CC6;
}
</style>