Html Css Color HEX #CE32C6 Fuchsia

📋 copy color: '#CE32C6'

red 206 ◦ green 50 ◦ blue 198

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

Shades of Fuchsia #CE32C6

Tints of Fuchsia #CE32C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 45.37%
G = 11.01%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE32C6 (or 0xCE32C6) is known color: Fuchsia. HEX triplet: CE, 32 and C6. RGB value is (206,50,198). Sum of RGB (Red+Green+Blue) = 206+50+198=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32C6 is #31CD39. Grayscale: #717171. Windows color (decimal): -3263802 or 12989134. OLE color: 12989134.

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

Color convert

RGB 206 50 198 -
CMYK 0 0.76 0.04 0.19
HSL 303.08º 0.61% 0.5% -
HSV(B) 303.08º 0.76% 0.81% -
XYZ 36.79 19.48 55.25 -
YUV 113.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 206 50 198 0 0.76 0.04 0.19 303.08 0.61 0.5
Hex CE 32 C6 0 4C 4 13 12F 3D 32
Octal 316 62 306 0 114 4 23 457 75 62
Binary 11001110 110010 11000110 0 1001100 100 10011 100101111 111101 110010

Color Harmonies of #CE32C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32C6

Black with #CE32C6

Text Example


Text Example

White with #CE32C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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