#ce2dc8

Color #CE2DC8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CE2DC8

Tints of Fuchsia #CE2DC8

Color information

#CE2DC8 (or 0xCE2DC8) is unknown color: approx 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

RGB20645200-
CMYK00.780.030.19
HSL302.24º64.14%49.22%-
HSV(B)302.24º78.16%80.78%-
XYZ36.8219.1756.4-
YUV110.81178.34195.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 45 (17.97% from 255) = 9.98%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=45.68%
G=9.98%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064520000.780.030.19302.2464.1449.22
HexCE2DC804E31312e4031
Octal31655310011632345610061
Binary11001110101101110010000100111011100111001011101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce2dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>