Html Css Color HEX #CE2EC3 Fuchsia

📋 copy color: '#CE2EC3'

red 206 ◦ green 46 ◦ blue 195

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

Shades of Fuchsia #CE2EC3

Tints of Fuchsia #CE2EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.62%

R = 46.09%
G = 10.29%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE2EC3 (or 0xCE2EC3) is known color: Fuchsia. HEX triplet: CE, 2E and C3. RGB value is (206,46,195). Sum of RGB (Red+Green+Blue) = 206+46+195=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EC3 is #31D13C. Grayscale: #6E6E6E. Windows color (decimal): -3264829 or 12791502. OLE color: 12791502.

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

Color convert

RGB 206 46 195 -
CMYK 0 0.78 0.05 0.19
HSL 304.13º 0.63% 0.49% -
HSV(B) 304.13º 0.78% 0.81% -
XYZ 36.28 19.02 53.39 -
YUV 110.83 175.51 195.88 -
System Red Green Blue C M Y K H S L
Decimal 206 46 195 0 0.78 0.05 0.19 304.13 0.63 0.49
Hex CE 2E C3 0 4E 5 13 130 3F 31
Octal 316 56 303 0 116 5 23 460 77 61
Binary 11001110 101110 11000011 0 1001110 101 10011 100110000 111111 110001

Color Harmonies of #CE2EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EC3

Black with #CE2EC3

Text Example


Text Example

White with #CE2EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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