Html Css Color HEX #C43FBF Fuchsia

📋 copy color: '#C43FBF'

red 196 ◦ green 63 ◦ blue 191

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

Shades of Fuchsia #C43FBF

Tints of Fuchsia #C43FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.44%

R = 43.56%
G = 14%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C43FBF (or 0xC43FBF) is known color: Fuchsia. HEX triplet: C4, 3F and BF. RGB value is (196,63,191). Sum of RGB (Red+Green+Blue) = 196+63+191=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FBF is #3BC040. Grayscale: #747474. Windows color (decimal): -3915841 or 12533700. OLE color: 12533700.

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

Color convert

RGB 196 63 191 -
CMYK 0 0.68 0.03 0.23
HSL 302.26º 0.53% 0.51% -
HSV(B) 302.26º 0.68% 0.77% -
XYZ 33.95 19.05 51.18 -
YUV 117.36 169.56 184.09 -
System Red Green Blue C M Y K H S L
Decimal 196 63 191 0 0.68 0.03 0.23 302.26 0.53 0.51
Hex C4 3F BF 0 44 3 17 12E 35 33
Octal 304 77 277 0 104 3 27 456 65 63
Binary 11000100 111111 10111111 0 1000100 11 10111 100101110 110101 110011

Color Harmonies of #C43FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FBF

Black with #C43FBF

Text Example


Text Example

White with #C43FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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