Html Css Color HEX #C42EB4 Fuchsia

📋 copy color: '#C42EB4'

red 196 ◦ green 46 ◦ blue 180

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

Shades of Fuchsia #C42EB4

Tints of Fuchsia #C42EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.65%

R = 46.45%
G = 10.9%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C42EB4 (or 0xC42EB4) is known color: Fuchsia. HEX triplet: C4, 2E and B4. RGB value is (196,46,180). Sum of RGB (Red+Green+Blue) = 196+46+180=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EB4 is #3BD14B. Grayscale: #696969. Windows color (decimal): -3920204 or 11808452. OLE color: 11808452.

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

Color convert

RGB 196 46 180 -
CMYK 0 0.77 0.08 0.23
HSL 306.4º 0.62% 0.47% -
HSV(B) 306.4º 0.77% 0.77% -
XYZ 31.98 16.99 44.77 -
YUV 106.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 196 46 180 0 0.77 0.08 0.23 306.4 0.62 0.47
Hex C4 2E B4 0 4D 8 17 132 3E 2F
Octal 304 56 264 0 115 10 27 462 76 57
Binary 11000100 101110 10110100 0 1001101 1000 10111 100110010 111110 101111

Color Harmonies of #C42EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EB4

Black with #C42EB4

Text Example


Text Example

White with #C42EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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