Html Css Color HEX #CE29B1 Fuchsia

📋 copy color: '#CE29B1'

red 206 ◦ green 41 ◦ blue 177

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

Shades of Fuchsia #CE29B1

Tints of Fuchsia #CE29B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.75%

R = 48.58%
G = 9.67%
B = 41.75%

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

#CE29B1 (or 0xCE29B1) is known color: Fuchsia. HEX triplet: CE, 29 and B1. RGB value is (206,41,177). Sum of RGB (Red+Green+Blue) = 206+41+177=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29B1 is #31D64E. Grayscale: #696969. Windows color (decimal): -3266127 or 11610574. OLE color: 11610574.

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

Color convert

RGB 206 41 177 -
CMYK 0 0.80 0.14 0.19
HSL 310.55º 0.67% 0.48% -
HSV(B) 310.55º 0.8% 0.81% -
XYZ 34.18 17.88 43.24 -
YUV 105.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 206 41 177 0 0.80 0.14 0.19 310.55 0.67 0.48
Hex CE 29 B1 0 50 E 13 137 43 30
Octal 316 51 261 0 120 16 23 467 103 60
Binary 11001110 101001 10110001 0 1010000 1110 10011 100110111 1000011 110000

Color Harmonies of #CE29B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29B1

Black with #CE29B1

Text Example


Text Example

White with #CE29B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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