Html Css Color HEX #C443BA Fuchsia

📋 copy color: '#C443BA'

red 196 ◦ green 67 ◦ blue 186

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

Shades of Fuchsia #C443BA

Tints of Fuchsia #C443BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.92%

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 43.65%
G = 14.92%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C443BA (or 0xC443BA) is known color: Fuchsia. HEX triplet: C4, 43 and BA. RGB value is (196,67,186). Sum of RGB (Red+Green+Blue) = 196+67+186=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C443BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C443BA is #3BBC45. Grayscale: #767676. Windows color (decimal): -3914822 or 12207044. OLE color: 12207044.

HSL color Cylindrical-coordinate representation of color #C443BA: hue angle of 304.65º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C443BA is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 67 186 -
CMYK 0 0.66 0.05 0.23
HSL 304.65º 0.52% 0.52% -
HSV(B) 304.65º 0.66% 0.77% -
XYZ 33.64 19.3 48.41 -
YUV 119.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 196 67 186 0 0.66 0.05 0.23 304.65 0.52 0.52
Hex C4 43 BA 0 42 5 17 131 34 34
Octal 304 103 272 0 102 5 27 461 64 64
Binary 11000100 1000011 10111010 0 1000010 101 10111 100110001 110100 110100

Color Harmonies of #C443BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C443BA

Black with #C443BA

Text Example


Text Example

White with #C443BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C443BA; }

 p { color: rgb(196,67,186); }

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

background-color css

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

 a { background-color: rgb(196,67,186); }

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

border-color css

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

 span { border-color: rgb(196,67,186); }

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