Html Css Color HEX #CE66B2 Fuchsia

📋 copy color: '#CE66B2'

red 206 ◦ green 102 ◦ blue 178

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

Shades of Fuchsia #CE66B2

Tints of Fuchsia #CE66B2

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.99%

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

R = 42.39%
G = 20.99%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE66B2 (or 0xCE66B2) is known color: Fuchsia. HEX triplet: CE, 66 and B2. RGB value is (206,102,178). Sum of RGB (Red+Green+Blue) = 206+102+178=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE66B2 is #31994D. Grayscale: #8D8D8D. Windows color (decimal): -3250510 or 11691726. OLE color: 11691726.

HSL color Cylindrical-coordinate representation of color #CE66B2: hue angle of 316.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE66B2 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 102 178 -
CMYK 0 0.50 0.14 0.19
HSL 316.15º 0.51% 0.6% -
HSV(B) 316.15º 0.5% 0.81% -
XYZ 38.24 25.84 45.09 -
YUV 141.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 206 102 178 0 0.50 0.14 0.19 316.15 0.51 0.6
Hex CE 66 B2 0 32 E 13 13C 33 3C
Octal 316 146 262 0 62 16 23 474 63 74
Binary 11001110 1100110 10110010 0 110010 1110 10011 100111100 110011 111100

Color Harmonies of #CE66B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66B2

Black with #CE66B2

Text Example


Text Example

White with #CE66B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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