Html Css Color HEX #C32ECE Fuchsia

📋 copy color: '#C32ECE'

red 195 ◦ green 46 ◦ blue 206

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

Shades of Fuchsia #C32ECE

Tints of Fuchsia #C32ECE

RGB

 RED value IS 195 (76.56% from 255) = 43.62%

 GREEN value IS 46 (18.36% from 255) = 10.29%

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 43.62%
G = 10.29%
B = 46.09%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C32ECE (or 0xC32ECE) is known color: Fuchsia. HEX triplet: C3, 2E and CE. RGB value is (195,46,206). Sum of RGB (Red+Green+Blue) = 195+46+206=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #C32ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ECE is #3CD131. Grayscale: #6C6C6C. Windows color (decimal): -3985714 or 13512387. OLE color: 13512387.

HSL color Cylindrical-coordinate representation of color #C32ECE: hue angle of 295.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32ECE is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 46 206 -
CMYK 0.05 0.78 0 0.19
HSL 295.88º 0.63% 0.49% -
HSV(B) 295.88º 0.78% 0.81% -
XYZ 34.62 18.01 60.04 -
YUV 108.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 195 46 206 0.05 0.78 0 0.19 295.88 0.63 0.49
Hex C3 2E CE 5 4E 0 13 128 3F 31
Octal 303 56 316 5 116 0 23 450 77 61
Binary 11000011 101110 11001110 101 1001110 0 10011 100101000 111111 110001

Color Harmonies of #C32ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ECE

Black with #C32ECE

Text Example


Text Example

White with #C32ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ECE; }

 p { color: rgb(195,46,206); }

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

background-color css

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

 a { background-color: rgb(195,46,206); }

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

border-color css

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

 span { border-color: rgb(195,46,206); }

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