Html Css Color HEX #CE2EBA Fuchsia

📋 copy color: '#CE2EBA'

red 206 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #CE2EBA

Tints of Fuchsia #CE2EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 47.03%
G = 10.5%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE2EBA (or 0xCE2EBA) is known color: Fuchsia. HEX triplet: CE, 2E and BA. RGB value is (206,46,186). Sum of RGB (Red+Green+Blue) = 206+46+186=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EBA is #31D145. Grayscale: #6D6D6D. Windows color (decimal): -3264838 or 12201678. OLE color: 12201678.

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

Color convert

RGB 206 46 186 -
CMYK 0 0.78 0.10 0.19
HSL 307.5º 0.63% 0.49% -
HSV(B) 307.5º 0.78% 0.81% -
XYZ 35.29 18.62 48.19 -
YUV 109.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 206 46 186 0 0.78 0.10 0.19 307.5 0.63 0.49
Hex CE 2E BA 0 4E A 13 134 3F 31
Octal 316 56 272 0 116 12 23 464 77 61
Binary 11001110 101110 10111010 0 1001110 1010 10011 100110100 111111 110001

Color Harmonies of #CE2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EBA

Black with #CE2EBA

Text Example


Text Example

White with #CE2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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