Html Css Color HEX #CE2EBE Fuchsia

📋 copy color: '#CE2EBE'

red 206 ◦ green 46 ◦ blue 190

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

Shades of Fuchsia #CE2EBE

Tints of Fuchsia #CE2EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 46.61%
G = 10.41%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE2EBE (or 0xCE2EBE) is known color: Fuchsia. HEX triplet: CE, 2E and BE. RGB value is (206,46,190). Sum of RGB (Red+Green+Blue) = 206+46+190=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EBE is #31D141. Grayscale: #6D6D6D. Windows color (decimal): -3264834 or 12463822. OLE color: 12463822.

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

Color convert

RGB 206 46 190 -
CMYK 0 0.78 0.08 0.19
HSL 306º 0.63% 0.49% -
HSV(B) 306º 0.78% 0.81% -
XYZ 35.72 18.79 50.46 -
YUV 110.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 206 46 190 0 0.78 0.08 0.19 306 0.63 0.49
Hex CE 2E BE 0 4E 8 13 132 3F 31
Octal 316 56 276 0 116 10 23 462 77 61
Binary 11001110 101110 10111110 0 1001110 1000 10011 100110010 111111 110001

Color Harmonies of #CE2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EBE

Black with #CE2EBE

Text Example


Text Example

White with #CE2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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