Shades of Fuchsia #CE2DD1
Tints of Fuchsia #CE2DD1
RGB
CMYK
RGB Variations
Color information
#CE2DD1 (or 0xCE2DD1) is known color: Fuchsia. HEX triplet: CE, 2D and D1. RGB value is (206,45,209). Sum of RGB (Red+Green+Blue) = 206+45+209=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE2DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DD1 is #31D22E. Grayscale: #6F6F6F. Windows color (decimal): -3265071 or 13708750. OLE color: 13708750.
HSL color Cylindrical-coordinate representation of color #CE2DD1: hue angle of 298.9º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DD1 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 45 | 209 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.18 |
| HSL | 298.9º | 0.65% | 0.5% | - |
| HSV(B) | 298.9º | 0.78% | 0.82% | - |
| XYZ | 37.9 | 19.6 | 62.11 | - |
| YUV | 111.84 | 182.84 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 209 | 0.01 | 0.78 | 0 | 0.18 | 298.9 | 0.65 | 0.5 |
| Hex | CE | 2D | D1 | 1 | 4E | 0 | 12 | 12B | 41 | 32 |
| Octal | 316 | 55 | 321 | 1 | 116 | 0 | 22 | 453 | 101 | 62 |
| Binary | 11001110 | 101101 | 11010001 | 1 | 1001110 | 0 | 10010 | 100101011 | 1000001 | 110010 |
Color Harmonies of #CE2DD1
Complementary color
Monochromatic Colors of #CE2DD1
Black with #CE2DD1
Text Example
Text Example
White with #CE2DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DD1; }
p { color: rgb(206,45,209); }
H1.HeaderClassName
{
color: #CE2DD1;
}
.AnyTagClassName
{
color: #CE2DD1;
}
</style>
background-color css
<style>
a { background-color: #CE2DD1; }
a { background-color: rgb(206,45,209); }
div.DivClassName
{
background-color: #CE2DD1;
}
.BgClassName
{
background-color: #CE2DD1;
}
</style>
border-color css
<style>
span { border-color: #CE2DD1; }
span { border-color: rgb(206,45,209); }
td.TdClassName
{
border-color: #CE2DD1;
}
.TagClassName
{
border-color: #CE2DD1;
}
</style>