Html Css Color HEX #CE29B7 Fuchsia

📋 copy color: '#CE29B7'

red 206 ◦ green 41 ◦ blue 183

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

Shades of Fuchsia #CE29B7

Tints of Fuchsia #CE29B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.56%

R = 47.91%
G = 9.53%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE29B7 (or 0xCE29B7) is known color: Fuchsia. HEX triplet: CE, 29 and B7. RGB value is (206,41,183). Sum of RGB (Red+Green+Blue) = 206+41+183=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29B7 is #31D648. Grayscale: #6A6A6A. Windows color (decimal): -3266121 or 12003790. OLE color: 12003790.

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

Color convert

RGB 206 41 183 -
CMYK 0 0.80 0.11 0.19
HSL 308.36º 0.67% 0.48% -
HSV(B) 308.36º 0.8% 0.81% -
XYZ 34.79 18.13 46.46 -
YUV 106.52 171.16 198.95 -
System Red Green Blue C M Y K H S L
Decimal 206 41 183 0 0.80 0.11 0.19 308.36 0.67 0.48
Hex CE 29 B7 0 50 B 13 134 43 30
Octal 316 51 267 0 120 13 23 464 103 60
Binary 11001110 101001 10110111 0 1010000 1011 10011 100110100 1000011 110000

Color Harmonies of #CE29B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29B7

Black with #CE29B7

Text Example


Text Example

White with #CE29B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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