Shades of Fuchsia #CE3DD2
Tints of Fuchsia #CE3DD2
RGB
CMYK
RGB Variations
Color information
#CE3DD2 (or 0xCE3DD2) is known color: Fuchsia. HEX triplet: CE, 3D and D2. RGB value is (206,61,210). Sum of RGB (Red+Green+Blue) = 206+61+210=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE3DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DD2 is #31C22D. Grayscale: #787878. Windows color (decimal): -3260974 or 13778382. OLE color: 13778382.
HSL color Cylindrical-coordinate representation of color #CE3DD2: hue angle of 298.39º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3DD2 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 61 | 210 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.18 |
| HSL | 298.39º | 0.62% | 0.53% | - |
| HSV(B) | 298.39º | 0.71% | 0.82% | - |
| XYZ | 38.76 | 21.11 | 63.01 | - |
| YUV | 121.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 210 | 0.02 | 0.71 | 0 | 0.18 | 298.39 | 0.62 | 0.53 |
| Hex | CE | 3D | D2 | 2 | 47 | 0 | 12 | 12A | 3E | 35 |
| Octal | 316 | 75 | 322 | 2 | 107 | 0 | 22 | 452 | 76 | 65 |
| Binary | 11001110 | 111101 | 11010010 | 10 | 1000111 | 0 | 10010 | 100101010 | 111110 | 110101 |
Color Harmonies of #CE3DD2
Complementary color
Monochromatic Colors of #CE3DD2
Black with #CE3DD2
Text Example
Text Example
White with #CE3DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DD2; }
p { color: rgb(206,61,210); }
H1.HeaderClassName
{
color: #CE3DD2;
}
.AnyTagClassName
{
color: #CE3DD2;
}
</style>
background-color css
<style>
a { background-color: #CE3DD2; }
a { background-color: rgb(206,61,210); }
div.DivClassName
{
background-color: #CE3DD2;
}
.BgClassName
{
background-color: #CE3DD2;
}
</style>
border-color css
<style>
span { border-color: #CE3DD2; }
span { border-color: rgb(206,61,210); }
td.TdClassName
{
border-color: #CE3DD2;
}
.TagClassName
{
border-color: #CE3DD2;
}
</style>