Html Css Color HEX #CE31B6 Fuchsia

📋 copy color: '#CE31B6'

red 206 ◦ green 49 ◦ blue 182

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

Shades of Fuchsia #CE31B6

Tints of Fuchsia #CE31B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.65%

R = 47.14%
G = 11.21%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE31B6 (or 0xCE31B6) is known color: Fuchsia. HEX triplet: CE, 31 and B6. RGB value is (206,49,182). Sum of RGB (Red+Green+Blue) = 206+49+182=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31B6 is #31CE49. Grayscale: #6E6E6E. Windows color (decimal): -3264074 or 11940302. OLE color: 11940302.

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

Color convert

RGB 206 49 182 -
CMYK 0 0.76 0.12 0.19
HSL 309.17º 0.62% 0.5% -
HSV(B) 309.17º 0.76% 0.81% -
XYZ 35 18.7 46.02 -
YUV 111.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 206 49 182 0 0.76 0.12 0.19 309.17 0.62 0.5
Hex CE 31 B6 0 4C C 13 135 3E 32
Octal 316 61 266 0 114 14 23 465 76 62
Binary 11001110 110001 10110110 0 1001100 1100 10011 100110101 111110 110010

Color Harmonies of #CE31B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31B6

Black with #CE31B6

Text Example


Text Example

White with #CE31B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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