Html Css Color HEX #CE2EC8 Fuchsia

📋 copy color: '#CE2EC8'

red 206 ◦ green 46 ◦ blue 200

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

Shades of Fuchsia #CE2EC8

Tints of Fuchsia #CE2EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.25%

R = 45.58%
G = 10.18%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE2EC8 (or 0xCE2EC8) is known color: Fuchsia. HEX triplet: CE, 2E and C8. RGB value is (206,46,200). Sum of RGB (Red+Green+Blue) = 206+46+200=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EC8 is #31D137. Grayscale: #6E6E6E. Windows color (decimal): -3264824 or 13119182. OLE color: 13119182.

HSL color Cylindrical-coordinate representation of color #CE2EC8: hue angle of 302.25º degrees, saturation: 0.63, 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 #CE2EC8 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 200 -
CMYK 0 0.78 0.03 0.19
HSL 302.25º 0.63% 0.49% -
HSV(B) 302.25º 0.78% 0.81% -
XYZ 36.86 19.25 56.42 -
YUV 111.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 206 46 200 0 0.78 0.03 0.19 302.25 0.63 0.49
Hex CE 2E C8 0 4E 3 13 12E 3F 31
Octal 316 56 310 0 116 3 23 456 77 61
Binary 11001110 101110 11001000 0 1001110 11 10011 100101110 111111 110001

Color Harmonies of #CE2EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EC8

Black with #CE2EC8

Text Example


Text Example

White with #CE2EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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