Html Css Color HEX #CE32CC Fuchsia

📋 copy color: '#CE32CC'

red 206 ◦ green 50 ◦ blue 204

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

Shades of Fuchsia #CE32CC

Tints of Fuchsia #CE32CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 44.78%
G = 10.87%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE32CC (or 0xCE32CC) is known color: Fuchsia. HEX triplet: CE, 32 and CC. RGB value is (206,50,204). Sum of RGB (Red+Green+Blue) = 206+50+204=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32CC is #31CD33. Grayscale: #717171. Windows color (decimal): -3263796 or 13382350. OLE color: 13382350.

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

Color convert

RGB 206 50 204 -
CMYK 0 0.76 0.01 0.19
HSL 300.77º 0.61% 0.5% -
HSV(B) 300.77º 0.76% 0.81% -
XYZ 37.49 19.76 58.97 -
YUV 114.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 206 50 204 0 0.76 0.01 0.19 300.77 0.61 0.5
Hex CE 32 CC 0 4C 1 13 12D 3D 32
Octal 316 62 314 0 114 1 23 455 75 62
Binary 11001110 110010 11001100 0 1001100 1 10011 100101101 111101 110010

Color Harmonies of #CE32CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32CC

Black with #CE32CC

Text Example


Text Example

White with #CE32CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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