Html Css Color HEX #C43FAC Fuchsia

📋 copy color: '#C43FAC'

red 196 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #C43FAC

Tints of Fuchsia #C43FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.62%

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

R = 45.48%
G = 14.62%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C43FAC (or 0xC43FAC) is known color: Fuchsia. HEX triplet: C4, 3F and AC. RGB value is (196,63,172). Sum of RGB (Red+Green+Blue) = 196+63+172=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43FAC is #3BC053. Grayscale: #727272. Windows color (decimal): -3915860 or 11288516. OLE color: 11288516.

HSL color Cylindrical-coordinate representation of color #C43FAC: hue angle of 310.83º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43FAC is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 63 172 -
CMYK 0 0.68 0.12 0.23
HSL 310.83º 0.53% 0.51% -
HSV(B) 310.83º 0.68% 0.77% -
XYZ 31.99 18.27 40.87 -
YUV 115.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 196 63 172 0 0.68 0.12 0.23 310.83 0.53 0.51
Hex C4 3F AC 0 44 C 17 137 35 33
Octal 304 77 254 0 104 14 27 467 65 63
Binary 11000100 111111 10101100 0 1000100 1100 10111 100110111 110101 110011

Color Harmonies of #C43FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FAC

Black with #C43FAC

Text Example


Text Example

White with #C43FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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