Html Css Color HEX #C43FAA Fuchsia

📋 copy color: '#C43FAA'

red 196 ◦ green 63 ◦ blue 170

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

Shades of Fuchsia #C43FAA

Tints of Fuchsia #C43FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 45.69%
G = 14.69%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C43FAA (or 0xC43FAA) is known color: Fuchsia. HEX triplet: C4, 3F and AA. RGB value is (196,63,170). Sum of RGB (Red+Green+Blue) = 196+63+170=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43FAA is #3BC055. Grayscale: #727272. Windows color (decimal): -3915862 or 11157444. OLE color: 11157444.

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

Color convert

RGB 196 63 170 -
CMYK 0 0.68 0.13 0.23
HSL 311.73º 0.53% 0.51% -
HSV(B) 311.73º 0.68% 0.77% -
XYZ 31.8 18.19 39.87 -
YUV 114.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 196 63 170 0 0.68 0.13 0.23 311.73 0.53 0.51
Hex C4 3F AA 0 44 D 17 138 35 33
Octal 304 77 252 0 104 15 27 470 65 63
Binary 11000100 111111 10101010 0 1000100 1101 10111 100111000 110101 110011

Color Harmonies of #C43FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FAA

Black with #C43FAA

Text Example


Text Example

White with #C43FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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