Shades of Fuchsia #CE2DC8
Tints of Fuchsia #CE2DC8
RGB
CMYK
RGB Variations
Color information
#CE2DC8 (or 0xCE2DC8) is known color: Fuchsia. HEX triplet: CE, 2D and C8. RGB value is (206,45,200). Sum of RGB (Red+Green+Blue) = 206+45+200=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DC8 is #31D237. Grayscale: #6E6E6E. Windows color (decimal): -3265080 or 13118926. OLE color: 13118926.
HSL color Cylindrical-coordinate representation of color #CE2DC8: hue angle of 302.24º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DC8 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 200 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.19 |
| HSL | 302.24º | 0.64% | 0.49% | - |
| HSV(B) | 302.24º | 0.78% | 0.81% | - |
| XYZ | 36.82 | 19.17 | 56.4 | - |
| YUV | 110.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 200 | 0 | 0.78 | 0.03 | 0.19 | 302.24 | 0.64 | 0.49 |
| Hex | CE | 2D | C8 | 0 | 4E | 3 | 13 | 12E | 40 | 31 |
| Octal | 316 | 55 | 310 | 0 | 116 | 3 | 23 | 456 | 100 | 61 |
| Binary | 11001110 | 101101 | 11001000 | 0 | 1001110 | 11 | 10011 | 100101110 | 1000000 | 110001 |
Color Harmonies of #CE2DC8
Complementary color
Monochromatic Colors of #CE2DC8
Black with #CE2DC8
Text Example
Text Example
White with #CE2DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DC8; }
p { color: rgb(206,45,200); }
H1.HeaderClassName
{
color: #CE2DC8;
}
.AnyTagClassName
{
color: #CE2DC8;
}
</style>
background-color css
<style>
a { background-color: #CE2DC8; }
a { background-color: rgb(206,45,200); }
div.DivClassName
{
background-color: #CE2DC8;
}
.BgClassName
{
background-color: #CE2DC8;
}
</style>
border-color css
<style>
span { border-color: #CE2DC8; }
span { border-color: rgb(206,45,200); }
td.TdClassName
{
border-color: #CE2DC8;
}
.TagClassName
{
border-color: #CE2DC8;
}
</style>