Shades of Fuchsia #CE2ECE
Tints of Fuchsia #CE2ECE
RGB
CMYK
RGB Variations
Color information
#CE2ECE (or 0xCE2ECE) is known color: Fuchsia. HEX triplet: CE, 2E and CE. RGB value is (206,46,206). Sum of RGB (Red+Green+Blue) = 206+46+206=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ECE is #31D131. Grayscale: #6F6F6F. Windows color (decimal): -3264818 or 13512398. OLE color: 13512398.
HSL color Cylindrical-coordinate representation of color #CE2ECE: hue angle of 300º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2ECE is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 46 | 206 | - |
CMYK | 0 | 0.78 | 0 | 0.19 |
HSL | 300º | 0.63% | 0.49% | - |
HSV(B) | 300º | 0.78% | 0.81% | - |
XYZ | 37.57 | 19.53 | 60.18 | - |
YUV | 112.08 | 181.01 | 194.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 46 | 206 | 0 | 0.78 | 0 | 0.19 | 300 | 0.63 | 0.49 |
Hex | CE | 2E | CE | 0 | 4E | 0 | 13 | 12C | 3F | 31 |
Octal | 316 | 56 | 316 | 0 | 116 | 0 | 23 | 454 | 77 | 61 |
Binary | 11001110 | 101110 | 11001110 | 0 | 1001110 | 0 | 10011 | 100101100 | 111111 | 110001 |
Color Harmonies of #CE2ECE
Complementary color
Monochromatic Colors of #CE2ECE
Black with #CE2ECE
Text Example
Text Example
White with #CE2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2ECE; }
p { color: rgb(206,46,206); }
H1.HeaderClassName
{
color: #CE2ECE;
}
.AnyTagClassName
{
color: #CE2ECE;
}
</style>
background-color css
<style>
a { background-color: #CE2ECE; }
a { background-color: rgb(206,46,206); }
div.DivClassName
{
background-color: #CE2ECE;
}
.BgClassName
{
background-color: #CE2ECE;
}
</style>
border-color css
<style>
span { border-color: #CE2ECE; }
span { border-color: rgb(206,46,206); }
td.TdClassName
{
border-color: #CE2ECE;
}
.TagClassName
{
border-color: #CE2ECE;
}
</style>