Html Css Color HEX #CE2BC4 Fuchsia

📋 copy color: '#CE2BC4'

red 206 ◦ green 43 ◦ blue 196

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

Shades of Fuchsia #CE2BC4

Tints of Fuchsia #CE2BC4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.66%

 BLUE value IS 196 (76.95% from 255) = 44.04%

R = 46.29%
G = 9.66%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE2BC4 (or 0xCE2BC4) is known color: Fuchsia. HEX triplet: CE, 2B and C4. RGB value is (206,43,196). Sum of RGB (Red+Green+Blue) = 206+43+196=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BC4 is #31D43B. Grayscale: #6C6C6C. Windows color (decimal): -3265596 or 12856270. OLE color: 12856270.

HSL color Cylindrical-coordinate representation of color #CE2BC4: hue angle of 303.68º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2BC4 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 43 196 -
CMYK 0 0.79 0.05 0.19
HSL 303.68º 0.65% 0.49% -
HSV(B) 303.68º 0.79% 0.81% -
XYZ 36.28 18.84 53.95 -
YUV 109.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 206 43 196 0 0.79 0.05 0.19 303.68 0.65 0.49
Hex CE 2B C4 0 4F 5 13 130 41 31
Octal 316 53 304 0 117 5 23 460 101 61
Binary 11001110 101011 11000100 0 1001111 101 10011 100110000 1000001 110001

Color Harmonies of #CE2BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BC4

Black with #CE2BC4

Text Example


Text Example

White with #CE2BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BC4; }

 p { color: rgb(206,43,196); }

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

background-color css

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

 a { background-color: rgb(206,43,196); }

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

border-color css

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

 span { border-color: rgb(206,43,196); }

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