Html Css Color HEX #C42FBA Fuchsia

📋 copy color: '#C42FBA'

red 196 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #C42FBA

Tints of Fuchsia #C42FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.96%

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

R = 45.69%
G = 10.96%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C42FBA (or 0xC42FBA) is known color: Fuchsia. HEX triplet: C4, 2F and BA. RGB value is (196,47,186). Sum of RGB (Red+Green+Blue) = 196+47+186=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FBA is #3BD045. Grayscale: #6A6A6A. Windows color (decimal): -3919942 or 12201924. OLE color: 12201924.

HSL color Cylindrical-coordinate representation of color #C42FBA: hue angle of 304.03º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42FBA is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 47 186 -
CMYK 0 0.76 0.05 0.23
HSL 304.03º 0.61% 0.48% -
HSV(B) 304.03º 0.76% 0.77% -
XYZ 32.64 17.31 48.08 -
YUV 107.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 196 47 186 0 0.76 0.05 0.23 304.03 0.61 0.48
Hex C4 2F BA 0 4C 5 17 130 3D 30
Octal 304 57 272 0 114 5 27 460 75 60
Binary 11000100 101111 10111010 0 1001100 101 10111 100110000 111101 110000

Color Harmonies of #C42FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FBA

Black with #C42FBA

Text Example


Text Example

White with #C42FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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