Html Css Color HEX #C42FAC Fuchsia

📋 copy color: '#C42FAC'

red 196 ◦ green 47 ◦ blue 172

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

Shades of Fuchsia #C42FAC

Tints of Fuchsia #C42FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 47.23%
G = 11.33%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C42FAC (or 0xC42FAC) is known color: Fuchsia. HEX triplet: C4, 2F and AC. RGB value is (196,47,172). Sum of RGB (Red+Green+Blue) = 196+47+172=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42FAC is #3BD053. Grayscale: #696969. Windows color (decimal): -3919956 or 11284420. OLE color: 11284420.

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

Color convert

RGB 196 47 172 -
CMYK 0 0.76 0.12 0.23
HSL 309.66º 0.61% 0.48% -
HSV(B) 309.66º 0.76% 0.77% -
XYZ 31.23 16.75 40.62 -
YUV 105.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 196 47 172 0 0.76 0.12 0.23 309.66 0.61 0.48
Hex C4 2F AC 0 4C C 17 136 3D 30
Octal 304 57 254 0 114 14 27 466 75 60
Binary 11000100 101111 10101100 0 1001100 1100 10111 100110110 111101 110000

Color Harmonies of #C42FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FAC

Black with #C42FAC

Text Example


Text Example

White with #C42FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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