Html Css Color HEX #C42EBA Fuchsia

📋 copy color: '#C42EBA'

red 196 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #C42EBA

Tints of Fuchsia #C42EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 45.79%
G = 10.75%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C42EBA (or 0xC42EBA) is known color: Fuchsia. HEX triplet: C4, 2E and BA. RGB value is (196,46,186). Sum of RGB (Red+Green+Blue) = 196+46+186=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EBA is #3BD145. Grayscale: #6A6A6A. Windows color (decimal): -3920198 or 12201668. OLE color: 12201668.

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

Color convert

RGB 196 46 186 -
CMYK 0 0.77 0.05 0.23
HSL 304º 0.62% 0.47% -
HSV(B) 304º 0.77% 0.77% -
XYZ 32.6 17.23 48.06 -
YUV 106.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 196 46 186 0 0.77 0.05 0.23 304 0.62 0.47
Hex C4 2E BA 0 4D 5 17 130 3E 2F
Octal 304 56 272 0 115 5 27 460 76 57
Binary 11000100 101110 10111010 0 1001101 101 10111 100110000 111110 101111

Color Harmonies of #C42EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EBA

Black with #C42EBA

Text Example


Text Example

White with #C42EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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