Html Css Color HEX #C43AAC Fuchsia

📋 copy color: '#C43AAC'

red 196 ◦ green 58 ◦ blue 172

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

Shades of Fuchsia #C43AAC

Tints of Fuchsia #C43AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.62%

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

R = 46.01%
G = 13.62%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C43AAC (or 0xC43AAC) is known color: Fuchsia. HEX triplet: C4, 3A and AC. RGB value is (196,58,172). Sum of RGB (Red+Green+Blue) = 196+58+172=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43AAC is #3BC553. Grayscale: #6F6F6F. Windows color (decimal): -3917140 or 11287236. OLE color: 11287236.

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

Color convert

RGB 196 58 172 -
CMYK 0 0.70 0.12 0.23
HSL 310.43º 0.54% 0.5% -
HSV(B) 310.43º 0.7% 0.77% -
XYZ 31.72 17.74 40.78 -
YUV 112.26 161.72 187.73 -
System Red Green Blue C M Y K H S L
Decimal 196 58 172 0 0.70 0.12 0.23 310.43 0.54 0.5
Hex C4 3A AC 0 46 C 17 136 36 32
Octal 304 72 254 0 106 14 27 466 66 62
Binary 11000100 111010 10101100 0 1000110 1100 10111 100110110 110110 110010

Color Harmonies of #C43AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43AAC

Black with #C43AAC

Text Example


Text Example

White with #C43AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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