Html Css Color HEX #C32ECC Fuchsia

📋 copy color: '#C32ECC'

red 195 ◦ green 46 ◦ blue 204

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

Shades of Fuchsia #C32ECC

Tints of Fuchsia #C32ECC

RGB

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

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

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

R = 43.82%
G = 10.34%
B = 45.84%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C32ECC (or 0xC32ECC) is known color: Fuchsia. HEX triplet: C3, 2E and CC. RGB value is (195,46,204). Sum of RGB (Red+Green+Blue) = 195+46+204=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #C32ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ECC is #3CD133. Grayscale: #6C6C6C. Windows color (decimal): -3985716 or 13381315. OLE color: 13381315.

HSL color Cylindrical-coordinate representation of color #C32ECC: hue angle of 296.58º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32ECC is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 46 204 -
CMYK 0.04 0.77 0 0.2
HSL 296.58º 0.63% 0.49% -
HSV(B) 296.58º 0.77% 0.8% -
XYZ 34.38 17.92 58.77 -
YUV 108.56 181.86 189.65 -
System Red Green Blue C M Y K H S L
Decimal 195 46 204 0.04 0.77 0 0.2 296.58 0.63 0.49
Hex C3 2E CC 4 4D 0 14 129 3F 31
Octal 303 56 314 4 115 0 24 451 77 61
Binary 11000011 101110 11001100 100 1001101 0 10100 100101001 111111 110001

Color Harmonies of #C32ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ECC

Black with #C32ECC

Text Example


Text Example

White with #C32ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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