Shades of Fuchsia #CE3DD4
Tints of Fuchsia #CE3DD4
RGB
CMYK
RGB Variations
Color information
#CE3DD4 (or 0xCE3DD4) is known color: Fuchsia. HEX triplet: CE, 3D and D4. RGB value is (206,61,212). Sum of RGB (Red+Green+Blue) = 206+61+212=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE3DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DD4 is #31C22B. Grayscale: #797979. Windows color (decimal): -3260972 or 13909454. OLE color: 13909454.
HSL color Cylindrical-coordinate representation of color #CE3DD4: hue angle of 297.62º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3DD4 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 61 | 212 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.17 |
| HSL | 297.62º | 0.64% | 0.54% | - |
| HSV(B) | 297.62º | 0.71% | 0.83% | - |
| XYZ | 39.01 | 21.21 | 64.33 | - |
| YUV | 121.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 212 | 0.03 | 0.71 | 0 | 0.17 | 297.62 | 0.64 | 0.54 |
| Hex | CE | 3D | D4 | 3 | 47 | 0 | 11 | 12A | 40 | 36 |
| Octal | 316 | 75 | 324 | 3 | 107 | 0 | 21 | 452 | 100 | 66 |
| Binary | 11001110 | 111101 | 11010100 | 11 | 1000111 | 0 | 10001 | 100101010 | 1000000 | 110110 |
Color Harmonies of #CE3DD4
Complementary color
Monochromatic Colors of #CE3DD4
Black with #CE3DD4
Text Example
Text Example
White with #CE3DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DD4; }
p { color: rgb(206,61,212); }
H1.HeaderClassName
{
color: #CE3DD4;
}
.AnyTagClassName
{
color: #CE3DD4;
}
</style>
background-color css
<style>
a { background-color: #CE3DD4; }
a { background-color: rgb(206,61,212); }
div.DivClassName
{
background-color: #CE3DD4;
}
.BgClassName
{
background-color: #CE3DD4;
}
</style>
border-color css
<style>
span { border-color: #CE3DD4; }
span { border-color: rgb(206,61,212); }
td.TdClassName
{
border-color: #CE3DD4;
}
.TagClassName
{
border-color: #CE3DD4;
}
</style>