Html Css Color HEX #C43FAD Fuchsia

📋 copy color: '#C43FAD'

red 196 ◦ green 63 ◦ blue 173

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

Shades of Fuchsia #C43FAD

Tints of Fuchsia #C43FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 45.37%
G = 14.58%
B = 40.05%

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

#C43FAD (or 0xC43FAD) is known color: Fuchsia. HEX triplet: C4, 3F and AD. RGB value is (196,63,173). Sum of RGB (Red+Green+Blue) = 196+63+173=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43FAD is #3BC052. Grayscale: #737373. Windows color (decimal): -3915859 or 11354052. OLE color: 11354052.

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

Color convert

RGB 196 63 173 -
CMYK 0 0.68 0.12 0.23
HSL 310.38º 0.53% 0.51% -
HSV(B) 310.38º 0.68% 0.77% -
XYZ 32.09 18.31 41.38 -
YUV 115.31 160.56 185.56 -
System Red Green Blue C M Y K H S L
Decimal 196 63 173 0 0.68 0.12 0.23 310.38 0.53 0.51
Hex C4 3F AD 0 44 C 17 136 35 33
Octal 304 77 255 0 104 14 27 466 65 63
Binary 11000100 111111 10101101 0 1000100 1100 10111 100110110 110101 110011

Color Harmonies of #C43FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FAD

Black with #C43FAD

Text Example


Text Example

White with #C43FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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