Html Css Color HEX #C32ECA Fuchsia

📋 copy color: '#C32ECA'

red 195 ◦ green 46 ◦ blue 202

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

Shades of Fuchsia #C32ECA

Tints of Fuchsia #C32ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 44.02%
G = 10.38%
B = 45.6%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C32ECA (or 0xC32ECA) is known color: Fuchsia. HEX triplet: C3, 2E and CA. RGB value is (195,46,202). Sum of RGB (Red+Green+Blue) = 195+46+202=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #C32ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ECA is #3CD135. Grayscale: #6B6B6B. Windows color (decimal): -3985718 or 13250243. OLE color: 13250243.

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

Color convert

RGB 195 46 202 -
CMYK 0.03 0.77 0 0.21
HSL 297.31º 0.63% 0.49% -
HSV(B) 297.31º 0.77% 0.79% -
XYZ 34.14 17.82 57.52 -
YUV 108.34 180.86 189.82 -
System Red Green Blue C M Y K H S L
Decimal 195 46 202 0.03 0.77 0 0.21 297.31 0.63 0.49
Hex C3 2E CA 3 4D 0 15 129 3F 31
Octal 303 56 312 3 115 0 25 451 77 61
Binary 11000011 101110 11001010 11 1001101 0 10101 100101001 111111 110001

Color Harmonies of #C32ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ECA

Black with #C32ECA

Text Example


Text Example

White with #C32ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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