Html Css Color HEX #C43FB0 Fuchsia

📋 copy color: '#C43FB0'

red 196 ◦ green 63 ◦ blue 176

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

Shades of Fuchsia #C43FB0

Tints of Fuchsia #C43FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 45.06%
G = 14.48%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C43FB0 (or 0xC43FB0) is known color: Fuchsia. HEX triplet: C4, 3F and B0. RGB value is (196,63,176). Sum of RGB (Red+Green+Blue) = 196+63+176=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43FB0 is #3BC04F. Grayscale: #737373. Windows color (decimal): -3915856 or 11550660. OLE color: 11550660.

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

Color convert

RGB 196 63 176 -
CMYK 0 0.68 0.10 0.23
HSL 309.02º 0.53% 0.51% -
HSV(B) 309.02º 0.68% 0.77% -
XYZ 32.38 18.43 42.92 -
YUV 115.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 196 63 176 0 0.68 0.10 0.23 309.02 0.53 0.51
Hex C4 3F B0 0 44 A 17 135 35 33
Octal 304 77 260 0 104 12 27 465 65 63
Binary 11000100 111111 10110000 0 1000100 1010 10111 100110101 110101 110011

Color Harmonies of #C43FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FB0

Black with #C43FB0

Text Example


Text Example

White with #C43FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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