#CE3EC5

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

Shades of Fuchsia #CE3EC5

Tints of Fuchsia #CE3EC5

Color information

#CE3EC5 (or 0xCE3EC5) is unknown color: approx Fuchsia. HEX triplet: CE, 3E and C5. RGB value is (206,62,197). Sum of RGB (Red+Green+Blue) = 206+62+197=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3EC5 is #31C13A. Grayscale: #787878. Windows color (decimal): -3260731 or 12926670. OLE color: 12926670.

HSL color Cylindrical-coordinate representation of color #CE3EC5: hue angle of 303.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3EC5 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB20662197-
CMYK00.700.040.19
HSL303.75º59.5%52.55%-
HSV(B)303.75º69.9%80.78%-
XYZ37.2520.654.84-
YUV120.45171.21189.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 62 (24.61% from 255) = 13.33%
BLUE value IS 197 (77.34% from 255) = 42.37%
R=44.30%
G=13.33%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066219700.700.040.19303.7559.552.55
HexCE3EC50464131303c35
Octal3167630501064234607465
Binary11001110111110110001010100011010010011100110000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3EC5; }

 p { color: rgb(206,62,197); }

 H1.HeaderClassName
 {
   color: #CE3EC5;
 }
 .AnyTagClassName
 {
   color: #CE3EC5;
 }
</style>
background-color css

<style>
 a { background-color: #CE3EC5; }

 a { background-color: rgb(206,62,197); }

 div.DivClassName
 {
   background-color: #CE3EC5;
 }
 .BgClassName
 {
   background-color: #CE3EC5;
 }
</style>
border-color css

<style>
 span { border-color: #CE3EC5; }

 span { border-color: rgb(206,62,197); }

 td.TdClassName
 {
   border-color: #CE3EC5;
 }
 .TagClassName
 {
   border-color: #CE3EC5;
 }
</style>