Html Css Color HEX #CE2EB4 Fuchsia

📋 copy color: '#CE2EB4'

red 206 ◦ green 46 ◦ blue 180

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

Shades of Fuchsia #CE2EB4

Tints of Fuchsia #CE2EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.67%

R = 47.69%
G = 10.65%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE2EB4 (or 0xCE2EB4) is known color: Fuchsia. HEX triplet: CE, 2E and B4. RGB value is (206,46,180). Sum of RGB (Red+Green+Blue) = 206+46+180=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EB4 is #31D14B. Grayscale: #6C6C6C. Windows color (decimal): -3264844 or 11808462. OLE color: 11808462.

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

Color convert

RGB 206 46 180 -
CMYK 0 0.78 0.13 0.19
HSL 309.75º 0.63% 0.49% -
HSV(B) 309.75º 0.78% 0.81% -
XYZ 34.67 18.37 44.9 -
YUV 109.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 206 46 180 0 0.78 0.13 0.19 309.75 0.63 0.49
Hex CE 2E B4 0 4E D 13 136 3F 31
Octal 316 56 264 0 116 15 23 466 77 61
Binary 11001110 101110 10110100 0 1001110 1101 10011 100110110 111111 110001

Color Harmonies of #CE2EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EB4

Black with #CE2EB4

Text Example


Text Example

White with #CE2EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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