Html Css Color HEX #CE2EB8 Fuchsia

📋 copy color: '#CE2EB8'

red 206 ◦ green 46 ◦ blue 184

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

Shades of Fuchsia #CE2EB8

Tints of Fuchsia #CE2EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.2%

R = 47.25%
G = 10.55%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE2EB8 (or 0xCE2EB8) is known color: Fuchsia. HEX triplet: CE, 2E and B8. RGB value is (206,46,184). Sum of RGB (Red+Green+Blue) = 206+46+184=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EB8 is #31D147. Grayscale: #6D6D6D. Windows color (decimal): -3264840 or 12070606. OLE color: 12070606.

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

Color convert

RGB 206 46 184 -
CMYK 0 0.78 0.11 0.19
HSL 308.25º 0.63% 0.49% -
HSV(B) 308.25º 0.78% 0.81% -
XYZ 35.08 18.54 47.08 -
YUV 109.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 206 46 184 0 0.78 0.11 0.19 308.25 0.63 0.49
Hex CE 2E B8 0 4E B 13 134 3F 31
Octal 316 56 270 0 116 13 23 464 77 61
Binary 11001110 101110 10111000 0 1001110 1011 10011 100110100 111111 110001

Color Harmonies of #CE2EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EB8

Black with #CE2EB8

Text Example


Text Example

White with #CE2EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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