Html Css Color HEX #CE3FD2 Fuchsia

📋 copy color: '#CE3FD2'

red 206 ◦ green 63 ◦ blue 210

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

Shades of Fuchsia #CE3FD2

Tints of Fuchsia #CE3FD2

RGB

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

 GREEN value IS 63 (25% from 255) = 13.15%

 BLUE value IS 210 (82.42% from 255) = 43.84%

R = 43.01%
G = 13.15%
B = 43.84%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE3FD2 (or 0xCE3FD2) is known color: Fuchsia. HEX triplet: CE, 3F and D2. RGB value is (206,63,210). Sum of RGB (Red+Green+Blue) = 206+63+210=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE3FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FD2 is #31C02D. Grayscale: #7A7A7A. Windows color (decimal): -3260462 or 13778894. OLE color: 13778894.

HSL color Cylindrical-coordinate representation of color #CE3FD2: hue angle of 298.37º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3FD2 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 63 210 -
CMYK 0.02 0.70 0 0.18
HSL 298.37º 0.62% 0.54% -
HSV(B) 298.37º 0.7% 0.82% -
XYZ 38.86 21.33 63.04 -
YUV 122.52 177.38 187.55 -
System Red Green Blue C M Y K H S L
Decimal 206 63 210 0.02 0.70 0 0.18 298.37 0.62 0.54
Hex CE 3F D2 2 46 0 12 12A 3E 36
Octal 316 77 322 2 106 0 22 452 76 66
Binary 11001110 111111 11010010 10 1000110 0 10010 100101010 111110 110110

Color Harmonies of #CE3FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FD2

Black with #CE3FD2

Text Example


Text Example

White with #CE3FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FD2; }

 p { color: rgb(206,63,210); }

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

background-color css

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

 a { background-color: rgb(206,63,210); }

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

border-color css

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

 span { border-color: rgb(206,63,210); }

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