Html Css Color HEX #C42FB4 Fuchsia

📋 copy color: '#C42FB4'

red 196 ◦ green 47 ◦ blue 180

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

Shades of Fuchsia #C42FB4

Tints of Fuchsia #C42FB4

RGB

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

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

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

R = 46.34%
G = 11.11%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C42FB4 (or 0xC42FB4) is known color: Fuchsia. HEX triplet: C4, 2F and B4. RGB value is (196,47,180). Sum of RGB (Red+Green+Blue) = 196+47+180=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FB4 is #3BD04B. Grayscale: #6A6A6A. Windows color (decimal): -3919948 or 11808708. OLE color: 11808708.

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

Color convert

RGB 196 47 180 -
CMYK 0 0.76 0.08 0.23
HSL 306.44º 0.61% 0.48% -
HSV(B) 306.44º 0.76% 0.77% -
XYZ 32.02 17.06 44.79 -
YUV 106.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 196 47 180 0 0.76 0.08 0.23 306.44 0.61 0.48
Hex C4 2F B4 0 4C 8 17 132 3D 30
Octal 304 57 264 0 114 10 27 462 75 60
Binary 11000100 101111 10110100 0 1001100 1000 10111 100110010 111101 110000

Color Harmonies of #C42FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FB4

Black with #C42FB4

Text Example


Text Example

White with #C42FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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