Html Css Color HEX #CE2EB3 Fuchsia

📋 copy color: '#CE2EB3'

red 206 ◦ green 46 ◦ blue 179

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

Shades of Fuchsia #CE2EB3

Tints of Fuchsia #CE2EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.53%

R = 47.8%
G = 10.67%
B = 41.53%

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

#CE2EB3 (or 0xCE2EB3) is known color: Fuchsia. HEX triplet: CE, 2E and B3. RGB value is (206,46,179). Sum of RGB (Red+Green+Blue) = 206+46+179=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EB3 is #31D14C. Grayscale: #6C6C6C. Windows color (decimal): -3264845 or 11742926. OLE color: 11742926.

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

Color convert

RGB 206 46 179 -
CMYK 0 0.78 0.13 0.19
HSL 310.13º 0.63% 0.49% -
HSV(B) 310.13º 0.78% 0.81% -
XYZ 34.57 18.33 44.36 -
YUV 109 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 206 46 179 0 0.78 0.13 0.19 310.13 0.63 0.49
Hex CE 2E B3 0 4E D 13 136 3F 31
Octal 316 56 263 0 116 15 23 466 77 61
Binary 11001110 101110 10110011 0 1001110 1101 10011 100110110 111111 110001

Color Harmonies of #CE2EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EB3

Black with #CE2EB3

Text Example


Text Example

White with #CE2EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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