Shades of Fuchsia #CE40CE
Tints of Fuchsia #CE40CE
RGB
CMYK
RGB Variations
Color information
#CE40CE (or 0xCE40CE) is known color: Fuchsia. HEX triplet: CE, 40 and CE. RGB value is (206,64,206). Sum of RGB (Red+Green+Blue) = 206+64+206=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40CE is #31BF31. Grayscale: #7A7A7A. Windows color (decimal): -3260210 or 13517006. OLE color: 13517006.
HSL color Cylindrical-coordinate representation of color #CE40CE: 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 #CE40CE is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 206 | - |
| CMYK | 0 | 0.69 | 0 | 0.19 |
| HSL | 300º | 0.59% | 0.53% | - |
| HSV(B) | 300º | 0.69% | 0.81% | - |
| XYZ | 38.43 | 21.24 | 60.47 | - |
| YUV | 122.65 | 175.04 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 206 | 0 | 0.69 | 0 | 0.19 | 300 | 0.59 | 0.53 |
| Hex | CE | 40 | CE | 0 | 45 | 0 | 13 | 12C | 3B | 35 |
| Octal | 316 | 100 | 316 | 0 | 105 | 0 | 23 | 454 | 73 | 65 |
| Binary | 11001110 | 1000000 | 11001110 | 0 | 1000101 | 0 | 10011 | 100101100 | 111011 | 110101 |
Color Harmonies of #CE40CE
Complementary color
Monochromatic Colors of #CE40CE
Black with #CE40CE
Text Example
Text Example
White with #CE40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40CE; }
p { color: rgb(206,64,206); }
H1.HeaderClassName
{
color: #CE40CE;
}
.AnyTagClassName
{
color: #CE40CE;
}
</style>
background-color css
<style>
a { background-color: #CE40CE; }
a { background-color: rgb(206,64,206); }
div.DivClassName
{
background-color: #CE40CE;
}
.BgClassName
{
background-color: #CE40CE;
}
</style>
border-color css
<style>
span { border-color: #CE40CE; }
span { border-color: rgb(206,64,206); }
td.TdClassName
{
border-color: #CE40CE;
}
.TagClassName
{
border-color: #CE40CE;
}
</style>