Html Css Color HEX #CE56AD Fuchsia

📋 copy color: '#CE56AD'

red 206 ◦ green 86 ◦ blue 173

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

Shades of Fuchsia #CE56AD

Tints of Fuchsia #CE56AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 44.3%
G = 18.49%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE56AD (or 0xCE56AD) is known color: Fuchsia. HEX triplet: CE, 56 and AD. RGB value is (206,86,173). Sum of RGB (Red+Green+Blue) = 206+86+173=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE56AD is #31A952. Grayscale: #838383. Windows color (decimal): -3254611 or 11359950. OLE color: 11359950.

HSL color Cylindrical-coordinate representation of color #CE56AD: hue angle of 316.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 #CE56AD is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 173 -
CMYK 0 0.58 0.16 0.19
HSL 316.5º 0.55% 0.57% -
HSV(B) 316.5º 0.58% 0.81% -
XYZ 36.32 22.79 42.02 -
YUV 131.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 206 86 173 0 0.58 0.16 0.19 316.5 0.55 0.57
Hex CE 56 AD 0 3A 10 13 13C 37 39
Octal 316 126 255 0 72 20 23 474 67 71
Binary 11001110 1010110 10101101 0 111010 10000 10011 100111100 110111 111001

Color Harmonies of #CE56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56AD

Black with #CE56AD

Text Example


Text Example

White with #CE56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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