Html Css Color HEX #C32ECB Fuchsia

📋 copy color: '#C32ECB'

red 195 ◦ green 46 ◦ blue 203

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

Shades of Fuchsia #C32ECB

Tints of Fuchsia #C32ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 43.92%
G = 10.36%
B = 45.72%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C32ECB (or 0xC32ECB) is known color: Fuchsia. HEX triplet: C3, 2E and CB. RGB value is (195,46,203). Sum of RGB (Red+Green+Blue) = 195+46+203=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #C32ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ECB is #3CD134. Grayscale: #6B6B6B. Windows color (decimal): -3985717 or 13315779. OLE color: 13315779.

HSL color Cylindrical-coordinate representation of color #C32ECB: hue angle of 296.94º 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 #C32ECB is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 46 203 -
CMYK 0.04 0.77 0 0.20
HSL 296.94º 0.63% 0.49% -
HSV(B) 296.94º 0.77% 0.8% -
XYZ 34.26 17.87 58.14 -
YUV 108.45 181.36 189.73 -
System Red Green Blue C M Y K H S L
Decimal 195 46 203 0.04 0.77 0 0.20 296.94 0.63 0.49
Hex C3 2E CB 4 4D 0 14 129 3F 31
Octal 303 56 313 4 115 0 24 451 77 61
Binary 11000011 101110 11001011 100 1001101 0 10100 100101001 111111 110001

Color Harmonies of #C32ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ECB

Black with #C32ECB

Text Example


Text Example

White with #C32ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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