Html Css Color HEX #CE53AC Fuchsia

📋 copy color: '#CE53AC'

red 206 ◦ green 83 ◦ blue 172

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

Shades of Fuchsia #CE53AC

Tints of Fuchsia #CE53AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 44.69%
G = 18%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE53AC (or 0xCE53AC) is known color: Fuchsia. HEX triplet: CE, 53 and AC. RGB value is (206,83,172). Sum of RGB (Red+Green+Blue) = 206+83+172=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53AC is #31AC53. Grayscale: #818181. Windows color (decimal): -3255380 or 11293646. OLE color: 11293646.

HSL color Cylindrical-coordinate representation of color #CE53AC: hue angle of 316.59º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE53AC is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 172 -
CMYK 0 0.60 0.17 0.19
HSL 316.59º 0.56% 0.57% -
HSV(B) 316.59º 0.6% 0.81% -
XYZ 35.99 22.29 41.43 -
YUV 129.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 206 83 172 0 0.60 0.17 0.19 316.59 0.56 0.57
Hex CE 53 AC 0 3C 11 13 13D 38 39
Octal 316 123 254 0 74 21 23 475 70 71
Binary 11001110 1010011 10101100 0 111100 10001 10011 100111101 111000 111001

Color Harmonies of #CE53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53AC

Black with #CE53AC

Text Example


Text Example

White with #CE53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53AC; }

 p { color: rgb(206,83,172); }

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

background-color css

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

 a { background-color: rgb(206,83,172); }

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

border-color css

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

 span { border-color: rgb(206,83,172); }

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