Html Css Color HEX #CE32B0 Fuchsia

📋 copy color: '#CE32B0'

red 206 ◦ green 50 ◦ blue 176

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

Shades of Fuchsia #CE32B0

Tints of Fuchsia #CE32B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.74%

R = 47.69%
G = 11.57%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE32B0 (or 0xCE32B0) is known color: Fuchsia. HEX triplet: CE, 32 and B0. RGB value is (206,50,176). Sum of RGB (Red+Green+Blue) = 206+50+176=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32B0 is #31CD4F. Grayscale: #6E6E6E. Windows color (decimal): -3263824 or 11547342. OLE color: 11547342.

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

Color convert

RGB 206 50 176 -
CMYK 0 0.76 0.15 0.19
HSL 311.54º 0.61% 0.5% -
HSV(B) 311.54º 0.76% 0.81% -
XYZ 34.43 18.54 42.84 -
YUV 111.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 206 50 176 0 0.76 0.15 0.19 311.54 0.61 0.5
Hex CE 32 B0 0 4C F 13 138 3D 32
Octal 316 62 260 0 114 17 23 470 75 62
Binary 11001110 110010 10110000 0 1001100 1111 10011 100111000 111101 110010

Color Harmonies of #CE32B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32B0

Black with #CE32B0

Text Example


Text Example

White with #CE32B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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