Html Css Color HEX #CE32BE Fuchsia

📋 copy color: '#CE32BE'

red 206 ◦ green 50 ◦ blue 190

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

Shades of Fuchsia #CE32BE

Tints of Fuchsia #CE32BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.21%

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 46.19%
G = 11.21%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE32BE (or 0xCE32BE) is known color: Fuchsia. HEX triplet: CE, 32 and BE. RGB value is (206,50,190). Sum of RGB (Red+Green+Blue) = 206+50+190=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32BE is #31CD41. Grayscale: #707070. Windows color (decimal): -3263810 or 12464846. OLE color: 12464846.

HSL color Cylindrical-coordinate representation of color #CE32BE: hue angle of 306.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE32BE is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 190 -
CMYK 0 0.76 0.08 0.19
HSL 306.15º 0.61% 0.5% -
HSV(B) 306.15º 0.76% 0.81% -
XYZ 35.89 19.12 50.51 -
YUV 112.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 206 50 190 0 0.76 0.08 0.19 306.15 0.61 0.5
Hex CE 32 BE 0 4C 8 13 132 3D 32
Octal 316 62 276 0 114 10 23 462 75 62
Binary 11001110 110010 10111110 0 1001100 1000 10011 100110010 111101 110010

Color Harmonies of #CE32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32BE

Black with #CE32BE

Text Example


Text Example

White with #CE32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32BE; }

 p { color: rgb(206,50,190); }

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

background-color css

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

 a { background-color: rgb(206,50,190); }

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

border-color css

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

 span { border-color: rgb(206,50,190); }

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