Html Css Color HEX #CE36D6 Fuchsia

📋 copy color: '#CE36D6'

red 206 ◦ green 54 ◦ blue 214

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

Shades of Fuchsia #CE36D6

Tints of Fuchsia #CE36D6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.39%

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 43.46%
G = 11.39%
B = 45.15%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE36D6 (or 0xCE36D6) is known color: Fuchsia. HEX triplet: CE, 36 and D6. RGB value is (206,54,214). Sum of RGB (Red+Green+Blue) = 206+54+214=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE36D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36D6 is #31C929. Grayscale: #757575. Windows color (decimal): -3262762 or 14038734. OLE color: 14038734.

HSL color Cylindrical-coordinate representation of color #CE36D6: hue angle of 297º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE36D6 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 54 214 -
CMYK 0.04 0.75 0 0.16
HSL 297º 0.66% 0.53% -
HSV(B) 297º 0.75% 0.84% -
XYZ 38.91 20.62 65.55 -
YUV 117.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 206 54 214 0.04 0.75 0 0.16 297 0.66 0.53
Hex CE 36 D6 4 4B 0 10 129 42 35
Octal 316 66 326 4 113 0 20 451 102 65
Binary 11001110 110110 11010110 100 1001011 0 10000 100101001 1000010 110101

Color Harmonies of #CE36D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36D6

Black with #CE36D6

Text Example


Text Example

White with #CE36D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36D6; }

 p { color: rgb(206,54,214); }

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

background-color css

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

 a { background-color: rgb(206,54,214); }

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

border-color css

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

 span { border-color: rgb(206,54,214); }

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