Html Css Color HEX #CE5EB2 Fuchsia

📋 copy color: '#CE5EB2'

red 206 ◦ green 94 ◦ blue 178

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

Shades of Fuchsia #CE5EB2

Tints of Fuchsia #CE5EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.67%

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 43.1%
G = 19.67%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE5EB2 (or 0xCE5EB2) is known color: Fuchsia. HEX triplet: CE, 5E and B2. RGB value is (206,94,178). Sum of RGB (Red+Green+Blue) = 206+94+178=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5EB2 is #31A14D. Grayscale: #888888. Windows color (decimal): -3252558 or 11689678. OLE color: 11689678.

HSL color Cylindrical-coordinate representation of color #CE5EB2: hue angle of 315º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5EB2 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 94 178 -
CMYK 0 0.54 0.14 0.19
HSL 315º 0.53% 0.59% -
HSV(B) 315º 0.54% 0.81% -
XYZ 37.49 24.34 44.84 -
YUV 137.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 206 94 178 0 0.54 0.14 0.19 315 0.53 0.59
Hex CE 5E B2 0 36 E 13 13B 35 3B
Octal 316 136 262 0 66 16 23 473 65 73
Binary 11001110 1011110 10110010 0 110110 1110 10011 100111011 110101 111011

Color Harmonies of #CE5EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5EB2

Black with #CE5EB2

Text Example


Text Example

White with #CE5EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5EB2; }

 p { color: rgb(206,94,178); }

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

background-color css

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

 a { background-color: rgb(206,94,178); }

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

border-color css

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

 span { border-color: rgb(206,94,178); }

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