Html Css Color HEX #C42EC2 Fuchsia

📋 copy color: '#C42EC2'

red 196 ◦ green 46 ◦ blue 194

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

Shades of Fuchsia #C42EC2

Tints of Fuchsia #C42EC2

RGB

 RED value IS 196 (76.95% from 255) = 44.95%

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

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 44.95%
G = 10.55%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C42EC2 (or 0xC42EC2) is known color: Fuchsia. HEX triplet: C4, 2E and C2. RGB value is (196,46,194). Sum of RGB (Red+Green+Blue) = 196+46+194=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EC2 is #3BD13D. Grayscale: #6B6B6B. Windows color (decimal): -3920190 or 12725956. OLE color: 12725956.

HSL color Cylindrical-coordinate representation of color #C42EC2: hue angle of 300.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42EC2 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 46 194 -
CMYK 0 0.77 0.01 0.23
HSL 300.8º 0.62% 0.47% -
HSV(B) 300.8º 0.77% 0.77% -
XYZ 33.48 17.58 52.67 -
YUV 107.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 196 46 194 0 0.77 0.01 0.23 300.8 0.62 0.47
Hex C4 2E C2 0 4D 1 17 12D 3E 2F
Octal 304 56 302 0 115 1 27 455 76 57
Binary 11000100 101110 11000010 0 1001101 1 10111 100101101 111110 101111

Color Harmonies of #C42EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EC2

Black with #C42EC2

Text Example


Text Example

White with #C42EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EC2; }

 p { color: rgb(196,46,194); }

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

background-color css

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

 a { background-color: rgb(196,46,194); }

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

border-color css

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

 span { border-color: rgb(196,46,194); }

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