Html Css Color HEX #CE29B2 Fuchsia

📋 copy color: '#CE29B2'

red 206 ◦ green 41 ◦ blue 178

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

Shades of Fuchsia #CE29B2

Tints of Fuchsia #CE29B2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.65%

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

R = 48.47%
G = 9.65%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE29B2 (or 0xCE29B2) is known color: Fuchsia. HEX triplet: CE, 29 and B2. RGB value is (206,41,178). Sum of RGB (Red+Green+Blue) = 206+41+178=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29B2 is #31D64D. Grayscale: #696969. Windows color (decimal): -3266126 or 11676110. OLE color: 11676110.

HSL color Cylindrical-coordinate representation of color #CE29B2: hue angle of 310.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE29B2 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 178 -
CMYK 0 0.80 0.14 0.19
HSL 310.18º 0.67% 0.48% -
HSV(B) 310.18º 0.8% 0.81% -
XYZ 34.28 17.92 43.77 -
YUV 105.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 206 41 178 0 0.80 0.14 0.19 310.18 0.67 0.48
Hex CE 29 B2 0 50 E 13 136 43 30
Octal 316 51 262 0 120 16 23 466 103 60
Binary 11001110 101001 10110010 0 1010000 1110 10011 100110110 1000011 110000

Color Harmonies of #CE29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29B2

Black with #CE29B2

Text Example


Text Example

White with #CE29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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