Shades of Fuchsia #CE46CE
Tints of Fuchsia #CE46CE
RGB
CMYK
RGB Variations
Color information
#CE46CE (or 0xCE46CE) is known color: Fuchsia. HEX triplet: CE, 46 and CE. RGB value is (206,70,206). Sum of RGB (Red+Green+Blue) = 206+70+206=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46CE is #31B931. Grayscale: #7D7D7D. Windows color (decimal): -3258674 or 13518542. OLE color: 13518542.
HSL color Cylindrical-coordinate representation of color #CE46CE: hue angle of 300º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE46CE is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 206 | - |
| CMYK | 0 | 0.66 | 0 | 0.19 |
| HSL | 300º | 0.58% | 0.54% | - |
| HSV(B) | 300º | 0.66% | 0.81% | - |
| XYZ | 38.78 | 21.96 | 60.59 | - |
| YUV | 126.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 206 | 0 | 0.66 | 0 | 0.19 | 300 | 0.58 | 0.54 |
| Hex | CE | 46 | CE | 0 | 42 | 0 | 13 | 12C | 3A | 36 |
| Octal | 316 | 106 | 316 | 0 | 102 | 0 | 23 | 454 | 72 | 66 |
| Binary | 11001110 | 1000110 | 11001110 | 0 | 1000010 | 0 | 10011 | 100101100 | 111010 | 110110 |
Color Harmonies of #CE46CE
Complementary color
Monochromatic Colors of #CE46CE
Black with #CE46CE
Text Example
Text Example
White with #CE46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46CE; }
p { color: rgb(206,70,206); }
H1.HeaderClassName
{
color: #CE46CE;
}
.AnyTagClassName
{
color: #CE46CE;
}
</style>
background-color css
<style>
a { background-color: #CE46CE; }
a { background-color: rgb(206,70,206); }
div.DivClassName
{
background-color: #CE46CE;
}
.BgClassName
{
background-color: #CE46CE;
}
</style>
border-color css
<style>
span { border-color: #CE46CE; }
span { border-color: rgb(206,70,206); }
td.TdClassName
{
border-color: #CE46CE;
}
.TagClassName
{
border-color: #CE46CE;
}
</style>