Html Css Color HEX #CE63AE Fuchsia

📋 copy color: '#CE63AE'

red 206 ◦ green 99 ◦ blue 174

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

Shades of Fuchsia #CE63AE

Tints of Fuchsia #CE63AE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.67%

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

R = 43.01%
G = 20.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE63AE (or 0xCE63AE) is known color: Fuchsia. HEX triplet: CE, 63 and AE. RGB value is (206,99,174). Sum of RGB (Red+Green+Blue) = 206+99+174=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE63AE is #319C51. Grayscale: #8B8B8B. Windows color (decimal): -3251282 or 11428814. OLE color: 11428814.

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

Color convert

RGB 206 99 174 -
CMYK 0 0.52 0.16 0.19
HSL 317.94º 0.52% 0.6% -
HSV(B) 317.94º 0.52% 0.81% -
XYZ 37.56 25.1 42.91 -
YUV 139.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 206 99 174 0 0.52 0.16 0.19 317.94 0.52 0.6
Hex CE 63 AE 0 34 10 13 13E 34 3C
Octal 316 143 256 0 64 20 23 476 64 74
Binary 11001110 1100011 10101110 0 110100 10000 10011 100111110 110100 111100

Color Harmonies of #CE63AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63AE

Black with #CE63AE

Text Example


Text Example

White with #CE63AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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