Html Css Color HEX #CE32AE Fuchsia

📋 copy color: '#CE32AE'

red 206 ◦ green 50 ◦ blue 174

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

Shades of Fuchsia #CE32AE

Tints of Fuchsia #CE32AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.63%

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

R = 47.91%
G = 11.63%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE32AE (or 0xCE32AE) is known color: Fuchsia. HEX triplet: CE, 32 and AE. RGB value is (206,50,174). Sum of RGB (Red+Green+Blue) = 206+50+174=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32AE is #31CD51. Grayscale: #6E6E6E. Windows color (decimal): -3263826 or 11416270. OLE color: 11416270.

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

Color convert

RGB 206 50 174 -
CMYK 0 0.76 0.16 0.19
HSL 312.31º 0.61% 0.5% -
HSV(B) 312.31º 0.76% 0.81% -
XYZ 34.23 18.46 41.8 -
YUV 110.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 206 50 174 0 0.76 0.16 0.19 312.31 0.61 0.5
Hex CE 32 AE 0 4C 10 13 138 3D 32
Octal 316 62 256 0 114 20 23 470 75 62
Binary 11001110 110010 10101110 0 1001100 10000 10011 100111000 111101 110010

Color Harmonies of #CE32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32AE

Black with #CE32AE

Text Example


Text Example

White with #CE32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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