Html Css Color HEX #C43FAB Fuchsia

📋 copy color: '#C43FAB'

red 196 ◦ green 63 ◦ blue 171

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

Shades of Fuchsia #C43FAB

Tints of Fuchsia #C43FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 45.58%
G = 14.65%
B = 39.77%

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

#C43FAB (or 0xC43FAB) is known color: Fuchsia. HEX triplet: C4, 3F and AB. RGB value is (196,63,171). Sum of RGB (Red+Green+Blue) = 196+63+171=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43FAB is #3BC054. Grayscale: #727272. Windows color (decimal): -3915861 or 11222980. OLE color: 11222980.

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

Color convert

RGB 196 63 171 -
CMYK 0 0.68 0.13 0.23
HSL 311.28º 0.53% 0.51% -
HSV(B) 311.28º 0.68% 0.77% -
XYZ 31.89 18.23 40.37 -
YUV 115.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 196 63 171 0 0.68 0.13 0.23 311.28 0.53 0.51
Hex C4 3F AB 0 44 D 17 137 35 33
Octal 304 77 253 0 104 15 27 467 65 63
Binary 11000100 111111 10101011 0 1000100 1101 10111 100110111 110101 110011

Color Harmonies of #C43FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FAB

Black with #C43FAB

Text Example


Text Example

White with #C43FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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