Html Css Color HEX #CE4ECB Fuchsia

📋 copy color: '#CE4ECB'

red 206 ◦ green 78 ◦ blue 203

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

Shades of Fuchsia #CE4ECB

Tints of Fuchsia #CE4ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.02%

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 42.3%
G = 16.02%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE4ECB (or 0xCE4ECB) is known color: Fuchsia. HEX triplet: CE, 4E and CB. RGB value is (206,78,203). Sum of RGB (Red+Green+Blue) = 206+78+203=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4ECB is #31B134. Grayscale: #828282. Windows color (decimal): -3256629 or 13323982. OLE color: 13323982.

HSL color Cylindrical-coordinate representation of color #CE4ECB: hue angle of 301.41º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4ECB is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 78 203 -
CMYK 0 0.62 0.01 0.19
HSL 301.41º 0.57% 0.56% -
HSV(B) 301.41º 0.62% 0.81% -
XYZ 38.96 22.88 58.86 -
YUV 130.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 206 78 203 0 0.62 0.01 0.19 301.41 0.57 0.56
Hex CE 4E CB 0 3E 1 13 12D 39 38
Octal 316 116 313 0 76 1 23 455 71 70
Binary 11001110 1001110 11001011 0 111110 1 10011 100101101 111001 111000

Color Harmonies of #CE4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4ECB

Black with #CE4ECB

Text Example


Text Example

White with #CE4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4ECB; }

 p { color: rgb(206,78,203); }

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

background-color css

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

 a { background-color: rgb(206,78,203); }

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

border-color css

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

 span { border-color: rgb(206,78,203); }

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