Html Css Color HEX #C42EBE Fuchsia

📋 copy color: '#C42EBE'

red 196 ◦ green 46 ◦ blue 190

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

Shades of Fuchsia #C42EBE

Tints of Fuchsia #C42EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 45.37%
G = 10.65%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C42EBE (or 0xC42EBE) is known color: Fuchsia. HEX triplet: C4, 2E and BE. RGB value is (196,46,190). Sum of RGB (Red+Green+Blue) = 196+46+190=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EBE is #3BD141. Grayscale: #6A6A6A. Windows color (decimal): -3920194 or 12463812. OLE color: 12463812.

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

Color convert

RGB 196 46 190 -
CMYK 0 0.77 0.03 0.23
HSL 302.4º 0.62% 0.47% -
HSV(B) 302.4º 0.77% 0.77% -
XYZ 33.04 17.41 50.33 -
YUV 107.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 196 46 190 0 0.77 0.03 0.23 302.4 0.62 0.47
Hex C4 2E BE 0 4D 3 17 12E 3E 2F
Octal 304 56 276 0 115 3 27 456 76 57
Binary 11000100 101110 10111110 0 1001101 11 10111 100101110 111110 101111

Color Harmonies of #C42EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EBE

Black with #C42EBE

Text Example


Text Example

White with #C42EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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