Html Css Color HEX #CE66B8 Fuchsia

📋 copy color: '#CE66B8'

red 206 ◦ green 102 ◦ blue 184

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

Shades of Fuchsia #CE66B8

Tints of Fuchsia #CE66B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.4%

R = 41.87%
G = 20.73%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE66B8 (or 0xCE66B8) is known color: Fuchsia. HEX triplet: CE, 66 and B8. RGB value is (206,102,184). Sum of RGB (Red+Green+Blue) = 206+102+184=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66B8 is #319947. Grayscale: #8E8E8E. Windows color (decimal): -3250504 or 12084942. OLE color: 12084942.

HSL color Cylindrical-coordinate representation of color #CE66B8: hue angle of 312.69º 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 #CE66B8 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 102 184 -
CMYK 0 0.50 0.11 0.19
HSL 312.69º 0.51% 0.6% -
HSV(B) 312.69º 0.5% 0.81% -
XYZ 38.86 26.09 48.33 -
YUV 142.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 206 102 184 0 0.50 0.11 0.19 312.69 0.51 0.6
Hex CE 66 B8 0 32 B 13 139 33 3C
Octal 316 146 270 0 62 13 23 471 63 74
Binary 11001110 1100110 10111000 0 110010 1011 10011 100111001 110011 111100

Color Harmonies of #CE66B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66B8

Black with #CE66B8

Text Example


Text Example

White with #CE66B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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