Shades of Fuchsia #CE3FCE
Tints of Fuchsia #CE3FCE
RGB
CMYK
RGB Variations
Color information
#CE3FCE (or 0xCE3FCE) is known color: Fuchsia. HEX triplet: CE, 3F and CE. RGB value is (206,63,206). Sum of RGB (Red+Green+Blue) = 206+63+206=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE3FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FCE is #31C031. Grayscale: #797979. Windows color (decimal): -3260466 or 13516750. OLE color: 13516750.
HSL color Cylindrical-coordinate representation of color #CE3FCE: hue angle of 300º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3FCE is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 206 | - |
| CMYK | 0 | 0.69 | 0 | 0.19 |
| HSL | 300º | 0.59% | 0.53% | - |
| HSV(B) | 300º | 0.69% | 0.81% | - |
| XYZ | 38.37 | 21.13 | 60.45 | - |
| YUV | 122.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 206 | 0 | 0.69 | 0 | 0.19 | 300 | 0.59 | 0.53 |
| Hex | CE | 3F | CE | 0 | 45 | 0 | 13 | 12C | 3B | 35 |
| Octal | 316 | 77 | 316 | 0 | 105 | 0 | 23 | 454 | 73 | 65 |
| Binary | 11001110 | 111111 | 11001110 | 0 | 1000101 | 0 | 10011 | 100101100 | 111011 | 110101 |
Color Harmonies of #CE3FCE
Complementary color
Monochromatic Colors of #CE3FCE
Black with #CE3FCE
Text Example
Text Example
White with #CE3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FCE; }
p { color: rgb(206,63,206); }
H1.HeaderClassName
{
color: #CE3FCE;
}
.AnyTagClassName
{
color: #CE3FCE;
}
</style>
background-color css
<style>
a { background-color: #CE3FCE; }
a { background-color: rgb(206,63,206); }
div.DivClassName
{
background-color: #CE3FCE;
}
.BgClassName
{
background-color: #CE3FCE;
}
</style>
border-color css
<style>
span { border-color: #CE3FCE; }
span { border-color: rgb(206,63,206); }
td.TdClassName
{
border-color: #CE3FCE;
}
.TagClassName
{
border-color: #CE3FCE;
}
</style>