Shades of Fuchsia #CE3FD1
Tints of Fuchsia #CE3FD1
RGB
CMYK
RGB Variations
Color information
#CE3FD1 (or 0xCE3FD1) is known color: Fuchsia. HEX triplet: CE, 3F and D1. RGB value is (206,63,209). Sum of RGB (Red+Green+Blue) = 206+63+209=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE3FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FD1 is #31C02E. Grayscale: #797979. Windows color (decimal): -3260463 or 13713358. OLE color: 13713358.
HSL color Cylindrical-coordinate representation of color #CE3FD1: hue angle of 298.77º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3FD1 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 63 | 209 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.18 |
| HSL | 298.77º | 0.61% | 0.53% | - |
| HSV(B) | 298.77º | 0.7% | 0.82% | - |
| XYZ | 38.74 | 21.28 | 62.39 | - |
| YUV | 122.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 209 | 0.01 | 0.70 | 0 | 0.18 | 298.77 | 0.61 | 0.53 |
| Hex | CE | 3F | D1 | 1 | 46 | 0 | 12 | 12B | 3D | 35 |
| Octal | 316 | 77 | 321 | 1 | 106 | 0 | 22 | 453 | 75 | 65 |
| Binary | 11001110 | 111111 | 11010001 | 1 | 1000110 | 0 | 10010 | 100101011 | 111101 | 110101 |
Color Harmonies of #CE3FD1
Complementary color
Monochromatic Colors of #CE3FD1
Black with #CE3FD1
Text Example
Text Example
White with #CE3FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FD1; }
p { color: rgb(206,63,209); }
H1.HeaderClassName
{
color: #CE3FD1;
}
.AnyTagClassName
{
color: #CE3FD1;
}
</style>
background-color css
<style>
a { background-color: #CE3FD1; }
a { background-color: rgb(206,63,209); }
div.DivClassName
{
background-color: #CE3FD1;
}
.BgClassName
{
background-color: #CE3FD1;
}
</style>
border-color css
<style>
span { border-color: #CE3FD1; }
span { border-color: rgb(206,63,209); }
td.TdClassName
{
border-color: #CE3FD1;
}
.TagClassName
{
border-color: #CE3FD1;
}
</style>