Html Css Color HEX #C42EC0 Fuchsia

📋 copy color: '#C42EC0'

red 196 ◦ green 46 ◦ blue 192

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

Shades of Fuchsia #C42EC0

Tints of Fuchsia #C42EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 45.16%
G = 10.6%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C42EC0 (or 0xC42EC0) is known color: Fuchsia. HEX triplet: C4, 2E and C0. RGB value is (196,46,192). Sum of RGB (Red+Green+Blue) = 196+46+192=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EC0 is #3BD13F. Grayscale: #6B6B6B. Windows color (decimal): -3920192 or 12594884. OLE color: 12594884.

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

Color convert

RGB 196 46 192 -
CMYK 0 0.77 0.02 0.23
HSL 301.6º 0.62% 0.47% -
HSV(B) 301.6º 0.77% 0.77% -
XYZ 33.26 17.5 51.49 -
YUV 107.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 196 46 192 0 0.77 0.02 0.23 301.6 0.62 0.47
Hex C4 2E C0 0 4D 2 17 12E 3E 2F
Octal 304 56 300 0 115 2 27 456 76 57
Binary 11000100 101110 11000000 0 1001101 10 10111 100101110 111110 101111

Color Harmonies of #C42EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EC0

Black with #C42EC0

Text Example


Text Example

White with #C42EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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