Html Css Color HEX #CE59AD Fuchsia

📋 copy color: '#CE59AD'

red 206 ◦ green 89 ◦ blue 173

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

Shades of Fuchsia #CE59AD

Tints of Fuchsia #CE59AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.02%

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

R = 44.02%
G = 19.02%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE59AD (or 0xCE59AD) is known color: Fuchsia. HEX triplet: CE, 59 and AD. RGB value is (206,89,173). Sum of RGB (Red+Green+Blue) = 206+89+173=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE59AD is #31A652. Grayscale: #858585. Windows color (decimal): -3253843 or 11360718. OLE color: 11360718.

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

Color convert

RGB 206 89 173 -
CMYK 0 0.57 0.16 0.19
HSL 316.92º 0.54% 0.58% -
HSV(B) 316.92º 0.57% 0.81% -
XYZ 36.57 23.28 42.1 -
YUV 133.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 206 89 173 0 0.57 0.16 0.19 316.92 0.54 0.58
Hex CE 59 AD 0 39 10 13 13D 36 3A
Octal 316 131 255 0 71 20 23 475 66 72
Binary 11001110 1011001 10101101 0 111001 10000 10011 100111101 110110 111010

Color Harmonies of #CE59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59AD

Black with #CE59AD

Text Example


Text Example

White with #CE59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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