Html Css Color HEX #CE4AC4 Fuchsia

📋 copy color: '#CE4AC4'

red 206 ◦ green 74 ◦ blue 196

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

Shades of Fuchsia #CE4AC4

Tints of Fuchsia #CE4AC4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.55%

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

R = 43.28%
G = 15.55%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE4AC4 (or 0xCE4AC4) is known color: Fuchsia. HEX triplet: CE, 4A and C4. RGB value is (206,74,196). Sum of RGB (Red+Green+Blue) = 206+74+196=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AC4 is #31B53B. Grayscale: #7F7F7F. Windows color (decimal): -3257660 or 12864206. OLE color: 12864206.

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

Color convert

RGB 206 74 196 -
CMYK 0 0.64 0.05 0.19
HSL 304.55º 0.57% 0.55% -
HSV(B) 304.55º 0.64% 0.81% -
XYZ 37.87 22 54.48 -
YUV 127.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 206 74 196 0 0.64 0.05 0.19 304.55 0.57 0.55
Hex CE 4A C4 0 40 5 13 131 39 37
Octal 316 112 304 0 100 5 23 461 71 67
Binary 11001110 1001010 11000100 0 1000000 101 10011 100110001 111001 110111

Color Harmonies of #CE4AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AC4

Black with #CE4AC4

Text Example


Text Example

White with #CE4AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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