Html Css Color HEX #CE2ED3 Fuchsia

📋 copy color: '#CE2ED3'

red 206 ◦ green 46 ◦ blue 211

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

Shades of Fuchsia #CE2ED3

Tints of Fuchsia #CE2ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.57%

R = 44.49%
G = 9.94%
B = 45.57%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE2ED3 (or 0xCE2ED3) is known color: Fuchsia. HEX triplet: CE, 2E and D3. RGB value is (206,46,211). Sum of RGB (Red+Green+Blue) = 206+46+211=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE2ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ED3 is #31D12C. Grayscale: #707070. Windows color (decimal): -3264813 or 13840078. OLE color: 13840078.

HSL color Cylindrical-coordinate representation of color #CE2ED3: hue angle of 298.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2ED3 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 46 211 -
CMYK 0.02 0.78 0 0.17
HSL 298.18º 0.65% 0.5% -
HSV(B) 298.18º 0.78% 0.83% -
XYZ 38.19 19.78 63.43 -
YUV 112.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 206 46 211 0.02 0.78 0 0.17 298.18 0.65 0.5
Hex CE 2E D3 2 4E 0 11 12A 41 32
Octal 316 56 323 2 116 0 21 452 101 62
Binary 11001110 101110 11010011 10 1001110 0 10001 100101010 1000001 110010

Color Harmonies of #CE2ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2ED3

Black with #CE2ED3

Text Example


Text Example

White with #CE2ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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