Html Css Color HEX #C43FB2 Fuchsia

📋 copy color: '#C43FB2'

red 196 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #C43FB2

Tints of Fuchsia #C43FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 44.85%
G = 14.42%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C43FB2 (or 0xC43FB2) is known color: Fuchsia. HEX triplet: C4, 3F and B2. RGB value is (196,63,178). Sum of RGB (Red+Green+Blue) = 196+63+178=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43FB2 is #3BC04D. Grayscale: #737373. Windows color (decimal): -3915854 or 11681732. OLE color: 11681732.

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

Color convert

RGB 196 63 178 -
CMYK 0 0.68 0.09 0.23
HSL 308.12º 0.53% 0.51% -
HSV(B) 308.12º 0.68% 0.77% -
XYZ 32.58 18.51 43.97 -
YUV 115.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 196 63 178 0 0.68 0.09 0.23 308.12 0.53 0.51
Hex C4 3F B2 0 44 9 17 134 35 33
Octal 304 77 262 0 104 11 27 464 65 63
Binary 11000100 111111 10110010 0 1000100 1001 10111 100110100 110101 110011

Color Harmonies of #C43FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FB2

Black with #C43FB2

Text Example


Text Example

White with #C43FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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