Html Css Color HEX #CE3FC4 Fuchsia

📋 copy color: '#CE3FC4'

red 206 ◦ green 63 ◦ blue 196

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

Shades of Fuchsia #CE3FC4

Tints of Fuchsia #CE3FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.15%

R = 44.3%
G = 13.55%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE3FC4 (or 0xCE3FC4) is known color: Fuchsia. HEX triplet: CE, 3F and C4. RGB value is (206,63,196). Sum of RGB (Red+Green+Blue) = 206+63+196=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FC4 is #31C03B. Grayscale: #787878. Windows color (decimal): -3260476 or 12861390. OLE color: 12861390.

HSL color Cylindrical-coordinate representation of color #CE3FC4: hue angle of 304.2º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3FC4 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 63 196 -
CMYK 0 0.69 0.05 0.19
HSL 304.2º 0.59% 0.53% -
HSV(B) 304.2º 0.69% 0.81% -
XYZ 37.19 20.66 54.25 -
YUV 120.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 206 63 196 0 0.69 0.05 0.19 304.2 0.59 0.53
Hex CE 3F C4 0 45 5 13 130 3B 35
Octal 316 77 304 0 105 5 23 460 73 65
Binary 11001110 111111 11000100 0 1000101 101 10011 100110000 111011 110101

Color Harmonies of #CE3FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FC4

Black with #CE3FC4

Text Example


Text Example

White with #CE3FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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