Html Css Color HEX #CE64AE Fuchsia

📋 copy color: '#CE64AE'

red 206 ◦ green 100 ◦ blue 174

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

Shades of Fuchsia #CE64AE

Tints of Fuchsia #CE64AE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.83%

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

R = 42.92%
G = 20.83%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE64AE (or 0xCE64AE) is known color: Fuchsia. HEX triplet: CE, 64 and AE. RGB value is (206,100,174). Sum of RGB (Red+Green+Blue) = 206+100+174=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE64AE is #319B51. Grayscale: #8B8B8B. Windows color (decimal): -3251026 or 11429070. OLE color: 11429070.

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

Color convert

RGB 206 100 174 -
CMYK 0 0.51 0.16 0.19
HSL 318.11º 0.52% 0.6% -
HSV(B) 318.11º 0.51% 0.81% -
XYZ 37.65 25.29 42.94 -
YUV 140.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 206 100 174 0 0.51 0.16 0.19 318.11 0.52 0.6
Hex CE 64 AE 0 33 10 13 13E 34 3C
Octal 316 144 256 0 63 20 23 476 64 74
Binary 11001110 1100100 10101110 0 110011 10000 10011 100111110 110100 111100

Color Harmonies of #CE64AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE64AE

Black with #CE64AE

Text Example


Text Example

White with #CE64AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE64AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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