Html Css Color HEX #CE5AAE Fuchsia

📋 copy color: '#CE5AAE'

red 206 ◦ green 90 ◦ blue 174

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

Shades of Fuchsia #CE5AAE

Tints of Fuchsia #CE5AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.15%

 BLUE value IS 174 (68.36% from 255) = 37.02%

R = 43.83%
G = 19.15%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE5AAE (or 0xCE5AAE) is known color: Fuchsia. HEX triplet: CE, 5A and AE. RGB value is (206,90,174). Sum of RGB (Red+Green+Blue) = 206+90+174=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5AAE is #31A551. Grayscale: #868686. Windows color (decimal): -3253586 or 11426510. OLE color: 11426510.

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

Color convert

RGB 206 90 174 -
CMYK 0 0.56 0.16 0.19
HSL 316.55º 0.54% 0.58% -
HSV(B) 316.55º 0.56% 0.81% -
XYZ 36.75 23.49 42.64 -
YUV 134.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 206 90 174 0 0.56 0.16 0.19 316.55 0.54 0.58
Hex CE 5A AE 0 38 10 13 13D 36 3A
Octal 316 132 256 0 70 20 23 475 66 72
Binary 11001110 1011010 10101110 0 111000 10000 10011 100111101 110110 111010

Color Harmonies of #CE5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AAE

Black with #CE5AAE

Text Example


Text Example

White with #CE5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AAE; }

 p { color: rgb(206,90,174); }

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

background-color css

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

 a { background-color: rgb(206,90,174); }

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

border-color css

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

 span { border-color: rgb(206,90,174); }

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