Html Css Color HEX #CE31D6 Fuchsia

📋 copy color: '#CE31D6'

red 206 ◦ green 49 ◦ blue 214

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

Shades of Fuchsia #CE31D6

Tints of Fuchsia #CE31D6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.45%

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

R = 43.92%
G = 10.45%
B = 45.63%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE31D6 (or 0xCE31D6) is known color: Fuchsia. HEX triplet: CE, 31 and D6. RGB value is (206,49,214). Sum of RGB (Red+Green+Blue) = 206+49+214=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE31D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31D6 is #31CE29. Grayscale: #727272. Windows color (decimal): -3264042 or 14037454. OLE color: 14037454.

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

Color convert

RGB 206 49 214 -
CMYK 0.04 0.77 0 0.16
HSL 297.09º 0.67% 0.52% -
HSV(B) 297.09º 0.77% 0.84% -
XYZ 38.69 20.17 65.47 -
YUV 114.75 184.01 193.08 -
System Red Green Blue C M Y K H S L
Decimal 206 49 214 0.04 0.77 0 0.16 297.09 0.67 0.52
Hex CE 31 D6 4 4D 0 10 129 43 34
Octal 316 61 326 4 115 0 20 451 103 64
Binary 11001110 110001 11010110 100 1001101 0 10000 100101001 1000011 110100

Color Harmonies of #CE31D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31D6

Black with #CE31D6

Text Example


Text Example

White with #CE31D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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