Html Css Color HEX #CE40AE Fuchsia

📋 copy color: '#CE40AE'

red 206 ◦ green 64 ◦ blue 174

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

Shades of Fuchsia #CE40AE

Tints of Fuchsia #CE40AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

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

R = 46.4%
G = 14.41%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE40AE (or 0xCE40AE) is known color: Fuchsia. HEX triplet: CE, 40 and AE. RGB value is (206,64,174). Sum of RGB (Red+Green+Blue) = 206+64+174=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40AE is #31BF51. Grayscale: #767676. Windows color (decimal): -3260242 or 11419854. OLE color: 11419854.

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

Color convert

RGB 206 64 174 -
CMYK 0 0.69 0.16 0.19
HSL 313.52º 0.59% 0.53% -
HSV(B) 313.52º 0.69% 0.81% -
XYZ 34.93 19.84 42.03 -
YUV 119 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 206 64 174 0 0.69 0.16 0.19 313.52 0.59 0.53
Hex CE 40 AE 0 45 10 13 13A 3B 35
Octal 316 100 256 0 105 20 23 472 73 65
Binary 11001110 1000000 10101110 0 1000101 10000 10011 100111010 111011 110101

Color Harmonies of #CE40AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40AE

Black with #CE40AE

Text Example


Text Example

White with #CE40AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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