Html Css Color HEX #C43CAC Fuchsia

📋 copy color: '#C43CAC'

red 196 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #C43CAC

Tints of Fuchsia #C43CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.02%

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

R = 45.79%
G = 14.02%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C43CAC (or 0xC43CAC) is known color: Fuchsia. HEX triplet: C4, 3C and AC. RGB value is (196,60,172). Sum of RGB (Red+Green+Blue) = 196+60+172=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43CAC is #3BC353. Grayscale: #717171. Windows color (decimal): -3916628 or 11287748. OLE color: 11287748.

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

Color convert

RGB 196 60 172 -
CMYK 0 0.69 0.12 0.23
HSL 310.59º 0.54% 0.5% -
HSV(B) 310.59º 0.69% 0.77% -
XYZ 31.83 17.95 40.82 -
YUV 113.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 196 60 172 0 0.69 0.12 0.23 310.59 0.54 0.5
Hex C4 3C AC 0 45 C 17 137 36 32
Octal 304 74 254 0 105 14 27 467 66 62
Binary 11000100 111100 10101100 0 1000101 1100 10111 100110111 110110 110010

Color Harmonies of #C43CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CAC

Black with #C43CAC

Text Example


Text Example

White with #C43CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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