Shades of Fuchsia #CE40D0
Tints of Fuchsia #CE40D0
RGB
CMYK
RGB Variations
Color information
#CE40D0 (or 0xCE40D0) is known color: Fuchsia. HEX triplet: CE, 40 and D0. RGB value is (206,64,208). Sum of RGB (Red+Green+Blue) = 206+64+208=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE40D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40D0 is #31BF2F. Grayscale: #7A7A7A. Windows color (decimal): -3260208 or 13648078. OLE color: 13648078.
HSL color Cylindrical-coordinate representation of color #CE40D0: hue angle of 299.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE40D0 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 64 | 208 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.18 |
| HSL | 299.17º | 0.61% | 0.53% | - |
| HSV(B) | 299.17º | 0.69% | 0.82% | - |
| XYZ | 38.67 | 21.34 | 61.76 | - |
| YUV | 122.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 208 | 0.01 | 0.69 | 0 | 0.18 | 299.17 | 0.61 | 0.53 |
| Hex | CE | 40 | D0 | 1 | 45 | 0 | 12 | 12B | 3D | 35 |
| Octal | 316 | 100 | 320 | 1 | 105 | 0 | 22 | 453 | 75 | 65 |
| Binary | 11001110 | 1000000 | 11010000 | 1 | 1000101 | 0 | 10010 | 100101011 | 111101 | 110101 |
Color Harmonies of #CE40D0
Complementary color
Monochromatic Colors of #CE40D0
Black with #CE40D0
Text Example
Text Example
White with #CE40D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40D0; }
p { color: rgb(206,64,208); }
H1.HeaderClassName
{
color: #CE40D0;
}
.AnyTagClassName
{
color: #CE40D0;
}
</style>
background-color css
<style>
a { background-color: #CE40D0; }
a { background-color: rgb(206,64,208); }
div.DivClassName
{
background-color: #CE40D0;
}
.BgClassName
{
background-color: #CE40D0;
}
</style>
border-color css
<style>
span { border-color: #CE40D0; }
span { border-color: rgb(206,64,208); }
td.TdClassName
{
border-color: #CE40D0;
}
.TagClassName
{
border-color: #CE40D0;
}
</style>