Html Css Color HEX #CE56AB Fuchsia

📋 copy color: '#CE56AB'

red 206 ◦ green 86 ◦ blue 171

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

Shades of Fuchsia #CE56AB

Tints of Fuchsia #CE56AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.57%

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

R = 44.49%
G = 18.57%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE56AB (or 0xCE56AB) is known color: Fuchsia. HEX triplet: CE, 56 and AB. RGB value is (206,86,171). Sum of RGB (Red+Green+Blue) = 206+86+171=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE56AB is #31A954. Grayscale: #838383. Windows color (decimal): -3254613 or 11228878. OLE color: 11228878.

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

Color convert

RGB 206 86 171 -
CMYK 0 0.58 0.17 0.19
HSL 317.5º 0.55% 0.57% -
HSV(B) 317.5º 0.58% 0.81% -
XYZ 36.13 22.72 41.01 -
YUV 131.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 206 86 171 0 0.58 0.17 0.19 317.5 0.55 0.57
Hex CE 56 AB 0 3A 11 13 13E 37 39
Octal 316 126 253 0 72 21 23 476 67 71
Binary 11001110 1010110 10101011 0 111010 10001 10011 100111110 110111 111001

Color Harmonies of #CE56AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56AB

Black with #CE56AB

Text Example


Text Example

White with #CE56AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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