Html Css Color HEX #CE2ED6 Fuchsia

📋 copy color: '#CE2ED6'

red 206 ◦ green 46 ◦ blue 214

#CE2ED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CE2ED6

Tints of Fuchsia #CE2ED6

RGB

 RED value IS 206 (80.86% from 255) = 44.21%

 GREEN value IS 46 (18.36% from 255) = 9.87%

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 44.21%
G = 9.87%
B = 45.92%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE2ED6 (or 0xCE2ED6) is known color: Fuchsia. HEX triplet: CE, 2E and D6. RGB value is (206,46,214). Sum of RGB (Red+Green+Blue) = 206+46+214=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE2ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ED6 is #31D129. Grayscale: #707070. Windows color (decimal): -3264810 or 14036686. OLE color: 14036686.

HSL color Cylindrical-coordinate representation of color #CE2ED6: hue angle of 297.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2ED6 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 46 214 -
CMYK 0.04 0.79 0 0.16
HSL 297.14º 0.67% 0.51% -
HSV(B) 297.14º 0.79% 0.84% -
XYZ 38.57 19.93 65.43 -
YUV 112.99 185.01 194.34 -
System Red Green Blue C M Y K H S L
Decimal 206 46 214 0.04 0.79 0 0.16 297.14 0.67 0.51
Hex CE 2E D6 4 4F 0 10 129 43 33
Octal 316 56 326 4 117 0 20 451 103 63
Binary 11001110 101110 11010110 100 1001111 0 10000 100101001 1000011 110011

Color Harmonies of #CE2ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2ED6

Black with #CE2ED6

Text Example


Text Example

White with #CE2ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2ED6; }

 p { color: rgb(206,46,214); }

 H1.HeaderClassName
 {
   color: #CE2ED6;
 }
 .AnyTagClassName
 {
   color: #CE2ED6;
 }
</style>

background-color css

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

 a { background-color: rgb(206,46,214); }

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

border-color css

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

 span { border-color: rgb(206,46,214); }

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