Html Css Color HEX #CE54AB Fuchsia

📋 copy color: '#CE54AB'

red 206 ◦ green 84 ◦ blue 171

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

Shades of Fuchsia #CE54AB

Tints of Fuchsia #CE54AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.22%

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 44.69%
G = 18.22%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE54AB (or 0xCE54AB) is known color: Fuchsia. HEX triplet: CE, 54 and AB. RGB value is (206,84,171). Sum of RGB (Red+Green+Blue) = 206+84+171=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE54AB is #31AB54. Grayscale: #828282. Windows color (decimal): -3255125 or 11228366. OLE color: 11228366.

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

Color convert

RGB 206 84 171 -
CMYK 0 0.59 0.17 0.19
HSL 317.21º 0.55% 0.57% -
HSV(B) 317.21º 0.59% 0.81% -
XYZ 35.97 22.4 40.96 -
YUV 130.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 206 84 171 0 0.59 0.17 0.19 317.21 0.55 0.57
Hex CE 54 AB 0 3B 11 13 13D 37 39
Octal 316 124 253 0 73 21 23 475 67 71
Binary 11001110 1010100 10101011 0 111011 10001 10011 100111101 110111 111001

Color Harmonies of #CE54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54AB

Black with #CE54AB

Text Example


Text Example

White with #CE54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54AB; }

 p { color: rgb(206,84,171); }

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

background-color css

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

 a { background-color: rgb(206,84,171); }

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

border-color css

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

 span { border-color: rgb(206,84,171); }

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