Shades of Fuchsia #CE3ECE
Tints of Fuchsia #CE3ECE
RGB
CMYK
RGB Variations
Color information
#CE3ECE (or 0xCE3ECE) is known color: Fuchsia. HEX triplet: CE, 3E and CE. RGB value is (206,62,206). Sum of RGB (Red+Green+Blue) = 206+62+206=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE3ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ECE is #31C131. Grayscale: #797979. Windows color (decimal): -3260722 or 13516494. OLE color: 13516494.
HSL color Cylindrical-coordinate representation of color #CE3ECE: hue angle of 300º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3ECE is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 206 | - |
| CMYK | 0 | 0.70 | 0 | 0.19 |
| HSL | 300º | 0.6% | 0.53% | - |
| HSV(B) | 300º | 0.7% | 0.81% | - |
| XYZ | 38.32 | 21.02 | 60.43 | - |
| YUV | 121.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 206 | 0 | 0.70 | 0 | 0.19 | 300 | 0.6 | 0.53 |
| Hex | CE | 3E | CE | 0 | 46 | 0 | 13 | 12C | 3C | 35 |
| Octal | 316 | 76 | 316 | 0 | 106 | 0 | 23 | 454 | 74 | 65 |
| Binary | 11001110 | 111110 | 11001110 | 0 | 1000110 | 0 | 10011 | 100101100 | 111100 | 110101 |
Color Harmonies of #CE3ECE
Complementary color
Monochromatic Colors of #CE3ECE
Black with #CE3ECE
Text Example
Text Example
White with #CE3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ECE; }
p { color: rgb(206,62,206); }
H1.HeaderClassName
{
color: #CE3ECE;
}
.AnyTagClassName
{
color: #CE3ECE;
}
</style>
background-color css
<style>
a { background-color: #CE3ECE; }
a { background-color: rgb(206,62,206); }
div.DivClassName
{
background-color: #CE3ECE;
}
.BgClassName
{
background-color: #CE3ECE;
}
</style>
border-color css
<style>
span { border-color: #CE3ECE; }
span { border-color: rgb(206,62,206); }
td.TdClassName
{
border-color: #CE3ECE;
}
.TagClassName
{
border-color: #CE3ECE;
}
</style>