Html Css Color HEX #CE3FAE Fuchsia

📋 copy color: '#CE3FAE'

red 206 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #CE3FAE

Tints of Fuchsia #CE3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.22%

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

R = 46.5%
G = 14.22%
B = 39.28%

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

#CE3FAE (or 0xCE3FAE) is known color: Fuchsia. HEX triplet: CE, 3F and AE. RGB value is (206,63,174). Sum of RGB (Red+Green+Blue) = 206+63+174=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3FAE is #31C051. Grayscale: #767676. Windows color (decimal): -3260498 or 11419598. OLE color: 11419598.

HSL color Cylindrical-coordinate representation of color #CE3FAE: hue angle of 313.43º 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 #CE3FAE is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 63 174 -
CMYK 0 0.69 0.16 0.19
HSL 313.43º 0.59% 0.53% -
HSV(B) 313.43º 0.69% 0.81% -
XYZ 34.87 19.73 42.02 -
YUV 118.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 206 63 174 0 0.69 0.16 0.19 313.43 0.59 0.53
Hex CE 3F AE 0 45 10 13 139 3B 35
Octal 316 77 256 0 105 20 23 471 73 65
Binary 11001110 111111 10101110 0 1000101 10000 10011 100111001 111011 110101

Color Harmonies of #CE3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FAE

Black with #CE3FAE

Text Example


Text Example

White with #CE3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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