Html Css Color HEX #CE32B2 Fuchsia

📋 copy color: '#CE32B2'

red 206 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #CE32B2

Tints of Fuchsia #CE32B2

RGB

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

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

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

R = 47.47%
G = 11.52%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE32B2 (or 0xCE32B2) is known color: Fuchsia. HEX triplet: CE, 32 and B2. RGB value is (206,50,178). Sum of RGB (Red+Green+Blue) = 206+50+178=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32B2 is #31CD4D. Grayscale: #6E6E6E. Windows color (decimal): -3263822 or 11678414. OLE color: 11678414.

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

Color convert

RGB 206 50 178 -
CMYK 0 0.76 0.14 0.19
HSL 310.77º 0.61% 0.5% -
HSV(B) 310.77º 0.76% 0.81% -
XYZ 34.63 18.62 43.89 -
YUV 111.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 206 50 178 0 0.76 0.14 0.19 310.77 0.61 0.5
Hex CE 32 B2 0 4C E 13 137 3D 32
Octal 316 62 262 0 114 16 23 467 75 62
Binary 11001110 110010 10110010 0 1001100 1110 10011 100110111 111101 110010

Color Harmonies of #CE32B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32B2

Black with #CE32B2

Text Example


Text Example

White with #CE32B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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